- ------ SYSTEM LOG (logcat -d *:v) ------
- --------- beginning of crash
- E/AndroidRuntime(18792): FATAL EXCEPTION: main
- E/AndroidRuntime(18792): Process: com.android.gallery3d, PID: 18792
- 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
- E/AndroidRuntime(18792): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
- E/AndroidRuntime(18792): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
- E/AndroidRuntime(18792): at android.app.ActivityThread.access$900(ActivityThread.java:154)
- E/AndroidRuntime(18792): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
- E/AndroidRuntime(18792): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(18792): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(18792): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(18792): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(18792): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(18792): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(18792): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- 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
- E/AndroidRuntime(18792): at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
- E/AndroidRuntime(18792): at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
- E/AndroidRuntime(18792): at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
- E/AndroidRuntime(18792): at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
- E/AndroidRuntime(18792): at android.app.Activity.performCreate(Activity.java:5990)
- E/AndroidRuntime(18792): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
- E/AndroidRuntime(18792): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
- E/AndroidRuntime(18792): ... 10 more
- E/AndroidRuntime(21504): FATAL EXCEPTION: main
- E/AndroidRuntime(21504): Process: com.android.gallery3d, PID: 21504
- 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
- E/AndroidRuntime(21504): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
- E/AndroidRuntime(21504): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
- E/AndroidRuntime(21504): at android.app.ActivityThread.access$900(ActivityThread.java:154)
- E/AndroidRuntime(21504): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
- E/AndroidRuntime(21504): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(21504): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(21504): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(21504): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(21504): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(21504): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(21504): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- 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
- E/AndroidRuntime(21504): at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
- E/AndroidRuntime(21504): at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
- E/AndroidRuntime(21504): at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
- E/AndroidRuntime(21504): at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
- E/AndroidRuntime(21504): at android.app.Activity.performCreate(Activity.java:5990)
- E/AndroidRuntime(21504): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
- E/AndroidRuntime(21504): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
- E/AndroidRuntime(21504): ... 10 more
- E/AndroidRuntime(21580): FATAL EXCEPTION: main
- E/AndroidRuntime(21580): Process: com.android.contacts, PID: 21580
- E/AndroidRuntime(21580): java.lang.IllegalStateException: Failed to load contact
- E/AndroidRuntime(21580): at com.android.contacts.quickcontact.QuickContactActivity$14.onLoadFinished(QuickContactActivity.java:1801)
- E/AndroidRuntime(21580): at com.android.contacts.quickcontact.QuickContactActivity$14.onLoadFinished(QuickContactActivity.java:1785)
- E/AndroidRuntime(21580): at android.app.LoaderManagerImpl$LoaderInfo.callOnLoadFinished(LoaderManager.java:483)
- E/AndroidRuntime(21580): at android.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManager.java:451)
- E/AndroidRuntime(21580): at android.content.Loader.deliverResult(Loader.java:144)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.deliverResult(ContactLoader.java:888)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.deliverResult(ContactLoader.java:74)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:265)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:92)
- E/AndroidRuntime(21580): at android.os.AsyncTask.finish(AsyncTask.java:636)
- E/AndroidRuntime(21580): at android.os.AsyncTask.access$500(AsyncTask.java:177)
- E/AndroidRuntime(21580): at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653)
- E/AndroidRuntime(21580): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(21580): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(21580): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(21580): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(21580): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(21580): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(21580): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- E/AndroidRuntime(21580): Caused by: java.lang.IllegalArgumentException: uri authority is unknown
- E/AndroidRuntime(21580): at com.android.contacts.common.util.ContactLoaderUtils.ensureIsContactUri(ContactLoaderUtils.java:76)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.loadInBackground(ContactLoader.java:304)
- E/AndroidRuntime(21580): at com.android.contacts.common.model.ContactLoader.loadInBackground(ContactLoader.java:74)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69)
- E/AndroidRuntime(21580): at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:57)
- E/AndroidRuntime(21580): at android.os.AsyncTask$2.call(AsyncTask.java:292)
- E/AndroidRuntime(21580): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
- E/AndroidRuntime(21580): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
- E/AndroidRuntime(21580): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
- E/AndroidRuntime(21580): at java.lang.Thread.run(Thread.java:818)
- E/AndroidRuntime(21690): FATAL EXCEPTION: main
- E/AndroidRuntime(21690): Process: com.android.gallery3d, PID: 21690
- 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
- E/AndroidRuntime(21690): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
- E/AndroidRuntime(21690): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
- E/AndroidRuntime(21690): at android.app.ActivityThread.access$900(ActivityThread.java:154)
- E/AndroidRuntime(21690): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
- E/AndroidRuntime(21690): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime(21690): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(21690): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(21690): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(21690): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(21690): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(21690): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- 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
- E/AndroidRuntime(21690): at com.android.gallery3d.data.DataManager.getDefaultSetOf(DataManager.java:278)
- E/AndroidRuntime(21690): at com.android.gallery3d.app.GalleryActivity.startViewAction(GalleryActivity.java:206)
- E/AndroidRuntime(21690): at com.android.gallery3d.app.GalleryActivity.initializeByIntent(GalleryActivity.java:96)
- E/AndroidRuntime(21690): at com.android.gallery3d.app.GalleryActivity.onCreate(GalleryActivity.java:73)
- E/AndroidRuntime(21690): at android.app.Activity.performCreate(Activity.java:5990)
- E/AndroidRuntime(21690): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
- E/AndroidRuntime(21690): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2309)
- E/AndroidRuntime(21690): ... 10 more
- --------- beginning of system
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@2f55345d
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@3a29d1d2
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- W/ActivityManager( 424): SLOW OOM ADJ: 16761ms for pid 839 = 2
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a6ae366}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3a6ae366}
- I/ActivityManager( 424): Process android.process.media (pid 7446) has died
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 8402:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Process android.process.acore (pid 7639) has died
- I/ActivityManager( 424): Process com.android.calendar (pid 8064) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 8265) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 8247) has died
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 8047) has died
- I/ActivityManager( 424): Process com.glu.flc2 (pid 7475) has died
- W/ActivityManager( 424): SLOW OOM ADJ: 481ms for pid 7663 = 0
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager( 7425): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 8453:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37479f1b}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37479f1b}
- I/ActivityManager( 424): Start proc 8835:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- W/Zygote ( 8835): Slow operation: 29999ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 8835): Slow operation: 30427ms so far, now at Zygote.postForkCommon
- W/Zygote ( 8835): Slow operation: 30428ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- 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());
- I/ActivityManager( 424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 8835) has died
- W/ProcessStats( 424): Time val negative: -6576
- I/ProcessStatsService( 424): Prepared write state in 11ms
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 8957:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager( 8957): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 8976:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 7425) has died
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ActivityManager( 424): Start proc 9143:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- 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()?
- 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()?
- E/ActivityThread( 9143): at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:904)
- E/ActivityThread( 9143): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:705)
- E/ActivityThread( 9143): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1660)
- E/ActivityThread( 9143): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1640)
- E/ActivityThread( 9143): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1634)
- E/ActivityThread( 9143): at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:495)
- E/ActivityThread( 9143): at org.mozilla.gecko.BrowserLocaleManager.initialize(BrowserLocaleManager.java:112)
- E/ActivityThread( 9143): at org.mozilla.gecko.BrowserLocaleManager.getAndApplyPersistedLocale(BrowserLocaleManager.java:227)
- E/ActivityThread( 9143): at org.mozilla.gecko.background.healthreport.upload.AndroidSubmissionClient$SubmissionsTracker$TrackingGenerator.generateDocument(AndroidSubmissionClient.java:413)
- E/ActivityThread( 9143): at org.mozilla.gecko.background.healthreport.upload.AndroidSubmissionClient.upload(AndroidSubmissionClient.java:157)
- E/ActivityThread( 9143): at org.mozilla.gecko.background.healthreport.upload.SubmissionPolicy.tick(SubmissionPolicy.java:149)
- E/ActivityThread( 9143): at org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService.onHandleIntent(HealthReportUploadService.java:87)
- E/ActivityThread( 9143): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
- E/ActivityThread( 9143): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/ActivityThread( 9143): at android.os.Looper.loop(Looper.java:135)
- E/ActivityThread( 9143): at android.os.HandlerThread.run(HandlerThread.java:61)
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/ActivityManager( 424): Start proc 9191:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 9207:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@ddc6819
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@2ae620de
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Start proc 9237:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e4ce9af}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e4ce9af}
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 7663) has died
- I/ActivityManager( 424): Process android.process.media (pid 8402) has died
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 9347:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
- W/ResourcesManager( 9347): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 9366:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 9143) has died
- I/ActivityManager( 424): Process com.glu.flc2 (pid 9237) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 9207) has died
- I/ActivityManager( 424): Process android.process.media (pid 9366) has died
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 9191) has died
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 8957) has died
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 9347) has died
- I/ActivityManager( 424): Start proc 9801:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager( 9801): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 9801) has died
- I/ActivityManager( 424): Process android.process.acore (pid 8453) has died
- I/ActivityManager( 424): Process com.android.calendar (pid 8976) has died
- I/ActivityManager( 424): Start proc 9970:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- W/ActivityManager( 424): SLOW OOM ADJ: 648ms for pid 27503 = 1
- I/ActivityManager( 424): Start proc 10023:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- W/ResourcesManager(10023): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(10023): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34052843}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34052843}
- I/ActivityManager( 424): Start proc 10069:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 10101:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@ffff475
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@13f4ec0a
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Start proc 10145:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 10175:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
- W/ResourcesManager(10175): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Process com.android.deskclock (pid 7566) has died
- I/ActivityManager( 424): Start proc 10195:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 10023) has died
- I/ActivityManager( 424): Start proc 10259:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 10101) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 9970) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c11317d}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c11317d}
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 10664:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager(10664): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 10684:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/BatteryStatsImpl( 424): Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=85 highAmount=86
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- I/DisplayPowerController( 424): Blocking screen on until initial contents have been drawn.
- I/ActivityManager( 424): Start proc 10872:com.chrome.beta/u0a65 for broadcast com.chrome.beta/com.google.android.apps.chrome.precache.PrecacheServiceLauncher
- 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}
- V/ActivityManager( 424): Display changed displayId=0
- V/ActivityManager( 424): Display changed displayId=0
- 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}}
- I/ActivityManager( 424): Start proc 10893:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- W/WindowManager( 424): Timeout waiting for drawn: undrawn=[Window{3d4fda4 u0 StatusBar}]
- I/DisplayPowerController( 424): Unblocked screen on after 1434 ms
- I/UsageStatsService( 424): User[0] Rolling over usage stats
- I/UsageStatsService( 424): User[0] Rollover scheduled @ 2015-04-19 20:00:00(1429488000000)
- I/UsageStatsService( 424): User[0] Rolling over usage stats complete. Took 538 milliseconds
- W/WindowManager( 424): Window freeze timeout expired.
- W/WindowManager( 424): Force clearing orientation change: Window{2f43df3d u0 com.android.systemui.ImageWallpaper}
- V/ActivityManager( 424): Display changed displayId=0
- 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}}
- I/WindowManager( 424): Screen frozen for +1s682ms due to Window{3d4fda4 u0 StatusBar}
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@317d106}
- I/ActivityManager( 424): Start proc 10923:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@317d106}
- I/ActivityManager( 424): Start proc 10954:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/ActivityManager( 424): Start proc 11090:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- D/WifiService( 424): New client listening to asynchronous messages
- 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
- 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
- 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
- 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})
- 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})
- I/ActivityManager( 424): Process com.glu.flc2 (pid 10069) has died
- I/ActivityManager( 424): Process android.process.media (pid 10195) has died
- I/ActivityManager( 424): Process com.android.calendar (pid 10684) has died
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 10664) has died
- 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
- 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
- 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
- I/ActivityManager( 424): Killing 4069:com.android.email/u0a35 (adj 9): remove task
- I/WindowState( 424): WIN DEATH: Window{17714b61 u0 com.android.email/com.android.email2.ui.MailActivityEmail}
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 4069
- D/TaskPersister( 424): removeObsoleteFile: deleting file=181_task.xml
- W/ActivityManager( 424): Scheduling restart of crashed service com.android.email/.service.LegacyImapSyncAdapterService in 1000ms
- D/TaskPersister( 424): removeObsoleteFile: deleting file=181_task_thumbnail.png
- I/ActivityManager( 424): Start proc 11392:com.android.email/u0a35 for content provider com.android.email/.provider.EmailProvider
- I/ActivityManager( 424): Killing 8606:com.google.android.youtube/u0a61 (adj 9): remove task
- I/WindowState( 424): WIN DEATH: Window{3783c4a7 u0 com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity}
- D/TaskPersister( 424): removeObsoleteFile: deleting file=184_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=184_task_thumbnail.png
- D/TaskPersister( 424): removeObsoleteFile: deleting file=179_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=179_task_thumbnail.png
- 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})
- 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})
- I/ActivityManager( 424): Start proc 11461:com.chrome.beta:sandboxed_process0/u0i9 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0
- 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})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Start proc 11507:com.chrome.beta:privileged_process0/u0a65 for service com.chrome.beta/org.chromium.content.app.PrivilegedProcessService0
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ActivityManager( 424): Launch timeout has expired, giving up wake lock!
- I/ActivityManager( 424): Start proc 11578:com.chrome.beta:sandboxed_process1/u0i10 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 10893) has died
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11578/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process1 (pid 11578) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1 in 1000ms
- I/ActivityManager( 424): Start proc 11610:com.chrome.beta:sandboxed_process2/u0i11 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2
- I/ActivityManager( 424): Start proc 11630:com.chrome.beta:sandboxed_process3/u0i12 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService3
- 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})
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{dd10c5b u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- I/ActivityManager( 424): Start proc 11680:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- I/ActivityManager( 424): Start proc 11706:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{c5e422b u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- W/ResourcesManager(11680): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11680): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- 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})
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{a60a773 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{1e84d18d u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- I/ActivityManager( 424): Process com.android.deskclock (pid 10259) has died
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 10175) has died
- I/ActivityManager( 424): Process com.google.android.partnersetup (pid 10954) has died
- I/WindowState( 424): WIN DEATH: Window{30fbafce u0 com.android.browser/com.android.browser.BrowserActivity}
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 21994
- I/ActivityManager( 424): Process com.android.browser (pid 21994) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb5711}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@fb5711}
- W/ResourcesManager(11680): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11680): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 11981:com.chrome.beta:sandboxed_process4/u0i13 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11981/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process4 (pid 11981) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4 in 1000ms
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- E/WifiService( 424): Multicaster binderDied
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- I/libprocessgroup( 424): Killing pid 11115 in uid 10096 as part of process group 11090
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 11090) has died
- I/ActivityManager( 424): Process android.process.acore (pid 10145) has died
- I/ActivityManager( 424): Process com.glu.flc2 (pid 11706) has died
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 11680) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Start proc 12654:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
- W/ResourcesManager(12654): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 12682:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 12705:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- I/ActivityManager( 424): Process com.android.email (pid 11392) has died
- I/ActivityManager( 424): Process android.process.media (pid 12682) has died
- I/ActivityManager( 424): Process android.process.acore (pid 12705) has died
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11461/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process0 (pid 11461) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0 in 1000ms
- I/ActivityManager( 424): Start proc 12746:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ActivityThread(12746): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread(12746): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 12654
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 12654) has died
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 2745) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Start proc 12926:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager(12926): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(12926): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 13197:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@135786ad
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@3e1b3de2
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35359953}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@35359953}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Start proc 13667:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/ActivityManager( 424): Process com.android.email (pid 12746) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 13197) has died
- I/ActivityManager( 424): Start proc 13786:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ActivityThread(13786): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread(13786): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- 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})
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11630/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process3 (pid 11630) has died
- 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})
- I/ActivityManager( 424): Start proc 14061:com.chrome.beta:sandboxed_process5/u0i14 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
- I/ActivityManager( 424): Killing 11610:com.chrome.beta:sandboxed_process2/u0a65i11 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_11610/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Start proc 14182:com.chrome.beta:sandboxed_process6/u0i15 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
- 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})
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{20c66ba5 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{3ec09bf7 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- 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})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31041899}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@31041899}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15575
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15576
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15657
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15660
- W/ProcessCpuTracker( 424): Skipping unknown process pid 15661
- 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})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessStats( 424): Time val negative: -6576
- W/ProcessStats( 424): Time val negative: -7252
- I/ProcessStatsService( 424): Prepared write state in 61ms
- I/ProcessStatsService( 424): Prepared write state in 0ms
- I/ProcessStatsService( 424): Pruning old procstats: /data/system/procstats/state-2015-04-17-00-27-33.bin.ci
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16643
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16644
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16646
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16647
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3bc80df1}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3bc80df1}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16990
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16991
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16994
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16995
- W/ProcessCpuTracker( 424): Skipping unknown process pid 17366
- 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
- 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
- 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})
- E/AndroidRuntime(10923): FATAL EXCEPTION: main
- E/AndroidRuntime(10923): Process: com.google.android.googlequicksearchbox:search, PID: 10923
- E/AndroidRuntime(10923): java.lang.IllegalStateException: Activity has been destroyed
- E/AndroidRuntime(10923): at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1350)
- E/AndroidRuntime(10923): at android.app.BackStackRecord.commitInternal(BackStackRecord.java:729)
- E/AndroidRuntime(10923): at android.app.BackStackRecord.commit(BackStackRecord.java:705)
- E/AndroidRuntime(10923): at com.google.android.voicesearch.intentapi.a.a(IntentApiActivity.java:118)
- E/AndroidRuntime(10923): at com.google.android.voicesearch.intentapi.a.onSuccess(IntentApiActivity.java:99)
- E/AndroidRuntime(10923): at com.google.android.apps.gsa.shared.util.a.m.run(NamedUiFutureCallback.java:56)
- E/AndroidRuntime(10923): at android.os.Handler.handleCallback(Handler.java:739)
- E/AndroidRuntime(10923): at android.os.Handler.dispatchMessage(Handler.java:95)
- E/AndroidRuntime(10923): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime(10923): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime(10923): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime(10923): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime(10923): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime(10923): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- 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
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox:search (pid 10923) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService in 1000ms
- I/ActivityManager( 424): Start proc 17500:com.google.android.googlequicksearchbox:search/u0a22 for service com.google.android.googlequicksearchbox/com.google.android.ssb.service.SsbService
- 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})
- I/ActivityManager( 424): Start proc 17528:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/ActivityManager( 424): Killing 14182:com.chrome.beta:sandboxed_process6/u0a65i15 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_14182/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Start proc 17574:com.chrome.beta:sandboxed_process7/u0i16 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- 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})
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{336e45a9 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{2a3b46db u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- 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})
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_17574/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process7 (pid 17574) has died
- 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
- W/InputMethodManagerService( 424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@13b73c4b (uid=10065 pid=10872)
- 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})
- I/ActivityManager( 424): Start proc 17980:com.android.browser/u0a24 for activity com.android.browser/.BrowserActivity
- 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})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): START u0 {cmp=com.android.browser/.ComboViewActivity (has extras)} from uid 10024 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{203af459 token=Token{2458c0a0 ActivityRecord{3fee85a3 u0 com.android.browser/.ComboViewActivity t139}}} to stack=1 task=139 at 1
- 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})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Process com.google.android.partnersetup (pid 17528) has died
- I/ActivityManager( 424): Process com.android.deskclock (pid 13667) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox:search (pid 17500) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Process com.android.email (pid 13786) has died
- I/ActivityManager( 424): Process com.google.android.gms (pid 31513) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/WindowState( 424): WIN DEATH: Window{3731028e u0 SurfaceView}
- I/WindowState( 424): WIN DEATH: Window{27e0dbb7 u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity}
- I/ActivityManager( 424): Process com.chrome.beta (pid 10872) has died
- I/ActivityManager( 424): Killing 14061:com.chrome.beta:sandboxed_process5/u0a65i14 (adj 0): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_14061/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:privileged_process0 (pid 11507) has died
- V/WindowManager( 424): Adding window Window{1b0b29e2 u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- I/ActivityManager( 424): Start proc 18530:com.chrome.beta/u0a65 for broadcast com.chrome.beta/com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver
- I/ActivityManager( 424): Start proc 18739:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ActivityThread(18739): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread(18739): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- I/ActivityManager( 424): Start proc 18840:com.google.android.gms/u0a16 for service com.google.android.gms/.usagereporting.service.UsageReportingService
- W/ResourcesManager(18840): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(18840): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1190207f}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1190207f}
- I/ActivityManager( 424): Start proc 19622:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e7f9cc9}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e7f9cc9}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23397
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23398
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23400
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23401
- W/ProcessCpuTracker( 424): Skipping unknown process pid 23402
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/EdgeGestureTracker( 424): edge gesture timeout: 176
- 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
- V/WindowManager( 424): Adding window Window{1595fbe3 u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@288cf2e6}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@288cf2e6}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 25676
- W/ProcessCpuTracker( 424): Skipping unknown process pid 25679
- W/ProcessCpuTracker( 424): Skipping unknown process pid 25680
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- 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
- 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
- W/InputMethodManagerService( 424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@7beefc9 (uid=10042 pid=1404)
- V/WindowManager( 424): Adding window Window{32be304a u0 SurfaceView} at 3 of 10 (before Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity})
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3087e77}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3087e77}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/EdgeGestureTracker( 424): edge gesture timeout: 176
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/EdgeGestureTracker( 424): edge gesture timeout: 176
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/ActivityManager( 424): Start proc 29534:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8b943e8}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8b943e8}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 101] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 101] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 101]
- I/EntropyMixer( 424): Writing entropy...
- I/ActivityManager( 424): Start proc 31052:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- I/ActivityManager( 424): Start proc 31074:com.google.android.apps.plus/u0a103 for broadcast com.google.android.apps.plus/.service.BatteryReceiver
- D/WifiService( 424): New client listening to asynchronous messages
- W/ResourcesManager(31074): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 31103:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 31134:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- 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}
- V/ActivityManager( 424): Display changed displayId=0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@38e1bb2d}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@38e1bb2d}
- I/ActivityManager( 424): Start proc 31163:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/ProcessStatsService( 424): Prepared write state in 4ms
- I/ActivityManager( 424): Start proc 31216:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager(31216): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 31236:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ca7c5f5}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ca7c5f5}
- 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());
- I/ActivityManager( 424): Start proc 31411:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- I/ActivityManager( 424): Start proc 31427:org.mozilla.firefox.UpdateService/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.updater.UpdateService
- W/Zygote (31427): Slow operation: 15888ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote (31427): Slow operation: 15892ms so far, now at Zygote.postForkCommon
- W/Zygote (31427): Slow operation: 15893ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- 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());
- I/ActivityManager( 424): Start proc 31485:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- I/ActivityManager( 424): Start proc 31506:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 31606:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@3f96a77b
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@3e4ef998
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Killing 18530:com.chrome.beta/u0a65 (adj 15): empty #17
- I/ActivityManager( 424): Start proc 31869:com.google.android.videos/u0a106 for broadcast com.google.android.videos/.pinning.TransferService$AlarmReceiver
- W/ResourcesManager(31869): Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
- W/ResourcesManager(18840): Asset path '/system/framework/com.google.widevine.software.drm.jar' does not exist or contains no resources.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Killing 31052:com.estrongs.android.pop/u0a96 (adj 15): empty #17
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- I/libprocessgroup( 424): Killing pid 31081 in uid 10096 as part of process group 31052
- E/WifiService( 424): Multicaster binderDied
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Start proc 31970:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- 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());
- I/ActivityManager( 424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 31970) has died
- I/ActivityManager( 424): Killing 31103:android.process.media/u0a4 (adj 15): empty #17
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Idle maintenance over +5h2m27s38ms low RAM for +3h20m26s737ms
- I/MountService( 424): Running fstrim idle maintenance
- I/MountServiceIdler( 424): Got mount service completion callback
- I/fstrim ( 137): Starting fstrim work...
- I/fstrim ( 137): Invoking FITRIM ioctl on /data
- E/fstrim ( 137): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint)
- I/fstrim ( 137): Invoking FITRIM ioctl on /data
- E/fstrim ( 137): FITRIM ioctl failed on /data (error 95/Operation not supported on transport endpoint)
- I/fstrim ( 137): Invoking FITRIM ioctl on /cache
- I/fstrim ( 137): Trimmed 213909504 bytes on /cache
- I/fstrim ( 137): Invoking FITRIM ioctl on /cache
- I/fstrim ( 137): Trimmed 213909504 bytes on /cache
- E/fstrim ( 137): Cannot stat mount point none
- I/fstrim ( 137): Finished fstrim work.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 32266:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Killing 31163:com.google.android.partnersetup/u0a19 (adj 15): empty #17
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c7341d5}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c7341d5}
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@937eebf
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@1e49098c
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ae3d5a}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@37ae3d5a}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- W/ActivityManager( 424): SLOW OOM ADJ: 354ms for pid 1115 = 1
- W/ActivityManager( 424): SLOW OOM ADJ: 375ms for pid 1115 = 1
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of org.mozilla.firefox
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.amuzo.herofactory.invasionfrombelow
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.publicstuff.new_york_ny
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.estrongs.android.taskmanager
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.avg.zen
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.nyc.buildings
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16208d03}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16208d03}
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.quickoffice.android
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.merriamwebster
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.twopersonstudio.games.bigbigbig2
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of uk.co.aifactory.chessfree
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.socialnmobile.colordict
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.google.android.apps.hangoutsdialer
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of tv.pps.tpad
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.antivirus
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.antutu.CpuMasterFree
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.lego.starwars.theyodachronicles
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.aldiko.android
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of net.hciilab.scutgPen.IME
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.wb.speedorz
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- I/BackupManagerService( 424): Beginning scheduled full backup operation
- I/PFTBT ( 424): Initiating full-data transport backup of com.estrongs.android.pop
- I/PFTBT ( 424): Transport failed; aborting backup: -1000
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@2dffbd96
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@39ab9d17
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@192bcdc9}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@192bcdc9}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aed0bd}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2aed0bd}
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@3f61883f
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@13c4650c
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ActivityManager( 424): SLOW OOM ADJ: 4951ms for pid 31134 = 13
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d84d77d}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1d84d77d}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 2197:com.chrome.beta/u0a65 for service com.chrome.beta/com.google.android.apps.chrome.omaha.OmahaClient
- I/ActivityManager( 424): Killing 31236:com.android.calendar/u0a26 (adj 15): empty #17
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c46b705}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@c46b705}
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@22d4a42a
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@10ae21b
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 101]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e2b70f8}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3e2b70f8}
- I/ActivityManager( 424): Start proc 2604:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- 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());
- I/ActivityManager( 424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 2604) has died
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@144e5691}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@144e5691}
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ActivityManager( 424): SLOW OOM ADJ: 30339ms for pid 18739 = 5
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(31485): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3958e566}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3958e566}
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): reportBadNetwork(NetworkAgentInfo [WIFI () - 101]) by 10016
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 101] got DISCONNECTED, was satisfying 2
- D/ConnectivityService( 424): notifyType LOST for NetworkAgentInfo [WIFI () - 101]
- D/CSLegacyTypeTracker( 424): Sending disconnected broadcast for type 1 NetworkAgentInfo [WIFI () - 101] isDefaultNetwork=true
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
- D/ConnectivityService( 424): Checking for replacement network to handle request NetworkRequest [ id=1, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
- E/ConnectivityService( 424): EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
- D/ConnectivityService( 424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- I/ActivityManager( 424): Start proc 3086:mobi.mgeek.TunnyBrowser/u0a83 for broadcast mobi.mgeek.TunnyBrowser/com.dolphin.browser.downloads.DownloadReceiver
- 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());
- I/ActivityManager( 424): Start proc 3110:com.boatgo.browser/u0a105 for broadcast com.boatgo.browser/.download.DownloadReceiver
- I/ActivityManager( 424): Killing 31134:com.google.android.googlequicksearchbox:search/u0a22 (adj 15): empty #17
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 14270) has died
- I/ActivityManager( 424): Process com.boatgo.browser (pid 3110) has died
- I/ActivityManager( 424): Start proc 3139:com.boatgo.browser:bdservice_v1/u0a105 for broadcast com.boatgo.browser/com.baidu.android.pushservice.PushServiceReceiver
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3139) has died
- I/ActivityManager( 424): Start proc 3159:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3159) has died
- I/ActivityManager( 424): Start proc 3181:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3181) has died
- I/ActivityManager( 424): Start proc 3204:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3204) has died
- I/ActivityManager( 424): Start proc 3226:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3226) has died
- I/ActivityManager( 424): Start proc 3252:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3252) has died
- I/ActivityManager( 424): Start proc 3273:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3273) has died
- I/ActivityManager( 424): Start proc 3294:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3294) has died
- I/ActivityManager( 424): Start proc 3317:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3317) has died
- I/ActivityManager( 424): Start proc 3339:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3339) has died
- I/ActivityManager( 424): Start proc 3360:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3360) has died
- I/ActivityManager( 424): Start proc 3382:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3382) has died
- D/ConnectivityService( 424): Failed to find a new network - expiring NetTransition Wakelock
- W/ActivityManager( 424): SLOW OOM ADJ: 3397ms for pid 31427 = 13
- W/ActivityManager( 424): Slow operation: 3398ms so far, now at getContentProviderImpl: after updateOomAdj
- W/ActivityManager( 424): Slow operation: 3449ms so far, now at getContentProviderImpl: done!
- I/ActivityManager( 424): Start proc 3402:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3402): Slow operation: 12333ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3402): Slow operation: 12338ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3402): Slow operation: 12338ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3402) has died
- I/ActivityManager( 424): Start proc 3425:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3425) has died
- I/ActivityManager( 424): Start proc 3446:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3446) has died
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@67cbf21
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@39df9f46
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Start proc 3470:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3470): Slow operation: 161470ms so far, now at Zygote.callPostForkChildHooks
- W/Zygote ( 3470): Slow operation: 161539ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3470): Slow operation: 161542ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3470): Slow operation: 161543ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3470) has died
- I/ActivityManager( 424): Start proc 3493:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3493) has died
- I/ActivityManager( 424): Start proc 3518:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f022c9}
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3518) has died
- I/ActivityManager( 424): Start proc 3539:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2f022c9}
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3539) has died
- I/ActivityManager( 424): Start proc 3560:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3560) has died
- I/ActivityManager( 424): Start proc 3582:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3582) has died
- I/ActivityManager( 424): Start proc 3602:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3602): Slow operation: 200963ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3602): Slow operation: 200966ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3602): Slow operation: 200967ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- W/ActivityManager( 424): SLOW OOM ADJ: 397ms for pid 18840 = 9
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3602) has died
- I/ActivityManager( 424): Start proc 3624:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3624): Slow operation: 147695ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3624): Slow operation: 147699ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3624): Slow operation: 147700ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ProcessStatsService( 424): Prepared write state in 17ms
- I/ProcessStatsService( 424): Prepared write state in 0ms
- I/ProcessStatsService( 424): Prepared write state in 0ms
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3624) has died
- I/ProcessStatsService( 424): Pruning old procstats: /data/system/procstats/state-2015-04-17-00-35-04.bin.ci
- I/ActivityManager( 424): Start proc 3646:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3646): Slow operation: 101700ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3646): Slow operation: 101703ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3646): Slow operation: 101703ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- W/ActivityManager( 424): SLOW OOM ADJ: 333ms for pid 3646 = 0
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3646) has died
- I/ActivityManager( 424): Start proc 3667:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3667): Slow operation: 186002ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3667): Slow operation: 186005ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3667): Slow operation: 186006ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3667) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@382ea88d}
- I/ActivityManager( 424): Start proc 3692:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@382ea88d}
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3692) has died
- I/ActivityManager( 424): Start proc 3715:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3715): Slow operation: 54929ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3715): Slow operation: 54932ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3715): Slow operation: 54932ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3715) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.boatgo.browser/com.baidu.android.pushservice.PushService in 1000ms
- I/ActivityManager( 424): Start proc 3741:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3741) has died
- I/ActivityManager( 424): Start proc 3759:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3759): Slow operation: 120172ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3759): Slow operation: 120175ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3759): Slow operation: 120175ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3759) has died
- I/ActivityManager( 424): Start proc 3781:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3781) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@271465f0}
- I/ActivityManager( 424): Start proc 3800:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3800) has died
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@271465f0}
- I/ActivityManager( 424): Start proc 3820:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3820) has died
- I/ActivityManager( 424): Start proc 3841:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3841) has died
- I/ActivityManager( 424): Start proc 3865:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3865): Slow operation: 82810ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3865): Slow operation: 82814ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3865): Slow operation: 82815ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3865) has died
- I/ActivityManager( 424): Start proc 3887:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3887): Slow operation: 151877ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3887): Slow operation: 151880ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3887): Slow operation: 151880ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3887) has died
- I/ActivityManager( 424): Start proc 3908:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3908) has died
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@1e354f5f
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@1d5bedac
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ActivityManager( 424): Start proc 3930:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- W/Zygote ( 3930): Slow operation: 462901ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote ( 3930): Slow operation: 462904ms so far, now at Zygote.postForkCommon
- W/Zygote ( 3930): Slow operation: 462904ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3930) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.boatgo.browser/com.baidu.android.pushservice.PushService in 1000ms
- W/ActivityManager( 424): SLOW OOM ADJ: 101043ms for pid 31869 = 15
- I/BatteryStatsImpl( 424): Resetting battery stats: level=100 status=5 dischargeLevel=100 lowAmount=18 highAmount=19
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- I/DisplayPowerController( 424): Blocking screen on until initial contents have been drawn.
- 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}
- I/ActivityManager( 424): Start proc 3956:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- V/ActivityManager( 424): Display changed displayId=0
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3956) has died
- I/DisplayPowerController( 424): Unblocked screen on after 547 ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ace7529}
- I/ActivityManager( 424): Start proc 3981:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 3981) has died
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3ace7529}
- I/ActivityManager( 424): Start proc 4000:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4000) has died
- I/ActivityManager( 424): Start proc 4019:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- I/ActivityManager( 424): Start proc 4039:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/ActivityManager( 424): Killing 31427:org.mozilla.firefox.UpdateService/u0a87 (adj 15): empty #17
- I/ActivityManager( 424): Start proc 4083:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4083) has died
- I/ActivityManager( 424): Killing 31606:com.google.android.googlequicksearchbox/u0a22 (adj 15): empty #17
- I/ActivityManager( 424): Start proc 4138:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4138) has died
- I/ActivityManager( 424): Start proc 4165:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- I/ActivityManager( 424): Start proc 4199:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4199) has died
- I/ActivityManager( 424): Start proc 4386:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4386) has died
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 12926) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Start proc 4405:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager( 4405): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager( 4405): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 4434:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4434) has died
- I/ActivityManager( 424): Start proc 4648:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4648) has died
- 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
- I/ActivityManager( 424): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10012 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{50b3901 token=Token{26f20ee8 ActivityRecord{34e800b u0 com.android.settings/.Settings t186}}} to stack=1 task=186 at 0
- I/ActivityManager( 424): Start proc 4803:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- 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})
- I/ActivityManager( 424): Start proc 4822:com.android.settings/1000 for activity com.android.settings/.Settings
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4803) has died
- 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})
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{157bb6de token=Token{11929619 ActivityRecord{3126d160 u0 com.android.settings/.SubSettings t186}}} to stack=1 task=186 at 1
- D/WifiService( 424): New client listening to asynchronous messages
- 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})
- I/ActivityManager( 424): Start proc 4866:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- I/ActivityManager( 424): Process com.boatgo.browser:bdservice_v1 (pid 4866) has died
- V/WindowManager( 424): not Base app: Adding window Window{79d4d43 u0 RCN} at 6 of 12
- E/WiFiServiceImpl ( 424): CONNECT nid=0 uid=1000
- D/WifiService( 424): Connect with networkId0
- 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} }
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- I/ActivityManager( 424): Start proc 4947:com.boatgo.browser:bdservice_v1/u0a105 for service com.boatgo.browser/com.baidu.android.pushservice.PushService
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/ConnectivityService( 424): Adding iface wlan0 to network 102
- E/ConnectivityService( 424): Unexpected mtu value: 0, wlan0
- D/ConnectivityService( 424): Adding Route [fe80::/64 -> :: wlan0] to network 102
- D/ConnectivityService( 424): Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 102
- D/ConnectivityService( 424): Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 102
- D/ConnectivityService( 424): Setting Dns servers for network 102 to [/192.168.1.1]
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): notifyType PRECHECK for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): accepting network in place of null
- 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} }
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/CSLegacyTypeTracker( 424): Sending connected broadcast for type 1 NetworkAgentInfo [WIFI () - 102] isDefaultNetwork=true
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): New client listening to asynchronous messages
- 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
- D/ConnectivityService( 424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
- D/ConnectivityService( 424): Validated NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
- D/ConnectivityService( 424): reportBadNetwork(NetworkAgentInfo [WIFI () - 102]) by 10016
- D/ConnectivityService( 424): setProvNotificationVisibleIntent: E visible=false networkType=0 extraInfo=null
- D/ConnectivityService( 424): Validated NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 5000:com.boatgo.browser/u0a105 for broadcast com.boatgo.browser/.download.DownloadReceiver
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Process com.boatgo.browser (pid 5000) has died
- I/ActivityManager( 424): Killing 4822:com.android.settings/1000 (adj 9): remove task
- I/WindowState( 424): WIN DEATH: Window{31ff8fc7 u0 com.android.settings/com.android.settings.Settings}
- D/WifiService( 424): Client connection lost with reason: 4
- I/WindowState( 424): WIN DEATH: Window{3f9107bc u0 com.android.settings/com.android.settings.SubSettings}
- D/TaskPersister( 424): removeObsoleteFile: deleting file=186_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=186_task_thumbnail.png
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- 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
- 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
- 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
- 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)
- 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})
- 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})
- 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})
- I/ActivityManager( 424): Start proc 5431:com.chrome.beta:sandboxed_process0/u0i17 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService0
- I/ActivityManager( 424): Start proc 5467:com.chrome.beta:privileged_process0/u0a65 for service com.chrome.beta/org.chromium.content.app.PrivilegedProcessService0
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 31485) has died
- I/ActivityManager( 424): Process com.google.android.videos (pid 31869) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 31411) has died
- I/ActivityManager( 424): Start proc 5524:com.chrome.beta:sandboxed_process1/u0i18 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1
- I/ActivityManager( 424): Process com.glu.flc2 (pid 31506) has died
- E/WifiService( 424): Multicaster binderDied
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Process com.android.deskclock (pid 19622) has died
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/libprocessgroup( 424): Killing pid 4196 in uid 10096 as part of process group 4165
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 4165) has died
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_5524/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process1 (pid 5524) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService1 in 1000ms
- 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
- 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
- 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
- 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})
- 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})
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ActivityManager( 424): Start proc 5806:com.chrome.beta:sandboxed_process2/u0i19 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_5806/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process2 (pid 5806) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.chrome.beta/org.chromium.content.app.SandboxedProcessService2 in 1000ms
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- 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
- 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
- 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
- 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})
- 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})
- I/ActivityManager( 424): Start proc 5972:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- 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
- 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
- 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
- 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
- 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})
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-771408561|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- 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})
- 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
- 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
- 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
- W/InputMethodManagerService( 424): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@7beefc9 (uid=10042 pid=1404)
- I/ActivityManager( 424): Killing 18739:com.android.email/u0a35 (adj 9): remove task
- I/WindowState( 424): WIN DEATH: Window{6789da0 u0 com.android.email/com.android.email2.ui.MailActivityEmail}
- D/TaskPersister( 424): removeObsoleteFile: deleting file=187_task.xml
- D/TaskPersister( 424): removeObsoleteFile: deleting file=187_task_thumbnail.png
- I/ActivityManager( 424): Start proc 6358:com.chrome.beta:sandboxed_process3/u0i20 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService3
- I/ActivityManager( 424): Process android.process.media (pid 32266) has died
- I/ActivityManager( 424): Process com.google.android.partnersetup (pid 4039) has died
- 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})
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{41f9b54 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{355353b4 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 6532:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/ActivityThread( 6532): Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8f39b22}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8f39b22}
- I/ActivityManager( 424): Process mobi.mgeek.TunnyBrowser (pid 3086) has died
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 31074) has died
- 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})
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{38ca39e2 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- I/ActivityManager( 424): Process android.process.acore (pid 29534) has died
- I/ActivityManager( 424): Start proc 6718:com.chrome.beta:sandboxed_process4/u0i21 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService4
- I/ActivityManager( 424): Start proc 6738:com.chrome.beta:sandboxed_process5/u0i22 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
- I/ActivityManager( 424): Killing 6718:com.chrome.beta:sandboxed_process4/u0a65i21 (adj 0): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6718/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Killing 6358:com.chrome.beta:sandboxed_process3/u0a65i20 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6358/cgroup.procs: No such file or directory
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{15b55f45 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- I/ActivityManager( 424): Start proc 6791:com.chrome.beta:sandboxed_process6/u0i23 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService5
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- I/ActivityManager( 424): Killing 6738:com.chrome.beta:sandboxed_process5/u0a65i22 (adj 11): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6738/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.android.deskclock (pid 5972) has died
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 31216) has died
- I/ActivityManager( 424): Process com.android.email (pid 6532) has died
- I/WindowState( 424): WIN DEATH: Window{2e005c7a u0 com.android.browser/com.android.browser.BrowserActivity}
- I/ActivityManager( 424): Process com.android.browser (pid 17980) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 7366:com.android.email/u0a35 for service com.android.email/.service.LegacyImapSyncAdapterService
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7636
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7637
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7639
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7640
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 7964:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7994
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7995
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7996
- W/ProcessCpuTracker( 424): Skipping unknown process pid 7997
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 8167:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- W/ResourcesManager( 8167): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 8197:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3b8fa95f}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3b8fa95f}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 9265:com.chrome.beta:sandboxed_process7/u0i24 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- 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})
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- V/WindowManager( 424): Adding window Window{b79a9c7 u0 PopupWindow:31d96ee8} at 6 of 12 (after Window{288ab9c4 u0 PopupWindow:30e41115})
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService6
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_6791/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process6 (pid 6791) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- 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
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{3c7c0abf u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{161158c1 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- 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})
- 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
- 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
- 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
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{34c6a27c u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- I/ActivityManager( 424): Start proc 9477:com.chrome.beta:sandboxed_process8/u0i25 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService8
- I/ActivityManager( 424): Start proc 9493:com.chrome.beta:sandboxed_process9/u0i26 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService9
- I/ActivityManager( 424): Killing 9477:com.chrome.beta:sandboxed_process8/u0a65i25 (adj 0): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9477/cgroup.procs: No such file or directory
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService7
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9265/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process7 (pid 9265) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- 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
- 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
- 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
- W/ActivityManager( 424): Duplicate finish request for ActivityRecord{3fc10161 u0 com.chrome.beta/com.google.android.apps.chrome.document.ChromeLauncherActivity t159 f}
- 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
- I/ActivityManager( 424): Start proc 9543:com.chrome.beta:sandboxed_process10/u0i27 for service com.chrome.beta/org.chromium.content.app.SandboxedProcessService10
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService9
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- I/ActivityManager( 424): Killing 9493:com.chrome.beta:sandboxed_process9/u0a65i26 (adj 9): isolated not needed
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9493/cgroup.procs: No such file or directory
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- 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})
- W/ActivityManager( 424): Exception when unbinding service com.chrome.beta/org.chromium.content.app.SandboxedProcessService10
- W/ActivityManager( 424): android.os.TransactionTooLargeException
- W/ActivityManager( 424): at android.os.BinderProxy.transactNative(Native Method)
- W/ActivityManager( 424): at android.os.BinderProxy.transact(Binder.java:496)
- W/ActivityManager( 424): at android.app.ApplicationThreadProxy.scheduleUnbindService(ApplicationThreadNative.java:921)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.removeConnectionLocked(ActiveServices.java:1795)
- W/ActivityManager( 424): at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:916)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:15438)
- W/ActivityManager( 424): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:978)
- W/ActivityManager( 424): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2209)
- W/ActivityManager( 424): at android.os.Binder.execTransact(Binder.java:446)
- W/libprocessgroup( 424): failed to open /acct/uid_10065/pid_9543/cgroup.procs: No such file or directory
- I/ActivityManager( 424): Process com.chrome.beta:sandboxed_process10 (pid 9543) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c5f7cc4}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1c5f7cc4}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 10070
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 11013:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/PowerManagerService( 424): Going to sleep due to screen timeout (uid 1000)...
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- 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}
- V/ActivityManager( 424): Display changed displayId=0
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11512
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11513
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11515
- W/ProcessCpuTracker( 424): Skipping unknown process pid 11516
- W/ActivityManager( 424): SLOW OOM ADJ: 5849ms for pid 1115 = 1
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19641bda}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@19641bda}
- I/ActivityManager( 424): Start proc 11569:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- 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
- I/ActivityManager( 424): Start proc 11622:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- W/ResourcesManager(11613): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 11657:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a8713c}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17a8713c}
- I/ActivityManager( 424): Start proc 11693:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- I/DisplayPowerController( 424): Blocking screen on until initial contents have been drawn.
- 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}
- V/ActivityManager( 424): Display changed displayId=0
- I/DisplayPowerController( 424): Unblocked screen on after 192 ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17ff5067}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@17ff5067}
- 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()?
- 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()?
- E/ActivityThread( 942): at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:904)
- E/ActivityThread( 942): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:705)
- E/ActivityThread( 942): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1660)
- E/ActivityThread( 942): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1640)
- E/ActivityThread( 942): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1634)
- E/ActivityThread( 942): at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:495)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.trustlet.aw.b(SourceFile:127)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.trustlet.bh.a(SourceFile:167)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.trustlet.bk.d(SourceFile:261)
- E/ActivityThread( 942): at com.google.android.gms.auth.trustagent.GoogleTrustAgent.onCreate(SourceFile:70)
- E/ActivityThread( 942): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2792)
- E/ActivityThread( 942): at android.app.ActivityThread.access$1900(ActivityThread.java:154)
- E/ActivityThread( 942): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1404)
- E/ActivityThread( 942): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/ActivityThread( 942): at android.os.Looper.loop(Looper.java:135)
- E/ActivityThread( 942): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/ActivityThread( 942): at java.lang.reflect.Method.invoke(Native Method)
- E/ActivityThread( 942): at java.lang.reflect.Method.invoke(Method.java:372)
- E/ActivityThread( 942): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/ActivityThread( 942): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
- 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
- I/ActivityManager( 424): Start proc 11965:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- D/WifiService( 424): New client listening to asynchronous messages
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12148
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12149
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12151
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12152
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12153
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12374
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12375
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12377
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12378
- W/ProcessCpuTracker( 424): Skipping unknown process pid 12379
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1cb441ce}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@1cb441ce}
- I/ProcessStatsService( 424): Prepared write state in 14ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@66af537}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@66af537}
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16244
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16245
- W/ProcessCpuTracker( 424): Skipping unknown process pid 16472
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34f9c575}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@34f9c575}
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 17329:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@c327d40
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@33290479
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Killing 8197:com.android.calendar/u0a26 (adj 15): empty for 1804s
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@226de2cb}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@226de2cb}
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- I/EntropyMixer( 424): Writing entropy...
- I/PowerManagerService( 424): Going to sleep due to screen timeout (uid 1000)...
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- 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}
- V/ActivityManager( 424): Display changed displayId=0
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@332082bf}
- W/ActivityManager( 424): Activity pause timeout for ActivityRecord{245cf6bc u0 com.chrome.beta/com.google.android.apps.chrome.ChromeTabbedActivity t159}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@332082bf}
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(11622): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2dfe467c}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2dfe467c}
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- I/BatteryStatsImpl( 424): Resetting battery stats: level=97 status=2 dischargeLevel=97 lowAmount=16 highAmount=17
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- I/DisplayPowerController( 424): Blocking screen on until initial contents have been drawn.
- 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}
- V/ActivityManager( 424): Display changed displayId=0
- I/DisplayPowerController( 424): Unblocked screen on after 343 ms
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6bd98ff}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6bd98ff}
- 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
- 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})
- I/ActivityManager( 424): Start proc 20447:com.android.browser/u0a24 for activity com.android.browser/.BrowserActivity
- 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})
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 4405) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 17329) has died
- I/ActivityManager( 424): Start proc 20812:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- W/ResourcesManager(20812): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(20812): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Process android.process.media (pid 11657) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 11569) has died
- I/EntropyMixer( 424): Writing entropy...
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 8167) has died
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 11622) has died
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dc7d251}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@dc7d251}
- E/libprocessgroup( 424): failed to kill 1 processes for processgroup 11613
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 11613) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- V/BackupManagerService( 424): Running a backup pass
- V/BackupManagerService( 424): clearing pending backups
- V/PerformBackupTask( 424): Beginning backup of 1 targets
- D/PerformBackupTask( 424): invokeAgentForBackup on @pm@
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- D/PerformBackupTask( 424): starting agent for backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
- I/ActivityManager( 424): Start proc 21179:com.google.android.googlequicksearchbox/u0a22 for backup com.google.android.googlequicksearchbox/com.android.launcher3.LauncherBackupAgentHelper
- D/BackupManagerService( 424): awaiting agent for ApplicationInfo{1c6e3f58 com.google.android.googlequicksearchbox}
- D/BackupManagerService( 424): agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@34318467
- I/BackupManagerService( 424): got agent android.app.IBackupAgent$Stub$Proxy@1e16f214
- D/PerformBackupTask( 424): invokeAgentForBackup on com.google.android.googlequicksearchbox
- D/BackupManagerService( 424): Now staging backup of com.google.android.googlequicksearchbox
- I/BackupRestoreController( 424): Getting widget state for user: 0
- I/PerformBackupTask( 424): no backup data written; not calling transport
- I/BackupManagerService( 424): Backup pass finished.
- I/ProcessStatsService( 424): Prepared write state in 8ms
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24563d3}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@24563d3}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/ActivityManager( 424): SLOW OOM ADJ: 859ms for pid 7366 = 1
- W/ActivityManager( 424): Slow operation: 1651ms so far, now at getContentProviderImpl: after updateOomAdj
- W/ActivityManager( 424): Slow operation: 1704ms so far, now at getContentProviderImpl: done!
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTING
- D/ConnectivityService( 424): NetworkAgentInfo [WIFI () - 102] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- I/ActivityManager( 424): Start proc 21284:com.google.android.apps.plus/u0a103 for service com.google.android.apps.plus/.service.EsSyncAdapterService
- I/ActivityManager( 424): Process android.process.acore (pid 7964) has died
- W/ResourcesManager(21284): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/ActivityManager( 424): Start proc 21302:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- I/ActivityManager( 424): Start proc 21324:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- E/WifiService( 424): Multicaster binderDied
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- I/libprocessgroup( 424): Killing pid 11989 in uid 10096 as part of process group 11965
- D/WifiService( 424): Client connection lost with reason: 4
- I/ActivityManager( 424): Process com.estrongs.android.pop (pid 11965) has died
- I/ActivityManager( 424): Process com.glu.flc2 (pid 11693) has died
- I/ActivityManager( 424): Process com.android.deskclock (pid 11013) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox:search (pid 4019) has died
- I/ActivityManager( 424): Process com.google.android.googlequicksearchbox (pid 21179) has died
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- I/UsageStatsService( 424): User[0] Flushing usage stats to disk
- E/NetdConnector( 424): NDC Command {1374 bandwidth gettetherstats} took too long (1842ms)
- W/BackupManagerService( 424): dataChanged but no participant pkg='com.android.providers.settings' uid=10105
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155b9e81}
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@155b9e81}
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- --------- beginning of main
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/wpa_supplicant( 627): wlan0: CTRL-EVENT-DISCONNECTED bssid=68:1c:a2:00:fb:80 reason=3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/WifiStateMachine( 424): CMD_AUTO_ROAM sup state ScanState my state ConnectedState nid=0 config "RCN"WPA_PSK roam=1 to any targetRoamBSSID any
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/wpa_supplicant( 627): wlan0: Trying to associate with SSID 'RCN'
- E/WifiStateMachine( 424): WifiStateMachine: Leaving Connected state
- E/WifiStateMachine( 424): Start Roam Watchdog 1
- I/wpa_supplicant( 627): wlan0: Associated with 68:1c:a2:00:fb:80
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/wpa_supplicant( 627): wlan0: Associated with 68:1c:a2:00:fb:80
- I/wpa_supplicant( 627): wlan0: WPA: Key negotiation completed with 68:1c:a2:00:fb:80 [PTK=CCMP GTK=CCMP]
- I/wpa_supplicant( 627): wlan0: CTRL-EVENT-CONNECTED - Connection to 68:1c:a2:00:fb:80 completed [id=0 id_str=]
- E/WifiStateMachine( 424): WifiStateMachine: Leaving Roaming state
- E/WifiConfigStore( 424): saveWifiConfigBSSID Setting BSSID for "RCN"WPA_PSK to any
- E/wifi_gbk2utf( 424): g_pItemList is NULL
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/WifiStateMachine( 424): Start Dhcp Watchdog 4
- E/native ( 424): do suspend false
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/WifiStateMachine( 424): Unexpected BatchedScanResults :OK
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/dhcpcd (21515): sending signal 14 to pid 4919
- I/dhcpcd ( 4919): received SIGALRM, renewing
- I/dhcpcd ( 4919): wlan0: renewing lease of 192.168.1.106
- I/GCoreUlr( 942): Wifi connected, attempting upload
- 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
- I/GCoreUlr( 942): DispatchingService.onCreate()
- 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
- 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
- I/GCoreUlr( 942): DispatchingService.onDestroy()
- I/GCoreUlr( 942): Unbound from all location providers
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/WifiStateMachine( 424): CMD_DELAYED_NETWORK_DISCONNECT and not debouncing - ignore 0
- I/dhcpcd ( 4919): wlan0: acknowledged 192.168.1.106 from 192.168.1.1
- I/dhcpcd ( 4919): wlan0: leased 192.168.1.106 for 7200 seconds
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/GCoreUlr( 942): Wifi connected, attempting upload
- 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
- D/ConnectivityService( 424): notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524295
- I/GCoreUlr( 942): DispatchingService.onCreate()
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/GCoreUlr( 942): Wifi connected, attempting upload
- 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
- I/GCoreUlr( 942): Wifi connected, attempting upload
- 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
- 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
- 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
- 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
- I/GCoreUlr( 942): DispatchingService.onDestroy()
- I/GCoreUlr( 942): Unbound from all location providers
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/WifiStateMachine( 424): WifiStateMachine L2Connected CMD_START_SCAN source -2 1178, 1179 -> obsolete
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Start proc 21538:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- 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
- 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
- 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
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Parcel ( 424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
- E/Parcel ( 424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:309)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:273)
- E/Parcel ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
- E/Parcel ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- E/Parcel ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- E/Parcel ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- E/Parcel ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- E/Parcel ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- E/Parcel ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- E/Parcel ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- E/Parcel ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- 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]]
- E/Parcel ( 424): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
- E/Parcel ( 424): ... 16 more
- E/Parcel ( 424): Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
- E/Parcel ( 424): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
- E/Parcel ( 424): ... 17 more
- E/Parcel ( 424): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- W/Intent ( 424): Failure filling in extras
- W/Intent ( 424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
- W/Intent ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
- W/Intent ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- W/Intent ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- W/Intent ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- W/Intent ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- W/Intent ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- W/Intent ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- W/Intent ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- W/Intent ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS starting ping task acct:3
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- W/art (27503): Suspending all threads took: 20.843ms
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Cache full, done prefetching for now
- I/ActivityManager( 424): Process android.process.media (pid 21302) has died
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- I/ActivityManager( 424): Start proc 21567:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 for service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- I/NuCachedSource2( 145): Keep alive
- 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
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 733ms
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- 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
- 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
- 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
- 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
- E/NetdConnector( 424): NDC Command {1391 bandwidth gettetherstats} took too long (1143ms)
- W/ActivityManager( 424): Timeout executing service: ServiceRecord{30a0c32e u0 mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 1649 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 47 frames! The application may be doing too much work on its main thread.
- I/Process ( 424): Sending signal. PID: 21567 SIG: 3
- I/art (21567): Thread[3,tid=21574,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
- W/art (21567): Suspending all threads took: 9.155ms
- I/Process ( 424): Sending signal. PID: 424 SIG: 3
- I/art ( 424): Thread[3,tid=430,WaitingInMainSignalCatcherLoop,Thread*=0x74827c00,peer=0x12c020a0,"Signal Catcher"]: reacting to signal 3
- W/art ( 424): Suspending all threads took: 24.444ms
- I/art (21567): Wrote stack traces to '/data/anr/traces.txt'
- E/Sensors ( 424): poll() failed (Interrupted system call)
- I/Process ( 424): Sending signal. PID: 896 SIG: 3
- I/art ( 896): Thread[3,tid=915,WaitingInMainSignalCatcherLoop,Thread*=0x74828000,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
- I/Process ( 424): Sending signal. PID: 890 SIG: 3
- I/art ( 890): Thread[3,tid=902,WaitingInMainSignalCatcherLoop,Thread*=0x74828000,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Process ( 424): Sending signal. PID: 661 SIG: 3
- I/art ( 661): Thread[3,tid=676,WaitingInMainSignalCatcherLoop,Thread*=0x74828000,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
- E/Parcel ( 424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
- E/Parcel ( 424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:309)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:273)
- E/Parcel ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
- E/Parcel ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- E/Parcel ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- E/Parcel ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- E/Parcel ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- E/Parcel ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- E/Parcel ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- E/Parcel ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- E/Parcel ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- 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]]
- E/Parcel ( 424): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
- E/Parcel ( 424): ... 16 more
- E/Parcel ( 424): Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
- E/Parcel ( 424): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
- E/Parcel ( 424): ... 17 more
- E/Parcel ( 424): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- W/Intent ( 424): Failure filling in extras
- W/Intent ( 424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
- W/Intent ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
- W/Intent ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- W/Intent ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- W/Intent ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- W/Intent ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- W/Intent ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- W/Intent ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- W/Intent ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- W/Intent ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- 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
- 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
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/art ( 424): Wrote stack traces to '/data/anr/traces.txt'
- I/art ( 890): Wrote stack traces to '/data/anr/traces.txt'
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Choreographer( 661): Skipped 414 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): PSS adding account state for acct:3
- I/art ( 896): Wrote stack traces to '/data/anr/traces.txt'
- D/Browser (21567): app start attachBaseContext
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer( 661): Skipped 64 frames! The application may be doing too much work on its main thread.
- I/art ( 661): Wrote stack traces to '/data/anr/traces.txt'
- D/Browser (21567): app Browser.onCreate
- 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());
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/art (21567): WaitForGcToComplete blocked for 28.411ms for cause HomogeneousSpaceCompact
- 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
- W/TunnyBrowser_11.4.6(21567): [BrowserSettings]make /storage/emulated/0/TunnyBrowser directory failed.
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- 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
- I/art ( 424): WaitForGcToComplete blocked for 261.413ms for cause Explicit
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- 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
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/NuCachedSource2( 145): Keep alive
- 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
- I/Process (21567): Sending signal. PID: 21567 SIG: 9
- I/ActivityManager( 424): Process mobi.mgeek.TunnyBrowser:DolphinNotification (pid 21567) has died
- I/Process ( 424): Sending signal. PID: 20447 SIG: 3
- I/art (20447): Thread[3,tid=20454,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x12c000a0,"Signal Catcher"]: reacting to signal 3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Process ( 424): Sending signal. PID: 7366 SIG: 3
- I/art ( 7366): Thread[3,tid=7373,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x22c070a0,"Signal Catcher"]: reacting to signal 3
- I/Process ( 424): Sending signal. PID: 27503 SIG: 3
- I/art (27503): Thread[3,tid=27510,WaitingInMainSignalCatcherLoop,Thread*=0x74827400,peer=0x22c070a0,"Signal Catcher"]: reacting to signal 3
- E/ActivityManager( 424): ANR in mobi.mgeek.TunnyBrowser:DolphinNotification
- E/ActivityManager( 424): PID: 21567
- E/ActivityManager( 424): Reason: executing service mobi.mgeek.TunnyBrowser/com.dolphin.browser.message.C2DMService
- E/ActivityManager( 424): Load: 6.42 / 4.25 / 3.44
- E/ActivityManager( 424): CPU usage from 4618ms to -11571ms ago with 99% awake:
- E/ActivityManager( 424): 61% 20447/com.android.browser: 53% user + 8.6% kernel / faults: 23916 minor 409 major
- E/ActivityManager( 424): 21% 424/system_server: 11% user + 9.3% kernel / faults: 12811 minor 654 major
- E/ActivityManager( 424): 15% 145/mediaserver: 9.4% user + 6.3% kernel / faults: 2069 minor 62 major
- E/ActivityManager( 424): 5.2% 37/kswapd0: 0% user + 5.2% kernel
- E/ActivityManager( 424): 5.2% 138/surfaceflinger: 2.4% user + 2.7% kernel / faults: 952 minor 10 major
- E/ActivityManager( 424): 0% 143/debuggerd: 0% user + 0% kernel / faults: 3922 minor 17 major
- E/ActivityManager( 424): 3.7% 92/mmcqd/0: 0% user + 3.7% kernel
- E/ActivityManager( 424): 3.6% 661/com.android.systemui: 1.6% user + 2% kernel / faults: 5635 minor 210 major
- E/ActivityManager( 424): 0.4% 896/com.android.phone: 0.2% user + 0.1% kernel / faults: 3818 minor 3 major
- E/ActivityManager( 424): 0.4% 7366/com.android.email: 0.2% user + 0.2% kernel / faults: 4132 minor 84 major
- E/ActivityManager( 424): 0.3% 27503/com.android.exchange: 0.2% user + 0.1% kernel / faults: 4332 minor 111 major
- E/ActivityManager( 424): 1.1% 19669/kworker/u:3: 0% user + 1.1% kernel
- E/ActivityManager( 424): 1% 17/irq/199-msmdata: 0% user + 1% kernel
- E/ActivityManager( 424): 0.9% 21196/kworker/u:2: 0% user + 0.9% kernel
- E/ActivityManager( 424): 0% 890/com.android.server.telecom: 0% user + 0% kernel / faults: 2428 minor 1 major
- E/ActivityManager( 424): 0.4% 3/ksoftirqd/0: 0% user + 0.4% kernel
- E/ActivityManager( 424): 0.3% 125/ksdioirqd/mmc1: 0% user + 0.3% kernel
- E/ActivityManager( 424): 0.2% 2187/kworker/u:0: 0% user + 0.2% kernel
- E/ActivityManager( 424): 0.1% 16879/kworker/0:2: 0% user + 0.1% kernel
- E/ActivityManager( 424): 0.1% 96/msmfb_commit_th: 0% user + 0.1% kernel
- E/ActivityManager( 424): 0% 1404/com.android.launcher3: 0% user + 0% kernel / faults: 793 minor 43 major
- E/ActivityManager( 424): 0% 21284/com.google.android.apps.plus: 0% user + 0% kernel / faults: 1042 minor 14 major
- E/ActivityManager( 424): 0% 127/sdcard: 0% user + 0% kernel / faults: 118 minor 4 major
- E/ActivityManager( 424): 0% 132/logd: 0% user + 0% kernel / faults: 123 minor 3 major
- E/ActivityManager( 424): 0% 134/lmkd: 0% user + 0% kernel / faults: 52 minor 2 major
- E/ActivityManager( 424): 0% 135/servicemanager: 0% user + 0% kernel / faults: 220 minor 8 major
- E/ActivityManager( 424): 0% 142/netd: 0% user + 0% kernel / faults: 212 minor 11 major
- E/ActivityManager( 424): 0% 942/com.google.process.location: 0% user + 0% kernel / faults: 558 minor 6 major
- E/ActivityManager( 424): 0% 2197/com.chrome.beta: 0% user + 0% kernel / faults: 350 minor 35 major
- E/ActivityManager( 424): 0% 21514/kworker/1:1: 0% user + 0% kernel
- E/ActivityManager( 424): 99% TOTAL: 43% user + 24% kernel + 30% iowait + 0.1% softirq
- E/ActivityManager( 424): CPU usage from 10316ms to 10880ms later:
- E/ActivityManager( 424): 100% 20447/com.android.browser: 87% user + 12% kernel / faults: 1490 minor 3 major
- E/ActivityManager( 424): 50% 20506/RenderThread: 47% user + 3.6% kernel
- E/ActivityManager( 424): 16% 20539/Thread-2740: 14% user + 1.8% kernel
- E/ActivityManager( 424): 10% 20498/Thread-2736: 10% user + 0% kernel
- E/ActivityManager( 424): 10% 20582/AsyncTransferTh: 1.8% user + 9% kernel
- E/ActivityManager( 424): 7.2% 20447/android.browser: 7.2% user + 0% kernel
- E/ActivityManager( 424): 1.8% 20465/Binder_2: 1.8% user + 0% kernel
- E/ActivityManager( 424): 1.8% 20894/Binder_5: 1.8% user + 0% kernel
- E/ActivityManager( 424): 19% 424/system_server: 8.9% user + 10% kernel / faults: 54 minor 7 major
- E/ActivityManager( 424): 8.9% 442/ActivityManager: 3.5% user + 5.3% kernel
- E/ActivityManager( 424): 3.5% 441/android.bg: 3.5% user + 0% kernel
- E/ActivityManager( 424): 3.5% 925/Binder_8: 0% user + 3.5% kernel
- E/ActivityManager( 424): 1.7% 1384/Binder_E: 1.7% user + 0% kernel
- E/ActivityManager( 424): 16% 145/mediaserver: 10% user + 5.3% kernel / faults: 1 minor 3 major
- E/ActivityManager( 424): 3.5% 21084/gle.aac.decoder: 3.5% user + 0% kernel
- E/ActivityManager( 424): 1.7% 21079/NPDecoder: 0% user + 1.7% kernel
- E/ActivityManager( 424): 1.7% 21080/NPDecoder-CL: 1.7% user + 0% kernel
- E/ActivityManager( 424): 1.7% 21083/CodecLooper: 1.7% user + 0% kernel
- E/ActivityManager( 424): 1.7% 21086/VideoDecMsgThre: 0% user + 1.7% kernel
- E/ActivityManager( 424): 7.1% 138/surfaceflinger: 3.5% user + 3.5% kernel / faults: 1 minor
- E/ActivityManager( 424): 3.5% 138/surfaceflinger: 1.7% user + 1.7% kernel
- E/ActivityManager( 424): 1.7% 231/hwcVsyncThread: 1.7% user + 0% kernel
- E/ActivityManager( 424): 5.4% 7366/com.android.email: 5.4% user + 0% kernel / faults: 41 minor 1 major
- E/ActivityManager( 424): 1.8% 7380/Binder_1: 1.8% user + 0% kernel
- E/ActivityManager( 424): 1.8% 21274/Binder_6: 1.8% user + 0% kernel
- E/ActivityManager( 424): 0.6% 17/irq/199-msmdata: 0% user + 0.6% kernel
- E/ActivityManager( 424): 1.7% 92/mmcqd/0: 0% user + 1.7% kernel
- E/ActivityManager( 424): 0.7% 125/ksdioirqd/mmc1: 0% user + 0.7% kernel
- E/ActivityManager( 424): 0.7% 142/netd: 0% user + 0.7% kernel / faults: 87 minor 1 major
- E/ActivityManager( 424): 0.8% 19669/kworker/u:3: 0% user + 0.8% kernel
- E/ActivityManager( 424): 0.9% 21196/kworker/u:2: 0% user + 0.9% kernel
- E/ActivityManager( 424): 1.7% 27503/com.android.exchange: 1.7% user + 0% kernel
- I/ActivityManager( 424): Killing 0:mobi.mgeek.TunnyBrowser:DolphinNotification/u0a83 (adj 0): bg anr
- W/libprocessgroup( 424): failed to open /acct/uid_10083/pid_0/cgroup.procs: No such file or directory
- I/art ( 7366): Wrote stack traces to '/data/anr/traces.txt'
- D/GCM ( 1115): Message class com.google.f.a.a.i
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29c4dd24}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art (20447): Wrote stack traces to '/data/anr/traces.txt'
- I/Choreographer(20447): Skipped 167 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/art (27503): Wrote stack traces to '/data/anr/traces.txt'
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@29c4dd24}
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS starting ping task acct:3
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- 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
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync contacts starting Bundle[{__mailboxCount__=6, __mailboxId0__=33, __mailboxId1__=36, __mailboxId2__=39, __mailboxId3__=40, __mailboxId4__=41, __mailboxId5__=42}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- 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
- I/qtaguid (27503): Failed write_ctrl(u 19) res=-1 errno=22
- I/qtaguid (27503): Untagging socket 19 failed errno=-22
- W/NetworkManagementSocketTagger(27503): untagSocket(19) failed with errno -22
- I/Icing (18840): Indexing 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4 from com.chrome.beta
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.ContactsSyncAdapterService$SyncAdapterImpl.onPerformSync(ContactsSyncAdapterService.java:134)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS push enabled is unknown
- I/Icing (18840): Indexing done 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): PSS removing account state for acct:2
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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)
- I/Adreno200-EGL(21284): Build Date: 06/25/13 Tue
- I/Adreno200-EGL(21284): Local Branch:
- I/Adreno200-EGL(21284): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL(21284): Local Patches: NONE
- I/Adreno200-EGL(21284): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/GAV2 (21284): Thread[GAThread,5,main]: No campaign data found.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Cache full, done prefetching for now
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- I/NuCachedSource2( 145): Keep alive
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- 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
- I/Choreographer(20447): Skipped 1485 frames! The application may be doing too much work on its main thread.
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- I/Choreographer(20447): Skipped 166 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): onPerformSync contacts starting Bundle[{__mailboxCount__=6, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=59, __mailboxId3__=60, __mailboxId4__=61, __mailboxId5__=62}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync needs to wait: Ping: no, Pending tasks: 2 acct: 3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.ContactsSyncAdapterService$SyncAdapterImpl.onPerformSync(ContactsSyncAdapterService.java:134)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS Signalling a pending sync to proceed acct:3.
- 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]
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- I/NuCachedSource2( 145): Keep alive
- I/Choreographer(20447): Skipped 124 frames! The application may be doing too much work on its main thread.
- D/GCM ( 1115): Message class com.google.f.a.a.i
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 154 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 128 frames! The application may be doing too much work on its main thread.
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 84 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer( 661): Skipped 35 frames! The application may be doing too much work on its main thread.
- I/Choreographer(20447): Skipped 66 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 70 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 38 frames! The application may be doing too much work on its main thread.
- I/NuCachedSource2( 145): Keep alive
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 97 frames! The application may be doing too much work on its main thread.
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer( 661): Skipped 36 frames! The application may be doing too much work on its main thread.
- I/Choreographer(20447): Skipped 65 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 95 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- 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
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@328d7488}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@328d7488}
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Start proc 21731:com.android.providers.calendar/u0a1 for content provider com.android.providers.calendar/.CalendarProvider2
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/ResourcesManager(21731): Asset path '/system/framework/android.test.runner.jar' does not exist or contains no resources.
- I/CalendarProvider2(21731): Created com.android.providers.calendar.CalendarAlarmManager@21f84f8f(com.android.providers.calendar.CalendarProvider2@3691a21c)
- I/Exchange(27503): onPerformSync calendar: Bundle[{__mailboxCount__=5, __mailboxId0__=33, __mailboxId1__=36, __mailboxId2__=40, __mailboxId3__=41, __mailboxId4__=42}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- I/CalendarProvider2(21731): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
- W/ContentResolver(21731): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
- I/ActivityManager( 424): Start proc 21749:com.android.calendar/u0a26 for broadcast com.android.calendar/.alerts.AlertReceiver
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.CalendarSyncAdapterService$SyncAdapterImpl.onPerformSync(CalendarSyncAdapterService.java:131)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- D/ExtensionsFactory(21749): No custom extensions.
- 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 }
- D/AlertService(21749): 0 Action = android.intent.action.PROVIDER_CHANGED
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): PSS removing account state for acct:2
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/GlobalDismissManager(21749): no sender configured
- D/AlertService(21749): Beginning updateAlertNotification
- D/AlertService(21749): No fired or scheduled alerts
- D/AlertService(21749): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
- D/AlarmScheduler(21749): Query result count for events starting within 1 week: 2
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/CursorWrapperInner(21749): Cursor finalized without prior close()
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 52
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- I/ActivityManager( 424): Process com.android.deskclock (pid 21538) has died
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 56
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync calendar: Bundle[{__mailboxCount__=5, __mailboxId0__=54, __mailboxId1__=56, __mailboxId2__=60, __mailboxId3__=61, __mailboxId4__=62}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.CalendarSyncAdapterService$SyncAdapterImpl.onPerformSync(CalendarSyncAdapterService.java:131)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art (27503): Suspending all threads took: 2.960s
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 738ms
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- I/NuCachedSource2( 145): Cache full, done prefetching for now
- 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
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- I/Choreographer(20447): Skipped 1567 frames! The application may be doing too much work on its main thread.
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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
- D/GCM ( 1115): Message class com.google.f.a.a.i
- 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
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Choreographer( 661): Skipped 60 frames! The application may be doing too much work on its main thread.
- I/Choreographer(20447): Skipped 257 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- 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
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Choreographer(20447): Skipped 113 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 7366): Suspending all threads took: 62.072ms
- I/Choreographer( 661): Skipped 146 frames! The application may be doing too much work on its main thread.
- I/Choreographer(20447): Skipped 380 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer( 661): Skipped 107 frames! The application may be doing too much work on its main thread.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000001
- I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000003
- I/Exchange(27503): Changes found in: 2:0
- I/Exchange(27503): Changes found in: 1:ALi8xGyb4UJBqKMtyXrl7gb+TmCl9hQIQZ+ElNrB0soP
- I/Exchange(27503): Changes found in: 1:AMotgEqhejlMpRkkcN+5DqUjI1PE7lL9QqwB65OBa1Mr
- I/Exchange(27503): Changes found in: 1:AR/o0A+y+1ZBriYBR872EdGNJuMAEEWdSYGU+UiijYTs
- I/Choreographer(20447): Skipped 154 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): Ping found changed folders for account 3
- 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
- E/Exchange(27503): unexpected collectiontype 0 in EasPing
- E/Exchange(27503): unexpected collectiontype 5 in EasPing
- E/Exchange(27503): unexpected collectiontype 66 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Stop next with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): EasOperation requestSyncForMailboxes Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- 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}]
- 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}]
- I/Exchange(27503): Ping task ending with status: 2
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- D/Email ( 7366): Insert: content://com.android.email.provider/message
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- D/Email ( 7366): Insert: content://com.android.email.provider/body
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Choreographer(20447): Skipped 132 frames! The application may be doing too much work on its main thread.
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- 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
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
- I/NuCachedSource2( 145): Keep alive
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 7366): Suspending all threads took: 391.204ms
- I/Choreographer(20447): Skipped 254 frames! The application may be doing too much work on its main thread.
- D/Email ( 7366): Insert: content://com.android.email.provider/message
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 113 frames! The application may be doing too much work on its main thread.
- D/Email ( 7366): Insert: content://com.android.email.provider/body
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 81068824
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 2573240
- 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
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -1465697104, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account -2145073633 / folder -1103699138
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- I/NotifUtils( 7366): Account: -729077077 vibrate: false
- I/NotifUtils( 7366): New email in -729077077 vibrateWhen: false, playing notification: content://settings/system/notification_sound
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|363843079|null|10035
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NotifUtils( 7366): Validating Notification, mapSize: 6 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: true
- E/SQLiteLog(21324): (284) automatic index on sqlite_sq_6B01EDD0(STAT_DATA_ID)
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/NotifUtils( 7366): Showing notification with unreadCount of 91 and unseenCount of 1
- W/ResourceType( 661): Failure getting entry for 0x010406dc (t=3 e=1756) (error -75)
- W/Resources( 661): Converting to string: TypedValue{t=0x1/d=0x10406dc a=-1 r=0x10406dc}
- I/NotifUtils( 7366): Account: 1333404959 vibrate: false
- I/NotifUtils( 7366): New email in 1333404959 vibrateWhen: false, playing notification: content://settings/system/notification_sound
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/NotifUtils( 7366): validateNotifications - cancelling account 1333404959 / folder -1812635783
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324935
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 70791782
- 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
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 2573240
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 81068824
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -1465697104, folder: 81068824
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account -2145073633 / folder -1103699138
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
- W/art ( 7366): Suspending all threads took: 10.162ms
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/NotifUtils( 7366): Account: -729077077 vibrate: false
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Showing notification with unreadCount of 91 and unseenCount of 1
- I/NotifUtils( 7366): Account: 1333404959 vibrate: false
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 1333404959 / folder -1812635783
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324935
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21915
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21916
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21918
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21919
- W/ProcessCpuTracker( 424): Skipping unknown process pid 21922
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@160e98e3}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@160e98e3}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Process com.google.android.apps.plus (pid 21284) has died
- I/ActivityManager( 424): Process com.google.android.gms.wearable (pid 20812) has died
- W/ActivityManager( 424): Scheduling restart of crashed service com.google.android.gms/.wearable.service.WearableService in 1000ms
- I/ActivityManager( 424): Process android.process.acore (pid 21324) has died
- I/ActivityManager( 424): Process com.android.calendar (pid 21749) has died
- E/lowmemorykiller( 134): Error opening /proc/21731/oom_score_adj; errno=2
- I/ActivityManager( 424): Process com.android.providers.calendar (pid 21731) has died
- I/ActivityManager( 424): Start proc 21962:com.google.android.gms.wearable/u0a16 for service com.google.android.gms/.wearable.service.WearableService
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/ResourcesManager(21962): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(21962): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/MultiDex(21962): VM with version 2.1.0 has multidex support
- I/MultiDex(21962): install
- I/MultiDex(21962): VM has multidex support, MultiDex support library is disabled.
- I/ProviderInstaller(21962): Insert disabled by gate 'gms:security:enable_conscrypt_in_gms_application'
- 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
- 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 }.
- D/c ( 1115): Getting all permits...
- D/a ( 1115): Opening database...
- D/a ( 1115): Opening database auth.proximity.permit_store...
- D/a ( 1115): Closing database...
- 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 }
- D/LocationInitializer(18840): Restart initialization of location
- E/SQLiteLog(21962): (284) automatic index on assetrefs(dataitems_id)
- E/MDM ( 942): [105] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- 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
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- I/NuCachedSource2( 145): Cache full, done prefetching for now
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 7366): Suspending all threads took: 5.648s
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 692ms
- I/NuCachedSource2( 145): Keep alive
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- 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
- 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
- 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
- I/Choreographer(20447): Skipped 1499 frames! The application may be doing too much work on its main thread.
- D/GCM ( 1115): Message class com.google.f.a.a.i
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- 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
- 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
- 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
- I/Choreographer(20447): Skipped 349 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 201 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 112 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/NuCachedSource2( 145): Keep alive
- I/Choreographer(20447): Skipped 105 frames! The application may be doing too much work on its main thread.
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- I/Choreographer(20447): Skipped 129 frames! The application may be doing too much work on its main thread.
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 42 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 99 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 70 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- I/Choreographer(20447): Skipped 171 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 35 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: returned from zygote!
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: done updating battery stats
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: building log message
- I/ActivityManager( 424): Start proc 22096:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: starting to update pids map
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: done updating pids map
- W/ActivityManager( 424): Slow operation: 1015ms so far, now at startProcess: done starting proc!
- 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
- W/Zygote (22096): Slow operation: 1145ms so far, now at Zygote.callPostForkChildHooks
- W/Zygote (22096): Slow operation: 1366 ms in ForkAndSpecializeCommon:PostForkChildHooks returns
- W/Zygote (22096): Slow operation: 1704ms so far, now at Zygote.nativeForkAndSpecialize
- W/Zygote (22096): Slow operation: 1917ms so far, now at Zygote.postForkCommon
- W/Zygote (22096): Slow operation: 2080ms so far, now at zygoteConnection.runOnce: postForkAndSpecialize
- I/Choreographer(20447): Skipped 126 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- W/art (22096): Suspending all threads took: 30.242ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 140 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 107 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__push_only__=true}]
- I/Exchange(27503): PSS pushModify acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- I/Exchange(27503): PSS pushModify acct:2
- I/Exchange(27503): PSS starting ping task acct:2
- I/Exchange(27503): Ping task starting for 2
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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 []
- 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
- 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
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:2
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 2
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 2
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:2.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:2.
- I/Exchange(27503): Ping task starting for 2
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:2
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 2
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 2
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:2.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art (27503): Suspending all threads took: 61.737ms
- I/Choreographer(20447): Skipped 146 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 43 frames! The application may be doing too much work on its main thread.
- I/NuCachedSource2( 145): Keep alive
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- I/Choreographer(20447): Skipped 90 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer( 661): Skipped 60 frames! The application may be doing too much work on its main thread.
- W/art (27503): Suspending all threads took: 7.995ms
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): PSS removing account state for acct:2
- 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]
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): PSS removing account state for acct:2
- 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]
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- W/art ( 7366): Suspending all threads took: 14.770ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c1414a7}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 942): Suspending all threads took: 5.126ms
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3c1414a7}
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): PSS removing account state for acct:2
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art ( 424): Suspending all threads took: 32.623ms
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- D/GCM ( 1115): Message class com.google.f.a.a.i
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/NuCachedSource2( 145): Cache full, done prefetching for now
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- I/NuCachedSource2( 145): Keep alive
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/ActivityManager( 424): SLOW OOM ADJ: 1054ms for pid 7366 = 0
- I/Choreographer(20447): Skipped 1656 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- 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
- 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
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/Choreographer(20447): Skipped 101 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- I/ProcessStatsService( 424): Prepared write state in 34ms
- I/ProcessStatsService( 424): Pruning old procstats: /data/system/procstats/state-2015-04-17-07-30-01.bin.ci
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 127 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/EventLogService(18840): Opted in for usage reporting
- I/EventLogService(18840): Aggregate from 1429456742158 (log), 1429456742158 (data)
- I/ServiceDumpSys(18840): dumping service [batterystats]
- I/ServiceDumpSys(18840): dumping service [package]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ServiceDumpSys(18840): dumping service [procstats]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 133 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 108 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- 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
- I/NuCachedSource2( 145): Keep alive
- I/Choreographer(20447): Skipped 132 frames! The application may be doing too much work on its main thread.
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 140 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- I/Choreographer(20447): Skipped 31 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 43 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=33, __mailboxId1__=36}]
- I/Exchange(27503): PSS syncStart for account acct:2
- I/Exchange(27503): PSS adding account state for acct:2
- 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 []
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:2
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:2.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:2.
- I/Exchange(27503): PSS removing account state for acct:2
- 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]
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/ActivityManager( 424): Start proc 22303:org.mozilla.firefox/u0a87 for service org.mozilla.firefox/org.mozilla.gecko.background.healthreport.upload.HealthReportUploadService
- D/GeckoHardwareUtils(22303): HardwareUtils already inited.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Parcel ( 424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
- E/Parcel ( 424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:309)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:273)
- E/Parcel ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
- E/Parcel ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- E/Parcel ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- E/Parcel ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- E/Parcel ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- E/Parcel ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- E/Parcel ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- E/Parcel ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- E/Parcel ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- 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]]
- E/Parcel ( 424): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
- E/Parcel ( 424): ... 16 more
- E/Parcel ( 424): Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
- E/Parcel ( 424): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
- E/Parcel ( 424): ... 17 more
- E/Parcel ( 424): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- W/Intent ( 424): Failure filling in extras
- W/Intent ( 424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
- W/Intent ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
- W/Intent ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- W/Intent ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- W/Intent ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- W/Intent ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- W/Intent ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- W/Intent ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- W/Intent ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- W/Intent ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/ActivityManager( 424): Process com.android.deskclock (pid 22096) has died
- I/ActivityManager( 424): Process org.mozilla.firefox (pid 22303) has died
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000001
- I/Exchange(27503): Changes found in: 00000000-0000-0000-0000-000000000003
- I/Exchange(27503): Changes found in: 2:0
- I/Exchange(27503): Changes found in: 1:ALi8xGyb4UJBqKMtyXrl7gb+TmCl9hQIQZ+ElNrB0soP
- I/Exchange(27503): Changes found in: 1:AMotgEqhejlMpRkkcN+5DqUjI1PE7lL9QqwB65OBa1Mr
- I/Exchange(27503): Changes found in: 1:AR/o0A+y+1ZBriYBR872EdGNJuMAEEWdSYGU+UiijYTs
- I/Exchange(27503): Ping found changed folders for account 3
- E/Exchange(27503): unexpected collectiontype 0 in EasPing
- E/Exchange(27503): unexpected collectiontype 5 in EasPing
- E/Exchange(27503): unexpected collectiontype 66 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- E/Exchange(27503): unexpected collectiontype 65 in EasPing
- I/Exchange(27503): EasOperation requestSyncForMailboxes Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- 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}]
- 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}]
- I/Exchange(27503): Ping task ending with status: 2
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, starting new ping acct:3.
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS starting ping task acct:3
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): Ping expired for account 1
- I/NotifUtils( 7366): resendNotifications cancelExisting: false, account: null, folder: null
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 669 frames! The application may be doing too much work on its main thread.
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- E/Email ( 7366): Unexpected empty syncAuthority from cursor
- I/NotifUtils( 7366): Showing notification with unreadCount of 91 and unseenCount of 1
- I/ActivityManager( 424): Start proc 22384:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ]
- I/NotifUtils( 7366): Account: 1333404959 vibrate: false
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NotifUtils( 7366): Account: -729077077 vibrate: false
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- 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
- I/NotifUtils( 7366): Unseen count doesn't match cursor count. unseen: 1 cursor count: 0
- I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324936
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- D/GCM ( 1115): Message class com.google.f.a.a.i
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@386da504}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@386da504}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Cache full, done prefetching for now
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- I/NuCachedSource2( 145): Keep alive
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Long monitor contention event with owner method=void com.android.server.Watchdog.run() from Watchdog.java:339 waiters=0 for 785ms
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- I/Choreographer(20447): Skipped 1606 frames! The application may be doing too much work on its main thread.
- I/Choreographer(20447): Skipped 41 frames! The application may be doing too much work on its main thread.
- 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
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- I/ActivityManager( 424): Start proc 22462:com.google.android.apps.genie.geniewidget/u0a74 for broadcast com.google.android.apps.genie.geniewidget/.appwidget.NewsWeatherAppDarkWidgetProvider
- 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
- I/art ( 424): WaitForGcToComplete blocked for 125.274ms for cause Explicit
- 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
- 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]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/audio_hw_primary( 145): pcm_write: underrun
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art (22462): Suspending all threads took: 1.232s
- I/Choreographer(20447): Skipped 249 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 45 frames! The application may be doing too much work on its main thread.
- I/NewsWeather(22462): onReceive android.appwidget.action.APPWIDGET_UPDATE
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NewsWeather(22462): NewsAccounts 2, AllSystemAccounts 1
- W/NewsWeather(22462): Failed to retrieve WebView package info
- I/ActivityManager( 424): Start proc 22489:com.glu.flc2/u0a97 for broadcast com.glu.flc2/com.glu.plugins.anotificationmanager.NotificationReceiver
- I/LatinIME:LogUtils( 839): Dictionary info: dictionary = UserHistoryDictionary.en_US ; version = 1428013131 ; date = 1429458846
- I/NuCachedSource2( 145): Keep alive
- 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
- 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
- I/Choreographer(20447): Skipped 110 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- I/Choreographer(20447): Skipped 64 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 34 frames! The application may be doing too much work on its main thread.
- I/NewsWeather(22462): Last usage 1429237748966, idle 221103 seconds, sync interval 21600 seconds
- I/NewsWeather(22462): setPeriodicSync in 21600 seconds
- 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
- I/ActivityManager( 424): Process android.process.acore (pid 22384) has died
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art (22489): Suspending all threads took: 31.433ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- V/JNIHelp (22462): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 235 native methods...
- I/ProviderInstaller(22462): Installed default security provider GmsCore_OpenSSL
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 129 frames! The application may be doing too much work on its main thread.
- I/GoogleURLConnFactory(22462): binding HttpService
- I/Choreographer(20447): Skipped 49 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 35 frames! The application may be doing too much work on its main thread.
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 134 frames! The application may be doing too much work on its main thread.
- D/Email ( 7366): Insert: content://com.android.email.provider/message
- W/art (22462): Suspending all threads took: 13.427ms
- D/Email ( 7366): Insert: content://com.android.email.provider/body
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 103 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 177 frames! The application may be doing too much work on its main thread.
- 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
- 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
- I/Choreographer(20447): Skipped 43 frames! The application may be doing too much work on its main thread.
- 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
- 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
- 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
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
- I/NewsWeather(22462): onConnected null
- I/NewsWeather(22462): Location onConnected: found location from FusedLocationApi
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16eab18c}
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
- 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
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NewsWeather(22462): ApiOperation url https://news.google.com/news/exec/fetchNewsApp
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer( 661): Skipped 32 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NuCachedSource2( 145): Keep alive
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(20447): Skipped 171 frames! The application may be doing too much work on its main thread.
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@16eab18c}
- I/Choreographer( 661): Skipped 32 frames! The application may be doing too much work on its main thread.
- I/Choreographer(20447): Skipped 43 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
- I/Choreographer(20447): Skipped 185 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- 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
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -2145073633, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 750195435, folder: 2573240
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 70791782
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -729077077, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 70791782
- I/NuCachedSource2( 145): restarting prefetcher, totalSize = 5242880
- 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
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 2573240
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: 1333404959, folder: 81068824
- I/NotifUtils( 7366): sendSetNewEmailIndicator account: -1465697104, folder: 81068824
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account -2145073633 / folder -1103699138
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 2521
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): validateNotifications - cancelling account 750195435 / folder 76678
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NotifUtils( 7366): Showing notification with unreadCount of 22 and unseenCount of 2
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- I/ActivityManager( 424): Start proc 22531:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
- 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
- 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
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- I/art ( 424): WaitForGcToComplete blocked for 170.440ms for cause HeapTrim
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
- I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
- I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
- I/NewsWeather(22462): onReceive com.google.android.apps.genie.intent.action.APPWIDGET_PROVIDER_CHANGED
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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 []
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- I/GoogleURLConnFactory(22462): binding HttpService
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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
- 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]
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
- W/ResourcesManager(22462): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
- W/art (27503): Suspending all threads took: 63.903ms
- W/art (22531): Suspending all threads took: 1.369s
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- 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
- 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
- I/Choreographer(20447): Skipped 1676 frames! The application may be doing too much work on its main thread.
- 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
- 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
- I/GoogleURLConnFactory(22462): binding HttpService
- I/Choreographer(20447): Skipped 31 frames! The application may be doing too much work on its main thread.
- I/Choreographer( 661): Skipped 34 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- 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
- I/GoogleURLConnFactory(22462): binding HttpService
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- I/Process ( 424): Sending signal. PID: 424 SIG: 3
- I/art ( 424): Thread[3,tid=430,WaitingInMainSignalCatcherLoop,Thread*=0x74827c00,peer=0x12c020a0,"Signal Catcher"]: reacting to signal 3
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/art ( 424): Suspending all threads took: 3.078s
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- 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
- I/AudioFlinger( 145): BUFFER TIMEOUT: remove(4096) from active list on thread 0x758e8000
- W/audio_hw_primary( 145): pcm_write: underrun
- W/AudioTrack( 145): releaseBuffer() track 0x7503ef00 disabled due to previous underrun, restarting
- W/audio_hw_primary( 145): pcm_write: underrun
- W/audio_hw_primary( 145): pcm_write: underrun
- W/libbacktrace( 424): void ThreadEntry::Wait(int): pthread_cond_timedwait failed: Connection timed out
- I/NuPlayer( 145): buffer low, pausing...
- V/audio_hw_primary( 145): do_out_standby: CALLED
- V/audio_hw_primary( 145): do_out_standby: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- V/audio_hw_primary( 145): disable speaker/headphones
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- I/Choreographer(20447): Skipped 7612 frames! The application may be doing too much work on its main thread.
- 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
- W/MediaPlayer(20447): info/warning (703, 706)
- W/MediaPlayer(20447): info/warning (701, 0)
- I/wpa_supplicant( 627): wlan0: Associated with 68:1c:a2:00:fb:80
- I/wpa_supplicant( 627): wlan0: Associated with 68:1c:a2:00:fb:80
- I/wpa_supplicant( 627): wlan0: Associated with 68:1c:a2:00:fb:80
- I/wpa_supplicant( 627): wlan0: WPA: Key negotiation completed with 68:1c:a2:00:fb:80 [PTK=CCMP GTK=CCMP]
- I/wpa_supplicant( 627): wlan0: CTRL-EVENT-CONNECTED - Connection to 68:1c:a2:00:fb:80 completed [id=0 id_str=]
- I/NuPlayer( 145): buffer ready, resuming...
- V/audio_hw_primary( 145): out_set_parameters: CALLED: 'routing=2'
- V/audio_hw_primary( 145): start_output_stream: CALLED
- W/MediaPlayer(20447): info/warning (703, 150)
- W/MediaPlayer(20447): info/warning (702, 0)
- V/audio_hw_primary( 145): start_output_stream: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,1
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT1N Switch' 1,63,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT1P Switch' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT2N Switch' 1,45,0
- V/audio_hw_primary( 145): mixer_set: 'LINEOUT2P Switch' 1,1,0
- V/audio_hw_primary( 145): mixer_set: 'Output Volume' 59,59,0
- V/audio_hw_primary( 145): enable speaker
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- I/Choreographer(20447): Skipped 8127 frames! The application may be doing too much work on its main thread.
- 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
- I/Choreographer( 661): Skipped 11697 frames! The application may be doing too much work on its main thread.
- E/Sensors ( 424): poll() failed (Interrupted system call)
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputReader( 424): Detected input event buffer overrun for device HPTouchpad.
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- 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
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 57
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- 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
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- I/InputDispatcher( 424): Dropped event because it is stale.
- 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
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/art ( 424): Wrote stack traces to '/data/anr/traces.txt'
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- I/PowerManagerService( 424): Waking up from dozing (uid 1000)...
- I/PowerManagerService( 424): Going to sleep due to power button (uid 1000)...
- W/audio_hw_primary( 145): pcm_write: underrun
- E/Parcel ( 424): Class not found when unmarshalling: com.android.emailcommon.provider.Account
- E/Parcel ( 424): java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:309)
- E/Parcel ( 424): at java.lang.Class.forName(Class.java:273)
- E/Parcel ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2281)
- E/Parcel ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- E/Parcel ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- E/Parcel ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- E/Parcel ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- E/Parcel ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- E/Parcel ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- E/Parcel ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- E/Parcel ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- E/Parcel ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- E/Parcel ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- 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]]
- E/Parcel ( 424): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
- E/Parcel ( 424): ... 16 more
- E/Parcel ( 424): Suppressed: java.lang.ClassNotFoundException: com.android.emailcommon.provider.Account
- E/Parcel ( 424): at java.lang.Class.classForName(Native Method)
- E/Parcel ( 424): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
- E/Parcel ( 424): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
- E/Parcel ( 424): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
- E/Parcel ( 424): ... 17 more
- E/Parcel ( 424): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
- W/Intent ( 424): Failure filling in extras
- W/Intent ( 424): android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.android.emailcommon.provider.Account
- W/Intent ( 424): at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
- W/Intent ( 424): at android.os.Parcel.readParcelable(Parcel.java:2245)
- W/Intent ( 424): at android.os.Parcel.readValue(Parcel.java:2152)
- W/Intent ( 424): at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
- W/Intent ( 424): at android.os.BaseBundle.unparcel(BaseBundle.java:221)
- W/Intent ( 424): at android.os.Bundle.putAll(Bundle.java:182)
- W/Intent ( 424): at android.content.Intent.fillIn(Intent.java:7073)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:213)
- W/Intent ( 424): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:195)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:733)
- W/Intent ( 424): at android.app.PendingIntent.send(PendingIntent.java:687)
- W/Intent ( 424): at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:1752)
- W/Intent ( 424): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:1922)
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- I/PowerManagerService( 424): Sleeping (uid 1000)...
- I/PowerManagerService( 424): Waking up from sleep (uid 1000)...
- D/Sensors ( 424): sensor activation called: handle=0, enabled=0********************************
- I/Exchange(27503): requestPing EasOperation Account {name=patrick_t_wong@hotmail.com, type=com.android.exchange}, Bundle[{force=true, __push_only__=true}]
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- D/Sensors ( 424): sensor activation called: handle=0, enabled=1********************************
- V/KeyguardServiceDelegate( 424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
- D/Sensors ( 424): sensor activation called: handle=0, enabled=0********************************
- D/Sensors ( 424): sensor activation called: handle=0, enabled=1********************************
- V/KeyguardServiceDelegate( 424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
- D/Sensors ( 424): sensor activation called: handle=0, enabled=0********************************
- D/Sensors ( 424): sensor activation called: handle=0, enabled=1********************************
- V/KeyguardServiceDelegate( 424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
- D/Sensors ( 424): sensor activation called: handle=0, enabled=0********************************
- D/Sensors ( 424): sensor activation called: handle=0, enabled=1********************************
- V/KeyguardServiceDelegate( 424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
- D/Sensors ( 424): sensor activation called: handle=0, enabled=0********************************
- 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
- 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
- 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
- I/Choreographer( 661): Skipped 36 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS push enabled is unknown
- 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
- 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
- W/art ( 7366): Suspending all threads took: 47.363ms
- D/ActivityManager( 424): awakeFromSleepingLocked: previously pausing activity didn't pause
- 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
- 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
- D/Sensors ( 424): sensor activation called: handle=0, enabled=1********************************
- V/KeyguardServiceDelegate( 424): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@115779b5)
- I/EntropyMixer( 424): Writing entropy...
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- 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
- I/Exchange(27503): Ping task starting for 3
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- W/WindowManager( 424): Keyguard drawn timeout. Setting mKeyguardDrawComplete
- W/Settings( 661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
- D/WebViewTimersControl(20447): onBrowserActivityPause
- D/WebViewTimersControl(20447): Pausing webview timers, view=com.android.browser.BrowserWebView{3eb43e72 VFEDHVCL .F...... 0,0-1024,591}
- W/Settings( 661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 1, Current State 3, Expected State -1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandFlush issued with param1: -1
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Driver flush i/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Input Flush
- E/OMX-VDEC-1080P( 145): Flush Input OMX_COMPONENT_GENERATE_EBD 0x7586e510
- E/OMX-VDEC-1080P( 145): Flush Input OMX_COMPONENT_GENERATE_EBD 0x7586e4c0
- E/OMX-VDEC-1080P( 145): OMX flush i/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): Driver flush o/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Output Flush
- E/OMX-VDEC-1080P( 145): OMX flush o/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 3, Expected State 2
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 3, Expected State 2
- E/OMX-VDEC-1080P( 145): Command Recieved in OMX_StateExecuting
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Executing --> Idle
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): Driver flush i/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Input Flush
- E/OMX-VDEC-1080P( 145): OMX flush i/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): Driver flush o/p Port complete
- E/OMX-VDEC-1080P( 145): Initiate Output Flush
- E/OMX-VDEC-1080P( 145): OMX flush o/p Port complete PenBuf(0)
- E/OMX-VDEC-1080P( 145): Rxd OMX_COMPONENT_GENERATE_STOP_DONE
- E/OMX-VDEC-1080P( 145): send_command: Recieved a Command from Client
- E/OMX-VDEC-1080P( 145): send_command_proxy(): cmd = 0, Current State 2, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): OMX_CommandStateSet issued
- E/OMX-VDEC-1080P( 145): Current State 2, Expected State 1
- E/OMX-VDEC-1080P( 145): send_command_proxy(): Idle-->Loaded-Pending
- E/OMX-VDEC-1080P( 145): send_command: Command Processed
- E/OMX-VDEC-1080P( 145): ALL input buffers are freed/released
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ecd5000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ed46000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6edb7000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ee28000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ee99000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ef0a000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6ef7b000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6efec000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f05d000, 229376)
- E/OMX-VDEC-1080P( 145): free_output: munmap(0x6f0ce000, 229376)
- E/OMX-VDEC-1080P( 145): ALL output buffers are freed/released
- E/OMX-VDEC-1080P( 145): OMX_CommandStateSet complete, m_state = 1
- E/OMX-VDEC-1080P( 145): Playback Ended - PASSED
- E/OMX-VDEC-1080P( 145): ALL output buffers are freed/released
- E/OMX-VDEC-1080P( 145): Calling VDEC_IOCTL_STOP_NEXT_MSG
- E/OMX-VDEC-1080P( 145): omx_vdec::component_deinit() complete
- E/OMX-VDEC-1080P( 145): In OMX Vdec Destructor(), Vdec instances = 1
- E/OMX-VDEC-1080P( 145): Waiting on OMX Msg Thread exit
- E/OMX-VDEC-1080P( 145):
- E/OMX-VDEC-1080P( 145): Error in ioctl read next msg
- E/OMX-VDEC-1080P( 145): omx_vdec: Async thread stop
- E/OMX-VDEC-1080P( 145): omx_vdec: message thread stop
- E/OMX-VDEC-1080P( 145): Waiting on OMX Async Thread exit
- E/OMX-VDEC-1080P( 145): Calling close() on Video Driver
- E/OMX-VDEC-1080P( 145): Calling close() on vdec ion devicefd = 23
- E/OMX-VDEC-1080P( 145): Successfully destroyed vdec ionlock
- E/OMX-VDEC-1080P( 145): Exit OMX vdec Destructor
- E/ ( 145):
- E/ ( 145): Destroy C2D instance
- E/ ( 145):
- E/ ( 145): Destroy C2D instance
- I/NuPlayerDecoder( 145): [OMX.google.aac.decoder] resubmitting CSD
- I/SoftAAC2( 145): limiting to stereo output
- I/SoftAAC2( 145): Initially configuring decoder: 44100 Hz, 2 channels
- D/NuPlayerDriver( 145): reset(0x7502a160)
- E/NuPlayerDecoder( 145): Stream error for OMX.google.aac.decoder (err=-1004), EOS successfully queued
- E/NuPlayer( 145): received error(0xfffffc14) from audio decoder, flushing(0), now shutting down
- W/Settings( 661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
- W/Settings( 661): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
- D/NuPlayerDriver( 145): notifyResetComplete(0x7502a160)
- 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
- I/NuCachedSource2( 145): caching reached eos.
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
- I/MediaFocusControl( 424): AudioFocus abandonAudioFocus() from android.media.AudioManager@209e06bbcom.android.org.chromium.media.MediaPlayerListener@38701e8f
- I/Choreographer(20447): Skipped 99 frames! The application may be doing too much work on its main thread.
- I/ActivityManager( 424): Process com.glu.flc2 (pid 22489) has died
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
- D/WebViewTimersControl(20447): onBrowserActivityResume
- D/WebViewTimersControl(20447): Resuming webview timers, view=com.android.browser.BrowserWebView{3eb43e72 VFEDHVCL .F...... 0,0-1024,591}
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back home recent clock search >
- I/Choreographer( 661): Skipped 121 frames! The application may be doing too much work on its main thread.
- 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
- 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
- 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
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/NotifUtils( 7366): Account: -729077077 vibrate: false
- I/iu.Environment(18840): update battery state; isPlugged? true*
- I/iu.FingerprintManager(18840): Start processing all media
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/ConnectivityService( 424): updateNetworkScore for NetworkAgentInfo [WIFI () - 102] to 60
- D/ConnectivityService( 424): rematching NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityService( 424): Network NetworkAgentInfo [WIFI () - 102] was already satisfying request 1. No change.
- D/ConnectivityService( 424): notifyType AVAILABLE for NetworkAgentInfo [WIFI () - 102]
- D/ConnectivityManager.CallbackHandler( 661): CM callback handler got msg 524290
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/external/images/media
- I/iu.UploadsManager(18840): num queued entries: 0
- I/iu.UploadsManager(18840): num updated entries: 0
- I/iu.SyncManager(18840): NEXT; no task
- 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}]
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|363843079|null|10035
- I/ValidateNoPeople( 424): final affinity: 0.0
- 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
- I/ActivityManager( 424): Start proc 22575:android.process.media/u0a4 for content provider com.android.providers.media/.MediaProvider
- 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
- 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
- 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
- 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
- W/MediaPlayer(20447): mediaplayer went away with unhandled events
- W/MediaPlayer(20447): mediaplayer went away with unhandled events
- 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
- 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
- W/MediaPlayer(20447): mediaplayer went away with unhandled events
- 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
- I/Choreographer(20447): Skipped 114 frames! The application may be doing too much work on its main thread.
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Icing (18840): Indexing 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4 from com.chrome.beta
- 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
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT* clock SEARCH* >
- V/KeyguardServiceDelegate( 424): **** SHOWN CALLED ****
- V/KeyguardServiceDelegate( 424): **** SHOWN CALLED ****
- I/Timeline(20447): Timeline: Activity_idle id: android.os.BinderProxy@b48ef7d time:45974006
- V/KeyguardServiceDelegate( 424): **** SHOWN CALLED ****
- V/KeyguardServiceDelegate( 424): **** SHOWN CALLED ****
- I/Choreographer( 661): Skipped 118 frames! The application may be doing too much work on its main thread.
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- V/audio_hw_primary( 145): do_out_standby: CALLED
- V/audio_hw_primary( 145): do_out_standby: calling select_devices
- V/audio_hw_primary( 145): mixer_set: 'PCM Playback Sink' 0,0,0
- V/audio_hw_primary( 145): mixer_set: 'speaker_stereo_rx' 0,0,0
- I/ActivityManager( 424): Start proc 22593:com.estrongs.android.pop/u0a96 for broadcast com.estrongs.android.pop/.app.StartServiceReceiver
- I/Choreographer( 661): Skipped 37 frames! The application may be doing too much work on its main thread.
- V/KeyguardServiceDelegate( 424): **** SHOWN CALLED ****
- V/audio_hw_primary( 145): disable speaker/headphones
- V/audio_hw_primary( 145): state hp=n skr=y mic=y
- I/GCoreUlr( 942): DispatchingService.onCreate()
- 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
- 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
- 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
- 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
- I/lights ( 424): Enabling notification light
- V/audio_hw_primary( 145): adev_set_parameters: CALLED
- E/WifiStateMachine( 424): cancelDelayedScan -> 1250
- E/native ( 424): do suspend true
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/NotifUtils( 7366): Showing notification with unreadCount of 92 and unseenCount of 2
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH >
- W/IInputConnectionWrapper(20447): showStatusIcon on inactive InputConnection
- 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
- 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
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH >
- I/LatinIME( 839): Starting input. Cursor position = 0,0
- W/IInputConnectionWrapper( 661): requestCursorAnchorInfo on inactive InputConnection
- W/IInputConnectionWrapper( 661): getTextBeforeCursor on inactive InputConnection
- E/RichInputConnection( 839): Unable to connect to the editor to retrieve text.
- D/RichInputConnection( 839): Will try to retrieve text later.
- E/WifiStateMachine( 424): cancelDelayedScan -> 1251
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/lights ( 424): Disabling notification light
- E/native ( 424): do suspend false
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/lights ( 424): stop engine 1
- D/lights ( 424): Waiting for notification LED engine to stop after reset
- D/lights ( 424): Notification LED reset finished with stop state 2
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- V/audio_hw_primary( 145): adev_set_parameters: CALLED
- E/lowmemorykiller( 134): Error writing /proc/22531/oom_score_adj; errno=22
- I/ActivityThread( 7366): Removing dead content provider:android.content.ContentProviderProxy@22722089
- D/WifiService( 424): acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aaea2ba}
- I/ActivityThread( 7366): Removing dead content provider:android.content.ContentProviderProxy@22722089
- I/ActivityManager( 424): Process android.process.acore (pid 22531) has died
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- 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
- I/ActivityManager( 424): Start proc 22613:android.process.acore/u0a2 for content provider com.android.providers.userdictionary/.UserDictionaryProvider
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/ObjectHelper(22593): Can't find method:setCompatibilityInfo
- D/WifiService( 424): releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@3aaea2ba}
- D/am (22593): Refresh storage info done.25
- 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
- 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
- E/SQLiteLog(22575): (283) recovered 2 frames from WAL file /data/user/0/com.android.providers.media/databases/external.db-wal
- 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
- 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
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/external/video/media
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/phoneStorage/images/media
- I/iu.FingerprintManager(18840): Start processing media store URI: content://media/phoneStorage/video/media
- I/iu.FingerprintManager(18840): Finished generating fingerprints; 6.083 seconds
- I/iu.FingerprintManager(18840): numSeen=0 numGenerated=0 numDeleted=0 numFailed=0
- I/Icing (18840): Indexing done 67F6764965AFCB52BDA2A7C73E5F2C483E88DFB4
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Start proc 22650:com.google.android.apps.plus/u0a103 for broadcast com.google.android.apps.plus/.service.BatteryReceiver
- W/ResourceType(22593): No package identifier when getting value for resource number 0x00000000
- D/WifiService( 424): New client listening to asynchronous messages
- W/art (22593): Suspending all threads took: 11.016ms
- W/ResourcesManager(22650): Asset path '/system/framework/com.google.android.maps.jar' does not exist or contains no resources.
- I/art (22593): WaitForGcToComplete blocked for 5.340ms for cause DisableMovingGc
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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'}]}
- W/art (22593): Suspending all threads took: 5.310ms
- I/GCoreUlr( 942): Unbound from all location providers
- 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ]
- I/GCoreUlr( 942): DispatchingService.onDestroy()
- I/GCoreUlr( 942): Unbound from all location providers
- 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
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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"
- 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
- 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]
- 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"
- W/art (22593): Suspending all threads took: 8.880ms
- I/NotifUtils( 7366): Account: 1333404959 vibrate: false
- I/NotifUtils( 7366): New email in 1333404959 vibrateWhen: false, playing notification: content://settings/system/notification_sound
- I/ValidateNoPeople( 424): Validating: 0|com.android.email|-153109912|null|10035
- I/ValidateNoPeople( 424): Executing: validation for: 0|com.android.email|-153109912|null|10035
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- W/art (22650): Suspending all threads took: 132.568ms
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/NotifUtils( 7366): validateNotifications - cancelling account 1333404959 / folder -1812635783
- W/ResourceType( 661): Failure getting entry for 0x010406dc (t=3 e=1756) (error -75)
- W/Resources( 661): Converting to string: TypedValue{t=0x1/d=0x10406dc a=-1 r=0x10406dc}
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- I/art (22650): WaitForGcToComplete blocked for 10.040ms for cause DisableMovingGc
- I/LatinIME( 839): Starting input. Cursor position = 6,6
- W/IInputConnectionWrapper( 661): endBatchEdit on inactive InputConnection
- I/NotifUtils( 7366): Notifications are disabled for this folder; not notifying
- I/NotifUtils( 7366): Validating Notification, mapSize: 7 getAttention: true ignoreUnobtrusive: false
- E/SQLiteLog(22613): (284) automatic index on sqlite_sq_70204C90(STAT_DATA_ID)
- I/NotifUtils( 7366): validateNotifications - cancelling account -1465697104 / folder -1651324935
- I/ValidateNoPeople( 424): final affinity: 0.0
- I/Exchange(27503): onPerformSync email: Bundle[{ignore_settings=true, force=true, ignore_backoff=true, __push_only__=true}]
- D/PhoneStatusBar( 661): disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH >
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH >
- I/Coffee - PlaceTrustlet( 942): User Present broadcast receiver action: android.intent.action.USER_PRESENT
- D/PhoneStatusBar( 661): disable: < expand icons alerts system_info back home* recent* clock search* >
- W/IInputConnectionWrapper( 661): showStatusIcon on inactive InputConnection
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS adding account state for acct:3
- I/Exchange(27503): PSS pushModify acct:3
- I/Exchange(27503): PSS starting ping task acct:3
- 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
- I/Exchange(27503): Ping task starting for 3
- 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
- D/GCM ( 1115): Message class com.google.f.a.a.i
- I/ActivityManager( 424): Start proc 22695:com.android.deskclock/u0a30 for broadcast com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider
- I/Exchange(27503): onPerformSync email: Bundle[{__account_only__=true}]
- 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
- 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)
- I/Adreno200-EGL(22650): Build Date: 06/25/13 Tue
- I/Adreno200-EGL(22650): Local Branch:
- I/Adreno200-EGL(22650): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL(22650): Local Patches: NONE
- I/Adreno200-EGL(22650): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- E/WifiStateMachine( 424): WifiStateMachine L2Connected CMD_START_SCAN source -2 1249, 1253 -> obsolete
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- D/PhoneStatusBar( 661): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- I/ActivityManager( 424): Start proc 22717:com.google.android.googlequicksearchbox:search/u0a22 for broadcast com.google.android.googlequicksearchbox/com.google.android.search.core.UdcSettingBroadcastReceiver
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 661): 81481088: getState() : mService = null. Returning STATE_OFF
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art (22717): Suspending all threads took: 19.897ms
- I/ActivityManager( 424): Start proc 22736:com.google.android.partnersetup/u0a19 for content provider com.google.android.partnersetup/.RlzAppProvider
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync succeeded, starting new ping acct:3.
- I/Exchange(27503): Ping task starting for 3
- V/UserPresentBroadcastReceiver( 942): Received Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 cmp=com.google.android.gms/.auth.trustagent.UserPresentBroadcastReceiver }.
- I/Exchange(27503): onPerformSync email: Bundle[{__mailboxCount__=2, __mailboxId0__=54, __mailboxId1__=56}]
- I/Exchange(27503): PSS syncStart for account acct:3
- I/Exchange(27503): PSS Sync is pre-empting a ping acct:3
- I/Exchange(27503): Interrupt with reason 1
- I/Exchange(27503): PSS Sync needs to wait: Ping: yes, Pending tasks: 1 acct: 3
- I/Exchange(27503): Ping task ending with status: -1
- I/Exchange(27503): PSS pingEnd for account 3
- I/Exchange(27503): PSS pingEnd, syncs still in progress acct:3.
- 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
- I/ActivityManager( 424): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10012 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{32d5e8ef token=Token{2e66f1ce ActivityRecord{ceb26c9 u0 com.android.settings/.Settings t188}}} to stack=1 task=188 at 0
- D/WebViewTimersControl(20447): onBrowserActivityPause
- D/WebViewTimersControl(20447): Pausing webview timers, view=com.android.browser.BrowserWebView{3eb43e72 VFEDHVCL .F...... 0,0-1024,591}
- I/ActivityManager( 424): Start proc 22775:com.android.settings/1000 for activity com.android.settings/.Settings
- I/GAV2 (22650): Thread[GAThread,5,main]: No campaign data found.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/art (22717): Suspending all threads took: 17.639ms
- D/PhoneStatusBar( 661): disable: < expand icons* alerts system_info* back home recent clock search >
- W/GAV2 (22717): Thread[Background Blocking-1,5,main]: Need to call initialize() and be in fallback mode to start dispatch.
- W/GAV2 (22717): Thread[Background Blocking-1,5,main]: dispatch call queued. Need to call GAServiceManager.getInstance().initialize().
- 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
- 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})
- W/ResourceType( 661): No package identifier when getting value for resource number 0x00000000
- W/PackageManager( 661): Failure retrieving resources for com.android.browser: Resource ID #0x0
- I/IndexDatabaseHelper(22775): Using schema version: 115
- I/IndexDatabaseHelper(22775): Index is fine
- D/Index (22775): Locale 'en_US' is already indexed
- I/GLSUser ( 1115): [GLSUser] extracting token using key:Auth
- D/OpenGLRenderer(22775): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
- D/Atlas (22775): Validating map...
- 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})
- E/Exchange(27503): Exception while handling response
- E/Exchange(27503): java.io.IOException
- E/Exchange(27503): at com.android.exchange.adapter.AbstractSyncParser.parse(AbstractSyncParser.java:178)
- E/Exchange(27503): at com.android.exchange.adapter.EmailSyncParser.parse(EmailSyncParser.java:770)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.handleResponse(EasSyncBase.java:109)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperationInternal(EasOperation.java:325)
- E/Exchange(27503): at com.android.exchange.eas.EasOperation.performOperation(EasOperation.java:264)
- E/Exchange(27503): at com.android.exchange.eas.EasSyncBase.performOperation(EasSyncBase.java:125)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.syncMailbox(EasFullSyncOperation.java:263)
- E/Exchange(27503): at com.android.exchange.eas.EasFullSyncOperation.performOperation(EasFullSyncOperation.java:175)
- E/Exchange(27503): at com.android.exchange.service.EasService.doOperation(EasService.java:401)
- E/Exchange(27503): at com.android.exchange.service.EasService$1.sync(EasService.java:132)
- E/Exchange(27503): at com.android.exchange.service.EmailSyncAdapterService$SyncAdapterImpl.onPerformSync(EmailSyncAdapterService.java:127)
- E/Exchange(27503): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
- W/GLSUser ( 1115): [GLSUser] [GLSUser] Permission for com.google.android.googlequicksearchbox to access oauth2:https://www.googleapis.com/auth/googlenow will be managed locally.
- 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
- I/Exchange(27503): Fatal result -4 on syncMailbox
- I/Exchange(27503): PSS syncEnd for account acct:3
- I/Exchange(27503): PSS last sync had error, scheduling delayed ping acct:3.
- I/Exchange(27503): PSS Scheduling a delayed ping acct:3.
- I/Exchange(27503): PSS removing account state for acct:3
- 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]
- D/DashboardSummary(22775): rebuildUI took: 561 ms
- I/Choreographer(22775): Skipped 34 frames! The application may be doing too much work on its main thread.
- W/art (22775): Suspending all threads took: 6.286ms
- 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
- 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
- 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
- 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
- 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)
- I/Adreno200-EGL(22775): Build Date: 06/25/13 Tue
- I/Adreno200-EGL(22775): Local Branch:
- I/Adreno200-EGL(22775): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL(22775): Local Patches: NONE
- I/Adreno200-EGL(22775): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- I/OpenGLRenderer(22775): Initialized EGL, version 1.4
- D/OpenGLRenderer(22775): Enabling debug mode 0
- I/ActivityManager( 424): Displayed com.android.settings/.Settings: +2s731ms
- I/Timeline( 424): Timeline: Activity_windows_visible id: ActivityRecord{ceb26c9 u0 com.android.settings/.Settings t188} time:45994440
- W/IInputConnectionWrapper(20447): showStatusIcon on inactive InputConnection
- I/Timeline(22775): Timeline: Activity_idle id: android.os.BinderProxy@37624f9e time:45994580
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/GAV2 (22717): Thread[GAThread,5,main]: No campaign data found.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Timeline(22775): Timeline: Activity_launch_request id:com.android.settings time:45997653
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{2db83bea token=Token{3d4117d5 ActivityRecord{26f3948c u0 com.android.settings/.SubSettings t188}}} to stack=1 task=188 at 1
- D/SubSettings(22775): Launching fragment com.android.settings.deviceinfo.Memory
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- 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})
- I/ActivityManager( 424): Displayed com.android.settings/.SubSettings: +555ms
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Ringtones) returned 8192
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Pictures) returned 8192
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/DCIM) returned 32768
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Podcasts) returned 8192
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Notifications) returned 8192
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Music) returned 8192
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Movies) returned 8192
- I/Timeline( 424): Timeline: Activity_windows_visible id: ActivityRecord{26f3948c u0 com.android.settings/.SubSettings t188} time:45998650
- I/Timeline(22775): Timeline: Activity_idle id: android.os.BinderProxy@1b79552a time:45998695
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Android) returned 1396776960
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Download) returned 187133952
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/Alarms) returned 8192
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/TWRP) returned 5024493568
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/.estrongs) returned 638976
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/backups) returned 20480
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/TunnyBrowser) returned 2650112
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/pnr_report) returned 8192
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/pushservice) returned 69632
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/.BD_SAPI_CACHE) returned 376832
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0) returned 6656749568
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0/dictdata) returned 44408832
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0) returned 6656749568
- D/StorageMeasurement(22775): getDirectorySize(/storage/emulated/0) returned 6656749568
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/ActivityManager( 424): Process android.process.media (pid 22575) has died
- I/ActivityManager( 424): Process com.google.android.apps.genie.geniewidget (pid 22462) has died
- 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
- D/DashboardSummary(22775): rebuildUI took: 547 ms
- I/Choreographer(22775): Skipped 35 frames! The application may be doing too much work on its main thread.
- 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
- I/Timeline( 424): Timeline: Activity_windows_visible id: ActivityRecord{ceb26c9 u0 com.android.settings/.Settings t188} time:46002063
- I/Timeline(22775): Timeline: Activity_idle id: android.os.BinderProxy@37624f9e time:46002161
- I/Choreographer(20447): Skipped 41 frames! The application may be doing too much work on its main thread.
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- W/PackageManager( 424): Empty queue
- I/Timeline(22775): Timeline: Activity_launch_request id:com.evervolv.toolbox time:46010762
- I/ActivityManager( 424): START u0 {act=android.intent.action.MAIN cmp=com.evervolv.toolbox/.Toolbox} from uid 1000 on display 0
- V/WindowManager( 424): addAppToken: AppWindowToken{156c58c6 token=Token{20ca6ea1 ActivityRecord{203c1708 u0 com.evervolv.toolbox/.Toolbox t188}}} to stack=1 task=188 at 1
- 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})
- 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
- I/ActivityManager( 424): Start proc 22900:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox
- D/Toolbox (22900): Selected item=0
- D/OpenGLRenderer(22900): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
- D/Atlas (22900): Validating map...
- 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})
- 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)
- I/Adreno200-EGL(22900): Build Date: 06/25/13 Tue
- I/Adreno200-EGL(22900): Local Branch:
- I/Adreno200-EGL(22900): Remote Branch: quic/jb_2.5.5
- I/Adreno200-EGL(22900): Local Patches: NONE
- I/Adreno200-EGL(22900): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.5.04.02.02.092.059 + NOTHING
- I/OpenGLRenderer(22900): Initialized EGL, version 1.4
- D/OpenGLRenderer(22900): Enabling debug mode 0
- 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
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- I/Choreographer(22900): Skipped 32 frames! The application may be doing too much work on its main thread.
- I/ActivityManager( 424): Displayed com.evervolv.toolbox/.Toolbox: +2s8ms
- I/Timeline( 424): Timeline: Activity_windows_visible id: ActivityRecord{203c1708 u0 com.evervolv.toolbox/.Toolbox t188} time:46013067
- I/Timeline(22900): Timeline: Activity_idle id: android.os.BinderProxy@30978cdd time:46013163
- D/Toolbox (22900): Selected item=5
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- D/EVToolbox(22900): Calling dumplogcat:-D -B -o /data/data/com.evervolv.toolbox/files/logcat -m -r -d -k
- E/wpa_supplicant( 627): recvfrom(ctrl_iface): Try again
- [logcat: 0.0s elapsed]
- ------ RADIO LOG (logcat -b radio -d *:v) ------
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
- D/TelephonyManager(25109): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(25109): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 4403): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4403): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8606): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.iso-country' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(27503): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(27503): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21994): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 5002): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 7001): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7001): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 7001): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7001): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7475): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 8835): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]hasMatchedTetherApnSetting: APN=null
- D/GsmDCT ( 896): [0]hasMatchedTetherApnSetting: APN=null
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 4069): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(11461): [getPhoneId]- fail
- D/TelephonyManager(11461): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(11610): [getPhoneId]- fail
- D/TelephonyManager(11610): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(11630): [getPhoneId]- fail
- D/TelephonyManager(11630): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(11392): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager(14061): [getPhoneId]- fail
- D/TelephonyManager(14061): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager(14182): [getPhoneId]- fail
- D/TelephonyManager(14182): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(13786): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager(17574): [getPhoneId]- fail
- D/TelephonyManager(17574): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(17980): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager(31869): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31869): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(31970): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 2604): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getSimStateForSubscriber: simState=NOT_READY ordinal=6
- D/SubscriptionManager( 424): getSimStateForSubscriber: simState=6 subId=5000
- D/TelephonyManager( 424): getSimState: simState=6 slotIdx=0
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getSimStateForSubscriber: simState=NOT_READY ordinal=6
- D/SubscriptionManager( 424): getSimStateForSubscriber: simState=6 subId=5000
- D/TelephonyManager( 424): getSimState: simState=6 slotIdx=0
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): [getPhoneId] asked for default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getSimStateForSubscriber: simState=NOT_READY ordinal=6
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionManager( 424): getSimStateForSubscriber: simState=6 subId=5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/TelephonyManager( 424): getSimState: simState=6 slotIdx=0
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 661): getTelephonyProperty: return propVal='false' phoneId=0 property='gsm.operator.isroaming' defaultVal='null' prop=false
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionManager( 5431): [getPhoneId]- fail
- D/TelephonyManager( 5431): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(18739): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 6358): [getPhoneId]- fail
- D/TelephonyManager( 6358): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 6532): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager( 6738): [getPhoneId]- fail
- D/TelephonyManager( 6738): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 6791): [getPhoneId]- fail
- D/TelephonyManager( 6791): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionManager( 9265): [getPhoneId]- fail
- D/TelephonyManager( 9265): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 9493): [getPhoneId]- fail
- D/TelephonyManager( 9493): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionManager( 9543): [getPhoneId]- fail
- D/TelephonyManager( 9543): getTelephonyProperty: return propVal='null' phoneId=-1 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 7366): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(20447): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=false
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/TelephonyManager( 1115): getSimOperatorNumeric(): default subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager( 1115): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.sim.operator.numeric' defaultVal='' prop=
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/GsmDCT ( 896): [0]onReceive: action=android.net.wifi.STATE_CHANGE
- D/GsmDCT ( 896): [0]NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=true
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.numeric' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.alpha' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/TelephonyManager(21567): getTelephonyProperty: return propVal='null' phoneId=0 property='gsm.operator.iso-country' defaultVal='' prop=
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_OFF
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]onReceive: action=android.intent.action.SCREEN_ON
- D/GsmDCT ( 896): [0]stopNetStatPoll
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/GsmDCT ( 896): [0]overall state is IDLE
- D/SubscriptionController( 896): [getSubId]- mSlotIdToSubIdMap.size == 0, return DummySubIds slotIdx=0
- D/SubscriptionController( 896): getDummySubIds: slotIdx=0 return 1 DummySubIds with each subId=5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): not implemented
- D/GsmSST ( 896): [GsmSST] SST.getAllCellInfo(): X size=0 list=null
- D/GsmSST ( 896): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/SubscriptionController( 896): getPhoneId, received summy subId 5000
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- D/PhoneFactory( 896): getPhone: phoneId != DEFAULT_PHONE_ID
- D/PhoneFactory( 896): getPhone:- phone=Handler (com.android.internal.telephony.PhoneProxy) {373fca5e}
- [logcat: 0.0s elapsed]
- ------ KERNEL LOG (dmesg) ------
- d_brightness: set LED1 brightness (0) percent
- <7>[42909.841856] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42909.841978] PM: resume of devices complete after 101.094 msecs
- <4>[42909.845060] Restarting tasks ... done.
- <6>[42909.850126] PM: suspend exit 2015-04-19 14:55:29.009179117 UTC
- <6>[42909.850126] suspend: exit suspend, ret = 0 (2015-04-19 14:55:29.009179117 UTC)
- <6>[42909.850157] active wake lock power-supply
- <6>[42909.900968] PM: suspend entry 2015-04-19 14:55:29.059951713 UTC
- <4>[42909.917997] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=658 chg=a
- <4>[42909.948545] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42909.950651] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42909.952360] Suspending console(s) (use no_console_suspend to debug)
- <7>[42910.130186] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42910.130613] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42910.154447] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42910.155454] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42910.157102] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42910.157133] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42910.159391] max8903b_suspend: suspend
- <6>[42910.167631] PM: suspend of devices complete after 212.220 msecs
- <6>[42910.173277] PM: late suspend of devices complete after 5.613 msecs
- <6>[42910.180326] PM: noirq suspend of devices complete after 6.986 msecs
- <4>[42910.180357] Disabling non-boot CPUs ...
- <6>[42910.180631] msm_pm_enter
- <6>[42910.180631] msm_pm_enter: power collapse
- <6>[42910.180631] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42910.180631] msm_pm_enter: return
- <6>[42910.186765] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42910.188719] wakeup wake lock: alarm_rtc
- <6>[42910.194212] PM: early resume of devices complete after 5.307 msecs
- <4>[42910.196134] max8903b_resume: resume
- <3>[42910.205381] msm_wm8958_setup_power: codec power setup
- <4>[42910.205442] 8058_s3: Failed to create debugfs directory
- <3>[42910.205473] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42910.298429] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42910.299742] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42910.302610] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42910.302976] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42910.303221] PM: resume of devices complete after 108.871 msecs
- <4>[42910.307340] Restarting tasks ... done.
- <6>[42910.309721] PM: suspend exit 2015-04-19 14:55:42.007532489 UTC
- <6>[42910.309721] suspend: exit suspend, ret = 0 (2015-04-19 14:55:42.007562985 UTC)
- <6>[42910.309721] active wake lock power-supply
- <6>[42910.309751] active wake lock alarm_rtc, time left 88
- <4>[42910.363676] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=658 chg=a
- <6>[42913.101743] PM: suspend entry 2015-04-19 14:55:44.798945853 UTC
- <4>[42913.101805] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42913.460935] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42913.462644] Suspending console(s) (use no_console_suspend to debug)
- <7>[42913.650968] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42913.651426] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42913.675871] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42913.679014] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42913.681974] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42913.682005] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42913.688200] max8903b_suspend: suspend
- <6>[42913.696287] PM: suspend of devices complete after 230.955 msecs
- <6>[42913.701750] PM: late suspend of devices complete after 5.401 msecs
- <6>[42913.709043] PM: noirq suspend of devices complete after 7.263 msecs
- <4>[42913.709074] Disabling non-boot CPUs ...
- <6>[42913.709348] msm_pm_enter
- <6>[42913.709348] msm_pm_enter: power collapse
- <6>[42913.709348] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42913.709348] msm_pm_enter: return
- <6>[42913.715513] PM: noirq resume of devices complete after 5.615 msecs
- <6>[42913.717466] wakeup wake lock: alarm_rtc
- <6>[42913.724211] PM: early resume of devices complete after 6.591 msecs
- <4>[42913.726866] max8903b_resume: resume
- <3>[42913.736143] msm_wm8958_setup_power: codec power setup
- <4>[42913.736204] 8058_s3: Failed to create debugfs directory
- <3>[42913.736234] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42913.829160] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42913.830473] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42913.833341] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42913.833708] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42913.834471] PM: resume of devices complete after 110.204 msecs
- <4>[42913.838102] Restarting tasks ... done.
- <6>[42913.858640] PM: suspend exit 2015-04-19 14:56:12.025709891 UTC
- <6>[42913.858640] suspend: exit suspend, ret = 0 (2015-04-19 14:56:12.025740387 UTC)
- <6>[42913.876707] PM: suspend entry 2015-04-19 14:56:12.043792860 UTC
- <4>[42913.894926] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=650 chg=a
- <4>[42913.958341] Freezing user space processes ... (elapsed 0.008 seconds) done.
- <4>[42913.970060] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42913.971739] Suspending console(s) (use no_console_suspend to debug)
- <7>[42914.148496] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42914.148924] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42914.168119] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42914.170194] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42914.172239] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42914.172270] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42914.175718] max8903b_suspend: suspend
- <6>[42914.179472] PM: suspend of devices complete after 204.938 msecs
- <6>[42914.181242] PM: late suspend of devices complete after 1.769 msecs
- <6>[42914.183653] active wake lock alarm, time left 486
- <3>[42914.183683] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>[42914.183683] PM: Device power.0 failed to suspend noirq: error -11
- <6>[42914.185056] PM: noirq resume of devices complete after 1.372 msecs
- <6>[42914.187223] PM: early resume of devices complete after 1.555 msecs
- <3>[42914.187223] PM: Some devices failed to power down
- <4>[42914.188932] max8903b_resume: resume
- <3>[42914.198118] msm_wm8958_setup_power: codec power setup
- <4>[42914.198179] 8058_s3: Failed to create debugfs directory
- <3>[42914.198210] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42914.291166] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42914.292478] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42914.295286] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42914.295652] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42914.295896] PM: resume of devices complete after 108.642 msecs
- <4>[42914.300016] Restarting tasks ... done.
- <6>[42914.324613] PM: suspend exit 2015-04-19 14:56:12.491484182 UTC
- <6>[42914.324644] suspend: exit suspend, ret = -11 (2015-04-19 14:56:12.491514694 UTC)
- <6>[42914.324644] active wake lock PowerManagerService.WakeLocks
- <6>[42914.324644] active wake lock power-supply
- <4>[42914.355039] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=650 chg=a
- <6>[42914.629606] PM: suspend entry 2015-04-19 14:56:12.796372401 UTC
- <4>[42914.629667] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42914.693266] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42914.694944] Suspending console(s) (use no_console_suspend to debug)
- <7>[42914.871336] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42914.871763] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42914.896482] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42914.899656] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42914.902616] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42914.902677] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42914.908842] max8903b_suspend: suspend
- <6>[42914.916960] PM: suspend of devices complete after 219.315 msecs
- <6>[42914.922422] PM: late suspend of devices complete after 5.400 msecs
- <6>[42914.929716] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42914.929746] Disabling non-boot CPUs ...
- <6>[42914.930021] msm_pm_enter
- <6>[42914.930021] msm_pm_enter: power collapse
- <6>[42914.930021] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42914.930021] msm_pm_enter: return
- <6>[42914.936155] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42914.938108] wakeup wake lock: alarm_rtc
- <6>[42914.944761] PM: early resume of devices complete after 6.467 msecs
- <4>[42914.947386] max8903b_resume: resume
- <3>[42914.956693] msm_wm8958_setup_power: codec power setup
- <4>[42914.956754] 8058_s3: Failed to create debugfs directory
- <3>[42914.956754] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42915.049742] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42915.051054] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42915.053922] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42915.054289] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42915.054533] PM: resume of devices complete after 109.694 msecs
- <4>[42915.058653] Restarting tasks ... done.
- <6>[42915.064634] PM: suspend exit 2015-04-19 14:56:43.011161442 UTC
- <6>[42915.064634] suspend: exit suspend, ret = 0 (2015-04-19 14:56:43.011191938 UTC)
- <6>[42915.103269] PM: suspend entry 2015-04-19 14:56:43.049796563 UTC
- <4>[42915.119505] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=637 chg=a
- <4>[42915.158811] Freezing user space processes ... (elapsed 0.003 seconds) done.
- <4>[42915.162657] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
- <4>[42915.165800] Suspending console(s) (use no_console_suspend to debug)
- <7>[42915.359678] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42915.360166] lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>[42915.360960] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>[42915.360990] PM: Device alarm failed to suspend: error -16
- <3>[42915.361021] PM: Some devices failed to suspend
- <7>[42915.361723] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42915.362150] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42915.364317] PM: resume of devices complete after 3.264 msecs
- <4>[42915.370390] Restarting tasks ... done.
- <6>[42915.373167] PM: suspend exit 2015-04-19 14:56:43.319496521 UTC
- <6>[42915.373167] suspend: exit suspend, ret = -16 (2015-04-19 14:56:43.319527028 UTC)
- <6>[42915.373197] active wake lock alarm_rtc, time left 198
- <6>[42916.209623] PM: suspend entry 2015-04-19 14:56:44.155693059 UTC
- <4>[42916.216795] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42916.221342] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42916.222959] Suspending console(s) (use no_console_suspend to debug)
- <7>[42916.391966] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42916.392393] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42916.417387] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42916.420530] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42916.423551] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42916.423612] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42916.429594] max8903b_suspend: suspend
- <6>[42916.438566] PM: suspend of devices complete after 212.540 msecs
- <6>[42916.444181] PM: late suspend of devices complete after 5.583 msecs
- <6>[42916.451231] PM: noirq suspend of devices complete after 6.987 msecs
- <4>[42916.451261] Disabling non-boot CPUs ...
- <6>[42916.451536] msm_pm_enter
- <6>[42916.451536] msm_pm_enter: power collapse
- <6>[42916.451536] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42916.451536] msm_pm_enter: return
- <6>[42916.457792] PM: noirq resume of devices complete after 5.736 msecs
- <6>[42916.459318] wakeup wake lock: mmc1
- <6>[42916.465666] PM: early resume of devices complete after 5.979 msecs
- <4>[42916.468809] max8903b_resume: resume
- <3>[42916.470121] msm_wm8958_setup_power: codec power setup
- <4>[42916.470152] 8058_s3: Failed to create debugfs directory
- <3>[42916.470182] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42916.560026] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42916.560880] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42916.566526] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42916.566862] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42916.567137] PM: resume of devices complete after 101.399 msecs
- <4>[42916.571195] Restarting tasks ... done.
- <6>[42916.591825] PM: suspend exit 2015-04-19 14:56:46.025767889 UTC
- <6>[42916.591825] suspend: exit suspend, ret = 0 (2015-04-19 14:56:46.025798381 UTC)
- <6>[42916.591825] active wake lock power-supply
- <4>[42916.665312] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=637 chg=a
- <6>[42917.976713] PM: suspend entry 2015-04-19 14:56:47.410155825 UTC
- <4>[42917.976743] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42918.035368] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42918.037046] Suspending console(s) (use no_console_suspend to debug)
- <7>[42918.212797] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.213255] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.238157] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.241361] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42918.244352] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42918.244413] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42918.250425] max8903b_suspend: suspend
- <6>[42918.258512] PM: suspend of devices complete after 218.782 msecs
- <6>[42918.264219] PM: late suspend of devices complete after 5.645 msecs
- <6>[42918.271269] PM: noirq suspend of devices complete after 6.987 msecs
- <4>[42918.271299] Disabling non-boot CPUs ...
- <6>[42918.271574] msm_pm_enter
- <6>[42918.271574] msm_pm_enter: power collapse
- <6>[42918.271574] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42918.271574] msm_pm_enter: return
- <6>[42918.277738] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42918.279691] wakeup wake lock: alarm_rtc
- <6>[42918.286131] PM: early resume of devices complete after 6.285 msecs
- <4>[42918.288633] max8903b_resume: resume
- <3>[42918.297910] msm_wm8958_setup_power: codec power setup
- <4>[42918.297972] 8058_s3: Failed to create debugfs directory
- <3>[42918.298002] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42918.390928] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.392271] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.395139] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.395506] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42918.395750] PM: resume of devices complete after 109.547 msecs
- <4>[42918.399900] Restarting tasks ... done.
- <6>[42918.403044] PM: suspend exit 2015-04-19 14:57:13.008355825 UTC
- <6>[42918.403074] suspend: exit suspend, ret = 0 (2015-04-19 14:57:13.008386321 UTC)
- <4>[42918.457670] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=627 chg=a
- <6>[42918.547148] PM: suspend entry 2015-04-19 14:57:13.152355498 UTC
- <4>[42918.591734] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42918.593778] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42918.595457] Suspending console(s) (use no_console_suspend to debug)
- <7>[42918.772947] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.773374] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.798002] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.801206] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42918.804167] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42918.804228] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42918.810362] max8903b_suspend: suspend
- <6>[42918.818479] PM: suspend of devices complete after 220.062 msecs
- <6>[42918.823942] PM: late suspend of devices complete after 5.400 msecs
- <6>[42918.831236] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42918.831297] Disabling non-boot CPUs ...
- <6>[42918.831571] msm_pm_enter
- <6>[42918.831571] msm_pm_enter: power collapse
- <6>[42918.831571] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42918.831571] msm_pm_enter: return
- <6>[42918.837705] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42918.839659] wakeup wake lock: alarm_rtc
- <6>[42918.846342] PM: early resume of devices complete after 6.528 msecs
- <4>[42918.848966] max8903b_resume: resume
- <3>[42918.858244] msm_wm8958_setup_power: codec power setup
- <4>[42918.858305] 8058_s3: Failed to create debugfs directory
- <3>[42918.858335] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42918.951322] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.952635] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42918.955503] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42918.955869] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42918.956114] PM: resume of devices complete after 109.664 msecs
- <4>[42918.960386] Restarting tasks ... done.
- <6>[42918.964659] PM: suspend exit 2015-04-19 14:57:43.009606149 UTC
- <6>[42918.964689] suspend: exit suspend, ret = 0 (2015-04-19 14:57:43.009636645 UTC)
- <6>[42918.964689] active wake lock power-supply
- <6>[42918.964689] active wake lock alarm_rtc, time left 87
- <4>[42919.022886] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
- <6>[42921.086912] PM: suspend entry 2015-04-19 14:57:45.131274311 UTC
- <4>[42921.086973] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42921.115080] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42921.116789] Suspending console(s) (use no_console_suspend to debug)
- <7>[42921.293669] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.294096] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.318449] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.321684] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42921.323789] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42921.323820] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42921.326200] max8903b_suspend: suspend
- <6>[42921.334379] PM: suspend of devices complete after 214.926 msecs
- <6>[42921.339933] PM: late suspend of devices complete after 5.523 msecs
- <6>[42921.347440] PM: noirq suspend of devices complete after 7.476 msecs
- <4>[42921.347471] Disabling non-boot CPUs ...
- <6>[42921.347624] msm_pm_enter
- <6>[42921.347624] msm_pm_enter: power collapse
- <6>[42921.347624] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <3>[42921.347624] msm_pm_enter: cannot find the lowest power limit
- <6>[42921.347624] msm_pm_enter: return
- <6>[42921.349485] PM: noirq resume of devices complete after 1.708 msecs
- <6>[42921.351743] PM: early resume of devices complete after 1.708 msecs
- <4>[42921.353483] max8903b_resume: resume
- <3>[42921.362730] msm_wm8958_setup_power: codec power setup
- <4>[42921.362791] 8058_s3: Failed to create debugfs directory
- <3>[42921.362821] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42921.455961] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42921.456999] wakeup wake lock: power-supply
- <7>[42921.457273] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.460081] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.460447] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42921.460691] PM: resume of devices complete after 108.853 msecs
- <4>[42921.464842] Restarting tasks ... done.
- <6>[42921.469602] PM: suspend exit 2015-04-19 14:57:45.513884813 UTC
- <6>[42921.469633] suspend: exit suspend, ret = 0 (2015-04-19 14:57:45.513884813 UTC)
- <6>[42921.469633] active wake lock power-supply
- <6>[42921.511472] PM: suspend entry 2015-04-19 14:57:45.555694744 UTC
- <4>[42921.529478] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
- <4>[42921.555967] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42921.560392] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
- <4>[42921.563383] Suspending console(s) (use no_console_suspend to debug)
- <7>[42921.761961] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.762419] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.780973] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.783018] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42921.785032] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42921.785063] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42921.788542] max8903b_suspend: suspend
- <6>[42921.792295] PM: suspend of devices complete after 220.089 msecs
- <6>[42921.794065] PM: late suspend of devices complete after 1.739 msecs
- <6>[42921.796446] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42921.796476] Disabling non-boot CPUs ...
- <6>[42921.796598] msm_pm_enter
- <6>[42921.796598] msm_pm_enter: power collapse
- <6>[42921.796598] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42921.796598] msm_pm_enter: return
- <6>[42921.798582] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42921.799162] wakeup wake lock: mmc1
- <6>[42921.801023] PM: early resume of devices complete after 1.739 msecs
- <4>[42921.806242] max8903b_resume: resume
- <3>[42921.807554] msm_wm8958_setup_power: codec power setup
- <4>[42921.807615] 8058_s3: Failed to create debugfs directory
- <3>[42921.807646] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42921.893034] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.893705] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42921.896635] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42921.897001] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42921.897032] PM: resume of devices complete after 95.916 msecs
- <4>[42921.899931] Restarting tasks ... done.
- <6>[42921.908720] PM: suspend exit 2015-04-19 14:57:49.012535035 UTC
- <6>[42921.908720] suspend: exit suspend, ret = 0 (2015-04-19 14:57:49.012535035 UTC)
- <6>[42921.908750] active wake lock power-supply
- <6>[42921.941587] PM: suspend entry 2015-04-19 14:57:49.045347669 UTC
- <4>[42921.962736] healthd: battery l=94 v=4089 t=27.0 h=2 st=2 c=618 chg=a
- <4>[42921.990415] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42921.992216] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42921.993864] Suspending console(s) (use no_console_suspend to debug)
- <7>[42922.164152] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.164579] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.189420] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.192625] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42922.195646] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42922.195707] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42922.201750] max8903b_suspend: suspend
- <6>[42922.209867] PM: suspend of devices complete after 212.676 msecs
- <6>[42922.215299] PM: late suspend of devices complete after 5.399 msecs
- <6>[42922.222593] PM: noirq suspend of devices complete after 6.985 msecs
- <4>[42922.222654] Disabling non-boot CPUs ...
- <6>[42922.222929] msm_pm_enter
- <6>[42922.222929] msm_pm_enter: power collapse
- <6>[42922.222929] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42922.222929] msm_pm_enter: return
- <6>[42922.229063] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42922.230589] wakeup wake lock: mmc1
- <6>[42922.237486] PM: early resume of devices complete after 6.527 msecs
- <4>[42922.242155] max8903b_resume: resume
- <3>[42922.243467] msm_wm8958_setup_power: codec power setup
- <4>[42922.243498] 8058_s3: Failed to create debugfs directory
- <3>[42922.243528] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42922.331785] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.332426] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.335386] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.335783] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42922.335935] PM: resume of devices complete after 98.349 msecs
- <4>[42922.339018] Restarting tasks ... done.
- <6>[42922.345609] PM: suspend exit 2015-04-19 14:57:57.010673704 UTC
- <6>[42922.345609] suspend: exit suspend, ret = 0 (2015-04-19 14:57:57.010704197 UTC)
- <6>[42922.345640] active wake lock power-supply
- <6>[42922.379392] PM: suspend entry 2015-04-19 14:57:57.044428686 UTC
- <4>[42922.395231] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=613 chg=a
- <4>[42922.425382] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42922.427427] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42922.429014] Suspending console(s) (use no_console_suspend to debug)
- <7>[42922.601866] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.602293] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.621397] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.623533] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42922.625517] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42922.625547] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42922.628996] max8903b_suspend: suspend
- <6>[42922.632749] PM: suspend of devices complete after 200.961 msecs
- <6>[42922.634519] PM: late suspend of devices complete after 1.769 msecs
- <6>[42922.636900] PM: noirq suspend of devices complete after 2.379 msecs
- <4>[42922.636900] Disabling non-boot CPUs ...
- <6>[42922.637052] msm_pm_enter
- <6>[42922.637052] msm_pm_enter: power collapse
- <6>[42922.637052] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42922.637052] msm_pm_enter: return
- <6>[42922.639005] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42922.639738] wakeup wake lock: alarm_rtc
- <6>[42922.641569] PM: early resume of devices complete after 1.738 msecs
- <4>[42922.643247] max8903b_resume: resume
- <3>[42922.644560] msm_wm8958_setup_power: codec power setup
- <4>[42922.644590] 8058_s3: Failed to create debugfs directory
- <3>[42922.644621] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42922.737974] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.739256] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42922.742155] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42922.742491] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42922.742796] PM: resume of devices complete after 101.128 msecs
- <4>[42922.747068] Restarting tasks ... done.
- <6>[42922.764707] PM: suspend exit 2015-04-19 14:58:13.023025221 UTC
- <6>[42922.764738] suspend: exit suspend, ret = 0 (2015-04-19 14:58:13.023055713 UTC)
- <6>[42922.764738] active wake lock PowerManagerService.WakeLocks
- <6>[42922.764738] active wake lock power-supply
- <4>[42922.819792] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=608 chg=a
- <6>[42922.887602] PM: suspend entry 2015-04-19 14:58:13.145833583 UTC
- <4>[42922.934690] Freezing user space processes ... (elapsed 0.008 seconds) done.
- <4>[42922.954588] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42922.956144] Suspending console(s) (use no_console_suspend to debug)
- <7>[42923.134702] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.135130] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.159544] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.162718] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42923.165647] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42923.165678] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42923.171842] max8903b_suspend: suspend
- <6>[42923.179930] PM: suspend of devices complete after 221.038 msecs
- <6>[42923.185392] PM: late suspend of devices complete after 5.400 msecs
- <6>[42923.192564] PM: noirq suspend of devices complete after 7.139 msecs
- <4>[42923.192594] Disabling non-boot CPUs ...
- <6>[42923.192899] msm_pm_enter
- <6>[42923.192899] msm_pm_enter: power collapse
- <6>[42923.192899] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42923.192899] msm_pm_enter: return
- <6>[42923.199034] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42923.200559] wakeup wake lock: mmc1
- <6>[42923.206877] PM: early resume of devices complete after 5.888 msecs
- <4>[42923.213835] max8903b_resume: resume
- <3>[42923.215147] msm_wm8958_setup_power: codec power setup
- <4>[42923.215208] 8058_s3: Failed to create debugfs directory
- <3>[42923.215208] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42923.301847] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.302519] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.305357] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.305723] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42923.305753] PM: resume of devices complete after 98.777 msecs
- <4>[42923.308897] Restarting tasks ... done.
- <6>[42923.311369] PM: suspend exit 2015-04-19 14:58:33.006434680 UTC
- <6>[42923.311369] suspend: exit suspend, ret = 0 (2015-04-19 14:58:33.006465177 UTC)
- <6>[42923.311399] active wake lock power-supply
- <6>[42923.354521] PM: suspend entry 2015-04-19 14:58:33.049551677 UTC
- <4>[42923.370085] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=602 chg=a
- <4>[42923.374571] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42923.376371] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42923.378050] Suspending console(s) (use no_console_suspend to debug)
- <7>[42923.555113] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.555540] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.580503] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.583738] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42923.586729] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42923.586790] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42923.592802] max8903b_suspend: suspend
- <6>[42923.600858] PM: suspend of devices complete after 219.874 msecs
- <6>[42923.606626] PM: late suspend of devices complete after 5.674 msecs
- <6>[42923.613767] PM: noirq suspend of devices complete after 7.107 msecs
- <4>[42923.613798] Disabling non-boot CPUs ...
- <6>[42923.614073] msm_pm_enter
- <6>[42923.614073] msm_pm_enter: power collapse
- <6>[42923.614073] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42923.614073] msm_pm_enter: return
- <6>[42923.620268] PM: noirq resume of devices complete after 5.674 msecs
- <6>[42923.622221] wakeup wake lock: alarm_rtc
- <6>[42923.628599] PM: early resume of devices complete after 6.192 msecs
- <4>[42923.631071] max8903b_resume: resume
- <3>[42923.640348] msm_wm8958_setup_power: codec power setup
- <4>[42923.640409] 8058_s3: Failed to create debugfs directory
- <3>[42923.640440] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42923.733396] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.734770] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42923.737638] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42923.737974] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42923.738859] PM: resume of devices complete after 110.121 msecs
- <4>[42923.742521] Restarting tasks ... done.
- <6>[42923.756986] PM: suspend exit 2015-04-19 14:58:44.019822280 UTC
- <6>[42923.757017] suspend: exit suspend, ret = 0 (2015-04-19 14:58:44.019852772 UTC)
- <6>[42923.757017] active wake lock PowerManagerService.WakeLocks
- <6>[42923.757047] active wake lock power-supply
- <4>[42923.794920] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=600 chg=a
- <6>[42927.440794] PM: suspend entry 2015-04-19 14:58:47.702990865 UTC
- <4>[42927.440855] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42927.506498] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42927.508177] Suspending console(s) (use no_console_suspend to debug)
- <7>[42927.685819] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42927.686247] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.711149] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.714384] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42927.717375] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42927.717436] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42927.723417] max8903b_suspend: suspend
- <6>[42927.731535] PM: suspend of devices complete after 220.672 msecs
- <6>[42927.737303] PM: late suspend of devices complete after 5.737 msecs
- <6>[42927.744383] PM: noirq suspend of devices complete after 7.019 msecs
- <4>[42927.744413] Disabling non-boot CPUs ...
- <6>[42927.744688] msm_pm_enter
- <6>[42927.744688] msm_pm_enter: power collapse
- <6>[42927.744688] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42927.744688] msm_pm_enter: return
- <6>[42927.750791] PM: noirq resume of devices complete after 5.584 msecs
- <6>[42927.752348] wakeup wake lock: mmc1
- <6>[42927.759184] PM: early resume of devices complete after 6.438 msecs
- <4>[42927.763883] max8903b_resume: resume
- <3>[42927.765196] msm_wm8958_setup_power: codec power setup
- <4>[42927.765257] 8058_s3: Failed to create debugfs directory
- <3>[42927.765257] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42927.852445] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.853117] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42927.856107] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42927.856443] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42927.856504] PM: resume of devices complete after 97.252 msecs
- <4>[42927.859739] Restarting tasks ... done.
- <6>[42927.868192] PM: suspend exit 2015-04-19 14:59:03.012533583 UTC
- <6>[42927.868192] suspend: exit suspend, ret = 0 (2015-04-19 14:59:03.012564074 UTC)
- <6>[42927.868223] active wake lock power-supply
- <6>[42927.903288] PM: suspend entry 2015-04-19 14:59:03.047630116 UTC
- <4>[42927.919096] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=593 chg=a
- <4>[42927.946165] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42927.948271] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42927.949980] Suspending console(s) (use no_console_suspend to debug)
- <7>[42928.123411] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.123838] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.142973] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.145017] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42928.147032] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42928.147032] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42928.150541] max8903b_suspend: suspend
- <6>[42928.154325] PM: suspend of devices complete after 201.265 msecs
- <6>[42928.156065] PM: late suspend of devices complete after 1.738 msecs
- <6>[42928.158445] PM: noirq suspend of devices complete after 2.348 msecs
- <4>[42928.158476] Disabling non-boot CPUs ...
- <6>[42928.158598] msm_pm_enter
- <6>[42928.158598] msm_pm_enter: power collapse
- <6>[42928.158598] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42928.158598] msm_pm_enter: return
- <6>[42928.160581] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42928.161131] wakeup wake lock: mmc1
- <6>[42928.163023] PM: early resume of devices complete after 1.738 msecs
- <4>[42928.166746] max8903b_resume: resume
- <3>[42928.174253] msm_wm8958_setup_power: codec power setup
- <4>[42928.174314] 8058_s3: Failed to create debugfs directory
- <3>[42928.174314] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42928.258634] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.259947] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.262754] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.263090] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42928.263120] PM: resume of devices complete after 100.030 msecs
- <4>[42928.265959] Restarting tasks ... done.
- <6>[42928.268034] PM: suspend exit 2015-04-19 14:59:06.005734014 UTC
- <6>[42928.268064] suspend: exit suspend, ret = 0 (2015-04-19 14:59:06.005734014 UTC)
- <6>[42928.268064] active wake lock power-supply
- <6>[42928.322019] PM: suspend entry 2015-04-19 14:59:06.059678782 UTC
- <4>[42928.337919] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=593 chg=a
- <4>[42928.367124] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42928.369261] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42928.370970] Suspending console(s) (use no_console_suspend to debug)
- <7>[42928.546263] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.546690] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.571592] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.574827] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42928.577848] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42928.577879] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42928.583891] max8903b_suspend: suspend
- <6>[42928.591978] PM: suspend of devices complete after 217.986 msecs
- <6>[42928.597440] PM: late suspend of devices complete after 5.399 msecs
- <6>[42928.604734] PM: noirq suspend of devices complete after 6.986 msecs
- <4>[42928.604795] Disabling non-boot CPUs ...
- <6>[42928.605070] msm_pm_enter
- <6>[42928.605070] msm_pm_enter: power collapse
- <6>[42928.605070] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42928.605070] msm_pm_enter: return
- <6>[42928.611418] PM: noirq resume of devices complete after 5.765 msecs
- <6>[42928.613340] wakeup wake lock: alarm_rtc
- <6>[42928.619840] PM: early resume of devices complete after 6.283 msecs
- <4>[42928.622343] max8903b_resume: resume
- <3>[42928.631559] msm_wm8958_setup_power: codec power setup
- <4>[42928.631620] 8058_s3: Failed to create debugfs directory
- <3>[42928.631620] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42928.724516] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.725828] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42928.728666] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42928.729032] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42928.729307] PM: resume of devices complete after 109.359 msecs
- <4>[42928.733457] Restarting tasks ... done.
- <6>[42928.756376] PM: suspend exit 2015-04-19 14:59:15.028116057 UTC
- <6>[42928.756376] suspend: exit suspend, ret = 0 (2015-04-19 14:59:15.028146549 UTC)
- <6>[42928.756407] active wake lock PowerManagerService.WakeLocks
- <6>[42928.756407] active wake lock power-supply
- <4>[42928.811094] healthd: battery l=94 v=4094 t=27.0 h=2 st=2 c=590 chg=a
- <6>[42928.881254] PM: suspend entry 2015-04-19 14:59:15.152904787 UTC
- <4>[42928.936979] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42928.975614] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42928.977293] Suspending console(s) (use no_console_suspend to debug)
- <7>[42929.156584] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42929.157011] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.181425] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.184568] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42929.187528] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42929.187559] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42929.193754] max8903b_suspend: suspend
- <6>[42929.201841] PM: suspend of devices complete after 221.752 msecs
- <6>[42929.207273] PM: late suspend of devices complete after 5.400 msecs
- <6>[42929.214597] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42929.214628] Disabling non-boot CPUs ...
- <6>[42929.214903] msm_pm_enter
- <6>[42929.214903] msm_pm_enter: power collapse
- <6>[42929.214903] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42929.214903] msm_pm_enter: return
- <6>[42929.221037] PM: noirq resume of devices complete after 5.583 msecs
- <6>[42929.222990] wakeup wake lock: alarm_rtc
- <6>[42929.229124] PM: early resume of devices complete after 5.918 msecs
- <4>[42929.232633] max8903b_resume: resume
- <3>[42929.241911] msm_wm8958_setup_power: codec power setup
- <4>[42929.241972] 8058_s3: Failed to create debugfs directory
- <3>[42929.242002] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42929.334959] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.336271] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42929.339140] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42929.339475] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42929.339720] PM: resume of devices complete after 110.486 msecs
- <4>[42929.343870] Restarting tasks ... done.
- <6>[42929.346037] PM: suspend exit 2015-04-19 14:59:45.007349524 UTC
- <6>[42929.346067] suspend: exit suspend, ret = 0 (2015-04-19 14:59:45.007349524 UTC)
- <6>[42929.346067] active wake lock power-supply
- <6>[42929.346067] active wake lock alarm_rtc, time left 88
- <4>[42929.402159] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=581 chg=a
- <6>[42931.860044] PM: suspend entry 2015-04-19 14:59:47.520753158 UTC
- <4>[42931.860105] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42931.919401] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42931.921110] Suspending console(s) (use no_console_suspend to debug)
- <7>[42932.097471] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.097898] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.122740] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.125974] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42932.128996] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42932.129026] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42932.131315] max8903b_suspend: suspend
- <6>[42932.139585] PM: suspend of devices complete after 215.816 msecs
- <6>[42932.145017] PM: late suspend of devices complete after 5.401 msecs
- <6>[42932.151609] PM: noirq suspend of devices complete after 6.561 msecs
- <4>[42932.151609] Disabling non-boot CPUs ...
- <6>[42932.151762] msm_pm_enter
- <6>[42932.151762] msm_pm_enter: power collapse
- <6>[42932.151762] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <3>[42932.151762] msm_pm_enter: cannot find the lowest power limit
- <6>[42932.151762] msm_pm_enter: return
- <6>[42932.153501] PM: noirq resume of devices complete after 1.556 msecs
- <6>[42932.155729] PM: early resume of devices complete after 1.647 msecs
- <4>[42932.157438] max8903b_resume: resume
- <3>[42932.166685] msm_wm8958_setup_power: codec power setup
- <4>[42932.166746] 8058_s3: Failed to create debugfs directory
- <3>[42932.166746] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42932.251219] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42932.252226] wakeup wake lock: power-supply
- <7>[42932.252500] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.255308] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.255674] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42932.255918] PM: resume of devices complete after 100.151 msecs
- <4>[42932.260069] Restarting tasks ... done.
- <6>[42932.262937] PM: suspend exit 2015-04-19 14:59:48.008050399 UTC
- <6>[42932.262937] suspend: exit suspend, ret = 0 (2015-04-19 14:59:48.008080893 UTC)
- <6>[42932.262968] active wake lock power-supply
- <6>[42932.305967] PM: suspend entry 2015-04-19 14:59:48.051044750 UTC
- <4>[42932.321501] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=581 chg=a
- <4>[42932.361845] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42932.363920] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42932.365598] Suspending console(s) (use no_console_suspend to debug)
- <7>[42932.547544] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.547971] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.572874] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.576048] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42932.579069] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42932.579130] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42932.585111] max8903b_suspend: suspend
- <6>[42932.593229] PM: suspend of devices complete after 224.668 msecs
- <6>[42932.598661] PM: late suspend of devices complete after 5.399 msecs
- <6>[42932.605985] PM: noirq suspend of devices complete after 7.260 msecs
- <4>[42932.606016] Disabling non-boot CPUs ...
- <6>[42932.606291] msm_pm_enter
- <6>[42932.606291] msm_pm_enter: power collapse
- <6>[42932.606291] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42932.606291] msm_pm_enter: return
- <6>[42932.612608] PM: noirq resume of devices complete after 5.766 msecs
- <6>[42932.614561] wakeup wake lock: alarm_rtc
- <6>[42932.621305] PM: early resume of devices complete after 6.589 msecs
- <4>[42932.623960] max8903b_resume: resume
- <3>[42932.633177] msm_wm8958_setup_power: codec power setup
- <4>[42932.633238] 8058_s3: Failed to create debugfs directory
- <3>[42932.633268] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42932.726225] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.727598] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42932.730467] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42932.730802] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42932.731046] PM: resume of devices complete after 109.633 msecs
- <4>[42932.735166] Restarting tasks ... done.
- <6>[42932.739652] PM: suspend exit 2015-04-19 15:00:15.009667212 UTC
- <6>[42932.739683] suspend: exit suspend, ret = 0 (2015-04-19 15:00:15.009667212 UTC)
- <6>[42932.739744] active wake lock power-supply
- <6>[42932.783170] PM: suspend entry 2015-04-19 15:00:15.053120689 UTC
- <4>[42932.816007] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=573 chg=a
- <4>[42932.839140] Freezing user space processes ...
- <6>[42932.839750] active wake lock PowerManagerService.WakeLocks
- <4>[42932.839750]
- <3>[42932.839781] Freezing of tasks aborted after 0.000 seconds (30 tasks refusing to freeze, wq_busy=0):
- <4>[42932.839781]
- <4>[42932.839781] Restarting tasks ... done.
- <6>[42932.841001] PM: suspend exit 2015-04-19 15:00:15.110941861 UTC
- <6>[42932.841032] suspend: exit suspend, ret = -16 (2015-04-19 15:00:15.110972356 UTC)
- <6>[42933.107542] PM: suspend entry 2015-04-19 15:00:15.377317551 UTC
- <4>[42933.107572] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42933.164579] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42933.166288] Suspending console(s) (use no_console_suspend to debug)
- <7>[42933.347898] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42933.348325] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.372923] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.376188] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42933.379148] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42933.379179] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42933.385282] max8903b_suspend: suspend
- <6>[42933.393400] PM: suspend of devices complete after 224.364 msecs
- <6>[42933.398832] PM: late suspend of devices complete after 5.368 msecs
- <6>[42933.406034] PM: noirq suspend of devices complete after 7.137 msecs
- <4>[42933.406065] Disabling non-boot CPUs ...
- <6>[42933.406339] msm_pm_enter
- <6>[42933.406339] msm_pm_enter: power collapse
- <6>[42933.406339] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42933.406339] msm_pm_enter: return
- <6>[42933.412565] PM: noirq resume of devices complete after 5.673 msecs
- <6>[42933.414488] wakeup wake lock: alarm_rtc
- <6>[42933.420622] PM: early resume of devices complete after 5.917 msecs
- <4>[42933.424345] max8903b_resume: resume
- <3>[42933.433592] msm_wm8958_setup_power: codec power setup
- <4>[42933.433653] 8058_s3: Failed to create debugfs directory
- <3>[42933.433683] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42933.526548] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.527860] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42933.530729] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42933.531095] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42933.531309] PM: resume of devices complete after 110.578 msecs
- <4>[42933.535429] Restarting tasks ... done.
- <6>[42933.537992] PM: suspend exit 2015-04-19 15:00:45.007715456 UTC
- <6>[42933.538023] suspend: exit suspend, ret = 0 (2015-04-19 15:00:45.007745952 UTC)
- <4>[42933.595396] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=564 chg=a
- <6>[42935.952421] PM: suspend entry 2015-04-19 15:00:47.421540117 UTC
- <4>[42935.952482] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42936.015989] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42936.017668] Suspending console(s) (use no_console_suspend to debug)
- <7>[42936.188749] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42936.189176] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.214109] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.217253] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42936.220304] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42936.220365] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42936.226377] max8903b_suspend: suspend
- <6>[42936.234464] PM: suspend of devices complete after 214.046 msecs
- <6>[42936.240171] PM: late suspend of devices complete after 5.645 msecs
- <6>[42936.247221] PM: noirq suspend of devices complete after 7.018 msecs
- <4>[42936.247251] Disabling non-boot CPUs ...
- <6>[42936.247556] msm_pm_enter
- <6>[42936.247556] msm_pm_enter: power collapse
- <6>[42936.247556] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42936.247556] msm_pm_enter: return
- <6>[42936.253690] PM: noirq resume of devices complete after 5.615 msecs
- <6>[42936.255644] wakeup wake lock: alarm_rtc
- <6>[42936.262144] PM: early resume of devices complete after 6.317 msecs
- <4>[42936.264646] max8903b_resume: resume
- <3>[42936.273893] msm_wm8958_setup_power: codec power setup
- <4>[42936.273954] 8058_s3: Failed to create debugfs directory
- <3>[42936.273985] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42936.366972] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.368284] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42936.371153] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.371519] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42936.371763] PM: resume of devices complete after 109.562 msecs
- <4>[42936.375913] Restarting tasks ... done.
- <6>[42936.379087] PM: suspend exit 2015-04-19 15:01:15.008356919 UTC
- <6>[42936.379087] suspend: exit suspend, ret = 0 (2015-04-19 15:01:15.008387418 UTC)
- <6>[42936.420469] PM: suspend entry 2015-04-19 15:01:15.049738046 UTC
- <4>[42936.436796] healthd: battery l=95 v=4094 t=27.0 h=2 st=2 c=556 chg=a
- <4>[42936.463316] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42936.465513] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42936.467283] Suspending console(s) (use no_console_suspend to debug)
- <7>[42936.649015] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42936.649473] lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>[42936.650297] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>[42936.650327] PM: Device alarm failed to suspend: error -16
- <3>[42936.650358] PM: Some devices failed to suspend
- <7>[42936.651029] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42936.651457] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42936.653715] PM: resume of devices complete after 3.325 msecs
- <4>[42936.659818] Restarting tasks ... done.
- <6>[42936.683134] PM: suspend exit 2015-04-19 15:01:15.312215697 UTC
- <6>[42936.683134] suspend: exit suspend, ret = -16 (2015-04-19 15:01:15.312246203 UTC)
- <6>[42936.683164] active wake lock PowerManagerService.WakeLocks
- <6>[42936.915190] PM: suspend entry 2015-04-19 15:01:15.544239772 UTC
- <4>[42936.915251] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42936.990537] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42936.992246] Suspending console(s) (use no_console_suspend to debug)
- <7>[42937.169187] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42937.169615] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.194547] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.197721] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42937.200773] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42937.200804] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42937.206846] max8903b_suspend: suspend
- <6>[42937.214933] PM: suspend of devices complete after 219.896 msecs
- <6>[42937.220670] PM: late suspend of devices complete after 5.643 msecs
- <6>[42937.227690] PM: noirq suspend of devices complete after 6.985 msecs
- <4>[42937.227720] Disabling non-boot CPUs ...
- <6>[42937.227995] msm_pm_enter
- <6>[42937.227995] msm_pm_enter: power collapse
- <6>[42937.227995] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42937.227995] msm_pm_enter: return
- <6>[42937.234129] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42937.236082] wakeup wake lock: alarm_rtc
- <6>[42937.242582] PM: early resume of devices complete after 6.314 msecs
- <4>[42937.245115] max8903b_resume: resume
- <3>[42937.254362] msm_wm8958_setup_power: codec power setup
- <4>[42937.254423] 8058_s3: Failed to create debugfs directory
- <3>[42937.254423] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42937.347349] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.348692] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42937.351530] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42937.351896] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42937.352140] PM: resume of devices complete after 109.480 msecs
- <4>[42937.356230] Restarting tasks ... done.
- <6>[42937.358824] PM: suspend exit 2015-04-19 15:01:45.007745949 UTC
- <6>[42937.358824] suspend: exit suspend, ret = 0 (2015-04-19 15:01:45.007745949 UTC)
- <4>[42937.421354] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=547 chg=a
- <6>[42940.270872] PM: suspend entry 2015-04-19 15:01:47.919182292 UTC
- <4>[42940.270933] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42940.328794] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42940.330473] Suspending console(s) (use no_console_suspend to debug)
- <7>[42940.509977] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42940.510404] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.535337] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.538511] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42940.541502] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42940.541563] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42940.547605] max8903b_suspend: suspend
- <6>[42940.555692] PM: suspend of devices complete after 222.502 msecs
- <6>[42940.561430] PM: late suspend of devices complete after 5.676 msecs
- <6>[42940.568479] PM: noirq suspend of devices complete after 7.019 msecs
- <4>[42940.568510] Disabling non-boot CPUs ...
- <6>[42940.568784] msm_pm_enter
- <6>[42940.568784] msm_pm_enter: power collapse
- <6>[42940.568784] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42940.568784] msm_pm_enter: return
- <6>[42940.574949] PM: noirq resume of devices complete after 5.584 msecs
- <6>[42940.576902] wakeup wake lock: alarm_rtc
- <6>[42940.583311] PM: early resume of devices complete after 6.256 msecs
- <4>[42940.585813] max8903b_resume: resume
- <3>[42940.594999] msm_wm8958_setup_power: codec power setup
- <4>[42940.595060] 8058_s3: Failed to create debugfs directory
- <3>[42940.595091] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42940.679746] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.681059] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42940.683958] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42940.684294] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42940.684477] PM: resume of devices complete after 101.047 msecs
- <4>[42940.688841] Restarting tasks ... done.
- <6>[42940.694212] PM: suspend exit 2015-04-19 15:02:16.010705366 UTC
- <6>[42940.694212] suspend: exit suspend, ret = 0 (2015-04-19 15:02:16.010735866 UTC)
- <4>[42940.765959] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=540 chg=a
- <6>[42940.875669] PM: suspend entry 2015-04-19 15:02:16.192038054 UTC
- <4>[42940.907041] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42940.921385] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42940.923094] Suspending console(s) (use no_console_suspend to debug)
- <7>[42941.100126] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.100553] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.125425] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.128629] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42941.131651] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42941.131712] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42941.134001] max8903b_suspend: suspend
- <6>[42941.142210] PM: suspend of devices complete after 216.379 msecs
- <6>[42941.147642] PM: late suspend of devices complete after 5.400 msecs
- <6>[42941.154356] PM: noirq suspend of devices complete after 6.681 msecs
- <4>[42941.154356] Disabling non-boot CPUs ...
- <6>[42941.154508] msm_pm_enter
- <6>[42941.154508] msm_pm_enter: power collapse
- <6>[42941.154508] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <3>[42941.154508] msm_pm_enter: cannot find the lowest power limit
- <6>[42941.154508] msm_pm_enter: return
- <6>[42941.156278] PM: noirq resume of devices complete after 1.678 msecs
- <6>[42941.158506] PM: early resume of devices complete after 1.678 msecs
- <4>[42941.160215] max8903b_resume: resume
- <3>[42941.169370] msm_wm8958_setup_power: codec power setup
- <4>[42941.169431] 8058_s3: Failed to create debugfs directory
- <3>[42941.169462] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42941.252531] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42941.252897] wakeup wake lock: power-supply
- <7>[42941.253202] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.255918] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.256284] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42941.256529] PM: resume of devices complete after 97.929 msecs
- <4>[42941.260648] Restarting tasks ... done.
- <6>[42941.262907] PM: suspend exit 2015-04-19 15:02:16.579127444 UTC
- <6>[42941.262937] suspend: exit suspend, ret = 0 (2015-04-19 15:02:16.579157939 UTC)
- <6>[42941.262937] active wake lock power-supply
- <6>[42941.311674] PM: suspend entry 2015-04-19 15:02:16.627859583 UTC
- <4>[42941.326505] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=540 chg=a
- <4>[42941.387785] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42941.394071] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42941.395750] Suspending console(s) (use no_console_suspend to debug)
- <7>[42941.566953] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.567381] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.592497] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.593595] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42941.595396] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42941.595396] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42941.598173] max8903b_suspend: suspend
- <6>[42941.601988] PM: suspend of devices complete after 203.501 msecs
- <6>[42941.603758] PM: late suspend of devices complete after 1.769 msecs
- <6>[42941.606046] PM: noirq suspend of devices complete after 2.288 msecs
- <4>[42941.606077] Disabling non-boot CPUs ...
- <6>[42941.606199] msm_pm_enter
- <6>[42941.606199] msm_pm_enter: power collapse
- <6>[42941.606199] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42941.606199] msm_pm_enter: return
- <6>[42941.608183] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42941.608915] wakeup wake lock: alarm_rtc
- <6>[42941.610716] PM: early resume of devices complete after 1.739 msecs
- <4>[42941.612425] max8903b_resume: resume
- <3>[42941.621671] msm_wm8958_setup_power: codec power setup
- <4>[42941.621732] 8058_s3: Failed to create debugfs directory
- <3>[42941.621763] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42941.714659] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.715940] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42941.718748] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42941.719114] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42941.719358] PM: resume of devices complete after 108.541 msecs
- <4>[42941.723539] Restarting tasks ... done.
- <6>[42941.738645] PM: suspend exit 2015-04-19 15:02:47.020339965 UTC
- <6>[42941.738645] suspend: exit suspend, ret = 0 (2015-04-19 15:02:47.020370457 UTC)
- <6>[42941.738676] active wake lock PowerManagerService.WakeLocks
- <6>[42941.738676] active wake lock power-supply
- <4>[42941.780515] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=531 chg=a
- <6>[42945.643339] PM: suspend entry 2015-04-19 15:02:50.924427299 UTC
- <4>[42945.643369] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42945.702390] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42945.704099] Suspending console(s) (use no_console_suspend to debug)
- <7>[42945.881193] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42945.881651] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42945.906614] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42945.909757] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42945.912779] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42945.912840] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42945.918882] max8903b_suspend: suspend
- <6>[42945.926969] PM: suspend of devices complete after 220.214 msecs
- <6>[42945.932585] PM: late suspend of devices complete after 5.584 msecs
- <6>[42945.939634] PM: noirq suspend of devices complete after 6.988 msecs
- <4>[42945.939665] Disabling non-boot CPUs ...
- <6>[42945.939939] msm_pm_enter
- <6>[42945.939939] msm_pm_enter: power collapse
- <6>[42945.939939] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42945.939939] msm_pm_enter: return
- <6>[42945.946073] PM: noirq resume of devices complete after 5.584 msecs
- <6>[42945.948026] wakeup wake lock: alarm_rtc
- <6>[42945.954588] PM: early resume of devices complete after 6.378 msecs
- <4>[42945.957121] max8903b_resume: resume
- <3>[42945.966367] msm_wm8958_setup_power: codec power setup
- <4>[42945.966429] 8058_s3: Failed to create debugfs directory
- <3>[42945.966429] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42946.059385] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.060728] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42946.063566] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.063932] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42946.064207] PM: resume of devices complete after 109.556 msecs
- <4>[42946.068327] Restarting tasks ... done.
- <6>[42946.088102] PM: suspend exit 2015-04-19 15:03:18.024944632 UTC
- <6>[42946.088102] suspend: exit suspend, ret = 0 (2015-04-19 15:03:18.024975124 UTC)
- <4>[42946.145567] healthd: battery l=95 v=4099 t=27.0 h=2 st=2 c=524 chg=a
- <6>[42946.442594] PM: suspend entry 2015-04-19 15:03:18.379239497 UTC
- <4>[42946.442655] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42946.520567] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42946.522276] Suspending console(s) (use no_console_suspend to debug)
- <7>[42946.701505] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42946.701933] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.726835] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.730070] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42946.733091] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42946.733122] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42946.739164] max8903b_suspend: suspend
- <6>[42946.747282] PM: suspend of devices complete after 222.260 msecs
- <6>[42946.753019] PM: late suspend of devices complete after 5.673 msecs
- <6>[42946.760069] PM: noirq suspend of devices complete after 7.015 msecs
- <4>[42946.760099] Disabling non-boot CPUs ...
- <6>[42946.760374] msm_pm_enter
- <6>[42946.760374] msm_pm_enter: power collapse
- <6>[42946.760374] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42946.760374] msm_pm_enter: return
- <6>[42946.766508] PM: noirq resume of devices complete after 5.612 msecs
- <6>[42946.768461] wakeup wake lock: alarm_rtc
- <6>[42946.774931] PM: early resume of devices complete after 6.252 msecs
- <4>[42946.777403] max8903b_resume: resume
- <3>[42946.786649] msm_wm8958_setup_power: codec power setup
- <4>[42946.786711] 8058_s3: Failed to create debugfs directory
- <3>[42946.786741] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42946.879698] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.881010] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42946.883848] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42946.884214] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42946.884458] PM: resume of devices complete after 109.419 msecs
- <4>[42946.888578] Restarting tasks ... done.
- <6>[42946.893705] PM: suspend exit 2015-04-19 15:03:48.010307634 UTC
- <6>[42946.893736] suspend: exit suspend, ret = 0 (2015-04-19 15:03:48.010338130 UTC)
- <4>[42946.942503] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=516 chg=a
- <6>[42952.409757] PM: suspend entry 2015-04-19 15:03:53.525744891 UTC
- <4>[42952.409818] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42952.433195] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42952.434965] Suspending console(s) (use no_console_suspend to debug)
- <7>[42952.609617] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42952.610044] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.629209] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.631315] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42952.633299] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42952.633299] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42952.636808] max8903b_suspend: suspend
- <6>[42952.640562] PM: suspend of devices complete after 202.972 msecs
- <6>[42952.642332] PM: late suspend of devices complete after 1.770 msecs
- <6>[42952.644712] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42952.644712] Disabling non-boot CPUs ...
- <6>[42952.644834] msm_pm_enter
- <6>[42952.644834] msm_pm_enter: power collapse
- <6>[42952.644834] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42952.644834] msm_pm_enter: return
- <6>[42952.646818] PM: noirq resume of devices complete after 1.770 msecs
- <6>[42952.647550] wakeup wake lock: alarm_rtc
- <6>[42952.649351] PM: early resume of devices complete after 1.739 msecs
- <4>[42952.651029] max8903b_resume: resume
- <3>[42952.660215] msm_wm8958_setup_power: codec power setup
- <4>[42952.660276] 8058_s3: Failed to create debugfs directory
- <3>[42952.660276] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42952.748533] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.749174] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42952.751982] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42952.752317] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42952.753568] PM: resume of devices complete after 104.139 msecs
- <4>[42952.756956] Restarting tasks ... done.
- <6>[42952.761442] PM: suspend exit 2015-04-19 15:04:18.009941558 UTC
- <6>[42952.761442] suspend: exit suspend, ret = 0 (2015-04-19 15:04:18.009941558 UTC)
- <6>[42952.804411] PM: suspend entry 2015-04-19 15:04:18.052875108 UTC
- <4>[42952.820036] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=508 chg=a
- <4>[42952.868467] Freezing user space processes ...
- <6>[42952.868894] active wake lock PowerManagerService.WakeLocks
- <4>[42952.868925]
- <3>[42952.868925] Freezing of tasks aborted after 0.000 seconds (25 tasks refusing to freeze, wq_busy=0):
- <4>[42952.868925]
- <4>[42952.868925] Restarting tasks ... done.
- <6>[42952.870512] PM: suspend exit 2015-04-19 15:04:18.118933028 UTC
- <6>[42952.870512] suspend: exit suspend, ret = -16 (2015-04-19 15:04:18.118933028 UTC)
- <6>[42952.972807] PM: suspend entry 2015-04-19 15:04:18.221134408 UTC
- <4>[42952.974943] Freezing user space processes ... (elapsed 0.017 seconds) done.
- <4>[42953.005003] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42953.006223] Suspending console(s) (use no_console_suspend to debug)
- <7>[42953.192411] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42953.192838] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.217161] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.220365] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42953.223325] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42953.223356] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42953.229551] max8903b_suspend: suspend
- <6>[42953.237669] PM: suspend of devices complete after 228.648 msecs
- <6>[42953.243101] PM: late suspend of devices complete after 5.400 msecs
- <6>[42953.250425] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42953.250456] Disabling non-boot CPUs ...
- <6>[42953.250761] msm_pm_enter
- <6>[42953.250761] msm_pm_enter: power collapse
- <6>[42953.250761] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42953.250761] msm_pm_enter: return
- <6>[42953.256895] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42953.258848] wakeup wake lock: alarm_rtc
- <6>[42953.264982] PM: early resume of devices complete after 5.949 msecs
- <4>[42953.268461] max8903b_resume: resume
- <3>[42953.277738] msm_wm8958_setup_power: codec power setup
- <4>[42953.277799] 8058_s3: Failed to create debugfs directory
- <3>[42953.277830] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42953.370725] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.372068] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42953.374906] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42953.375273] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42953.375517] PM: resume of devices complete after 110.394 msecs
- <4>[42953.379789] Restarting tasks ... done.
- <6>[42953.385893] PM: suspend exit 2015-04-19 15:04:48.011435982 UTC
- <6>[42953.385923] suspend: exit suspend, ret = 0 (2015-04-19 15:04:48.011435982 UTC)
- <4>[42953.434904] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=500 chg=a
- <6>[42956.261015] PM: suspend entry 2015-04-19 15:04:50.885940768 UTC
- <4>[42956.261076] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42956.321531] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42956.323240] Suspending console(s) (use no_console_suspend to debug)
- <7>[42956.499754] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42956.500181] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.524381] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.527647] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42956.530576] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42956.530638] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42956.535551] max8903b_suspend: suspend
- <6>[42956.543638] PM: suspend of devices complete after 217.713 msecs
- <6>[42956.549223] PM: late suspend of devices complete after 5.523 msecs
- <6>[42956.556333] PM: noirq suspend of devices complete after 7.049 msecs
- <4>[42956.556394] Disabling non-boot CPUs ...
- <6>[42956.556669] msm_pm_enter
- <6>[42956.556669] msm_pm_enter: power collapse
- <6>[42956.556669] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42956.556669] msm_pm_enter: return
- <6>[42956.562711] PM: noirq resume of devices complete after 5.523 msecs
- <6>[42956.564237] wakeup wake lock: mmc1
- <6>[42956.570280] PM: early resume of devices complete after 5.554 msecs
- <4>[42956.578428] max8903b_resume: resume
- <3>[42956.587553] msm_wm8958_setup_power: codec power setup
- <4>[42956.587614] 8058_s3: Failed to create debugfs directory
- <3>[42956.587644] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42956.671781] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.673124] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42956.675962] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.676298] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42956.676328] PM: resume of devices complete after 105.950 msecs
- <4>[42956.679197] Restarting tasks ... done.
- <6>[42956.704740] PM: suspend exit 2015-04-19 15:04:56.029213556 UTC
- <6>[42956.704740] suspend: exit suspend, ret = 0 (2015-04-19 15:04:56.029213556 UTC)
- <6>[42956.704771] active wake lock PowerManagerService.WakeLocks
- <6>[42956.704771] active wake lock power-supply
- <6>[42956.719969] PM: suspend entry 2015-04-19 15:04:56.044429710 UTC
- <4>[42956.734586] healthd: battery l=95 v=4099 t=26.0 h=2 st=2 c=496 chg=a
- <4>[42956.763639] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42956.765592] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42956.767240] Suspending console(s) (use no_console_suspend to debug)
- <7>[42956.943449] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42956.943876] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.967314] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42956.968321] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42956.969938] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42956.969969] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42956.972227] max8903b_suspend: suspend
- <6>[42956.980436] PM: suspend of devices complete after 210.384 msecs
- <6>[42956.986082] PM: late suspend of devices complete after 5.582 msecs
- <6>[42956.993131] PM: noirq suspend of devices complete after 7.016 msecs
- <4>[42956.993162] Disabling non-boot CPUs ...
- <6>[42956.993467] msm_pm_enter
- <6>[42956.993467] msm_pm_enter: power collapse
- <6>[42956.993467] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42956.993467] msm_pm_enter: return
- <6>[42956.999601] PM: noirq resume of devices complete after 5.582 msecs
- <6>[42957.001554] wakeup wake lock: alarm_rtc
- <6>[42957.007353] PM: early resume of devices complete after 5.612 msecs
- <4>[42957.009489] max8903b_resume: resume
- <3>[42957.018705] msm_wm8958_setup_power: codec power setup
- <4>[42957.018766] 8058_s3: Failed to create debugfs directory
- <3>[42957.018797] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42957.111784] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.113127] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42957.115965] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.116331] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42957.116575] PM: resume of devices complete after 109.145 msecs
- <4>[42957.120695] Restarting tasks ... done.
- <6>[42957.123045] PM: suspend exit 2015-04-19 15:05:18.007532492 UTC
- <6>[42957.123075] suspend: exit suspend, ret = 0 (2015-04-19 15:05:18.007562988 UTC)
- <6>[42957.123075] active wake lock power-supply
- <6>[42957.175260] PM: suspend entry 2015-04-19 15:05:18.059676884 UTC
- <4>[42957.197416] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
- <4>[42957.226042] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42957.227842] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42957.229460] Suspending console(s) (use no_console_suspend to debug)
- <7>[42957.403806] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42957.404234] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.428648] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.431791] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42957.434751] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42957.434782] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42957.440977] max8903b_suspend: suspend
- <6>[42957.449064] PM: suspend of devices complete after 216.586 msecs
- <6>[42957.454496] PM: late suspend of devices complete after 5.399 msecs
- <6>[42957.461790] active wake lock alarm, time left 492
- <3>[42957.461851] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>[42957.461881] PM: Device power.0 failed to suspend noirq: error -11
- <6>[42957.466825] PM: noirq resume of devices complete after 4.911 msecs
- <6>[42957.473722] PM: early resume of devices complete after 5.155 msecs
- <3>[42957.473753] PM: Some devices failed to power down
- <4>[42957.479612] max8903b_resume: resume
- <3>[42957.488767] msm_wm8958_setup_power: codec power setup
- <4>[42957.488828] 8058_s3: Failed to create debugfs directory
- <3>[42957.488859] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42957.581815] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.583189] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42957.586027] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42957.586363] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42957.586637] PM: resume of devices complete after 112.793 msecs
- <4>[42957.590910] Restarting tasks ... done.
- <6>[42957.615385] PM: suspend exit 2015-04-19 15:05:18.499598305 UTC
- <6>[42957.615385] suspend: exit suspend, ret = -11 (2015-04-19 15:05:18.499628817 UTC)
- <6>[42957.615415] active wake lock PowerManagerService.WakeLocks
- <6>[42957.615415] active wake lock power-supply
- <4>[42957.659055] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
- <6>[42957.921659] PM: suspend entry 2015-04-19 15:05:18.805766360 UTC
- <4>[42957.921720] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42957.989134] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42957.990843] Suspending console(s) (use no_console_suspend to debug)
- <7>[42958.174070] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42958.174497] lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>[42958.175169] dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>[42958.175321] PM: Device alarm failed to suspend: error -16
- <3>[42958.175352] PM: Some devices failed to suspend
- <7>[42958.176023] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42958.176450] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42958.178648] PM: resume of devices complete after 3.294 msecs
- <4>[42958.184904] Restarting tasks ... done.
- <6>[42958.188383] PM: suspend exit 2015-04-19 15:05:19.072394155 UTC
- <6>[42958.188383] suspend: exit suspend, ret = -16 (2015-04-19 15:05:19.072424664 UTC)
- <6>[42959.794798] PM: suspend entry 2015-04-19 15:05:20.678612781 UTC
- <4>[42959.794950] Freezing user space processes ... (elapsed 0.009 seconds) done.
- <4>[42959.828062] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42959.829771] Suspending console(s) (use no_console_suspend to debug)
- <7>[42960.014219] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42960.014646] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.039640] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.042845] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42960.045835] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42960.045896] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42960.051908] max8903b_suspend: suspend
- <6>[42960.060423] PM: suspend of devices complete after 227.781 msecs
- <6>[42960.066038] PM: late suspend of devices complete after 5.554 msecs
- <6>[42960.073087] active wake lock alarm_rtc, time left 92
- <3>[42960.073148] dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>[42960.073179] PM: Device power.0 failed to suspend noirq: error -11
- <6>[42960.078123] PM: noirq resume of devices complete after 4.882 msecs
- <6>[42960.085020] PM: early resume of devices complete after 5.187 msecs
- <3>[42960.085050] PM: Some devices failed to power down
- <4>[42960.090177] max8903b_resume: resume
- <3>[42960.099424] msm_wm8958_setup_power: codec power setup
- <4>[42960.099485] 8058_s3: Failed to create debugfs directory
- <3>[42960.099516] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42960.184171] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.185453] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42960.188291] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42960.188627] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42960.188871] PM: resume of devices complete after 103.789 msecs
- <4>[42960.192991] Restarting tasks ... done.
- <6>[42960.195005] PM: suspend exit 2015-04-19 15:05:21.078878740 UTC
- <6>[42960.195036] suspend: exit suspend, ret = -11 (2015-04-19 15:05:21.078878740 UTC)
- <4>[42960.252195] healthd: battery l=96 v=4099 t=26.0 h=2 st=2 c=493 chg=a
- <6>[42960.989012] PM: suspend entry 2015-04-19 15:05:21.872852290 UTC
- <4>[42961.038542] Freezing user space processes ... (elapsed 0.003 seconds) done.
- <4>[42961.042295] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
- <4>[42961.045194] Suspending console(s) (use no_console_suspend to debug)
- <7>[42961.242307] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42961.242796] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.261442] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.263487] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42961.265531] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42961.265531] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42961.268980] max8903b_suspend: suspend
- <6>[42961.272764] PM: suspend of devices complete after 218.170 msecs
- <6>[42961.274534] PM: late suspend of devices complete after 1.739 msecs
- <6>[42961.276914] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42961.276914] Disabling non-boot CPUs ...
- <6>[42961.277036] msm_pm_enter
- <6>[42961.277036] msm_pm_enter: power collapse
- <6>[42961.277036] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42961.277036] msm_pm_enter: return
- <6>[42961.279020] PM: noirq resume of devices complete after 1.770 msecs
- <6>[42961.279752] wakeup wake lock: alarm_rtc
- <6>[42961.281553] PM: early resume of devices complete after 1.739 msecs
- <4>[42961.283262] max8903b_resume: resume
- <3>[42961.292326] msm_wm8958_setup_power: codec power setup
- <4>[42961.292387] 8058_s3: Failed to create debugfs directory
- <3>[42961.292417] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42961.385374] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.386717] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42961.389524] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42961.389890] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42961.390135] PM: resume of devices complete after 108.507 msecs
- <4>[42961.394254] Restarting tasks ... done.
- <6>[42961.400480] PM: suspend exit 2015-04-19 15:05:49.011405349 UTC
- <6>[42961.400511] suspend: exit suspend, ret = 0 (2015-04-19 15:05:49.011435845 UTC)
- <6>[42961.400511] active wake lock PowerManagerService.WakeLocks
- <6>[42961.400541] active wake lock power-supply
- <4>[42961.453886] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=486 chg=a
- <6>[42963.204801] PM: suspend entry 2015-04-19 15:05:50.815157392 UTC
- <4>[42963.204832] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42963.249876] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42963.251554] Suspending console(s) (use no_console_suspend to debug)
- <7>[42963.424864] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42963.425291] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.449705] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.452940] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42963.455900] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42963.455930] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42963.462034] max8903b_suspend: suspend
- <6>[42963.470152] PM: suspend of devices complete after 215.929 msecs
- <6>[42963.475584] PM: late suspend of devices complete after 5.370 msecs
- <6>[42963.482908] PM: noirq suspend of devices complete after 7.262 msecs
- <4>[42963.482939] Disabling non-boot CPUs ...
- <6>[42963.483213] msm_pm_enter
- <6>[42963.483213] msm_pm_enter: power collapse
- <6>[42963.483213] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42963.483213] msm_pm_enter: return
- <6>[42963.489347] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42963.491300] wakeup wake lock: alarm_rtc
- <6>[42963.497434] PM: early resume of devices complete after 5.919 msecs
- <4>[42963.500822] max8903b_resume: resume
- <3>[42963.510099] msm_wm8958_setup_power: codec power setup
- <4>[42963.510160] 8058_s3: Failed to create debugfs directory
- <3>[42963.510160] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42963.603147] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.604490] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42963.607359] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42963.607694] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42963.607969] PM: resume of devices complete after 110.432 msecs
- <4>[42963.612119] Restarting tasks ... done.
- <6>[42963.614897] PM: suspend exit 2015-04-19 15:06:19.007959310 UTC
- <6>[42963.614897] suspend: exit suspend, ret = 0 (2015-04-19 15:06:19.007989806 UTC)
- <4>[42963.705290] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=478 chg=a
- <6>[42963.784269] PM: suspend entry 2015-04-19 15:06:19.177244588 UTC
- <4>[42963.835691] Freezing user space processes ... (elapsed 0.003 seconds) done.
- <4>[42963.849943] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42963.851621] Suspending console(s) (use no_console_suspend to debug)
- <7>[42964.023222] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42964.023679] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.042356] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.044401] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42964.046446] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42964.046446] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42964.049894] max8903b_suspend: suspend
- <6>[42964.053678] PM: suspend of devices complete after 199.320 msecs
- <6>[42964.055448] PM: late suspend of devices complete after 1.739 msecs
- <6>[42964.057798] PM: noirq suspend of devices complete after 2.349 msecs
- <4>[42964.057829] Disabling non-boot CPUs ...
- <6>[42964.057951] msm_pm_enter
- <6>[42964.057951] msm_pm_enter: power collapse
- <6>[42964.057951] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42964.057951] msm_pm_enter: return
- <6>[42964.059934] PM: noirq resume of devices complete after 1.769 msecs
- <6>[42964.060667] wakeup wake lock: alarm_rtc
- <6>[42964.062467] PM: early resume of devices complete after 1.739 msecs
- <4>[42964.064146] max8903b_resume: resume
- <3>[42964.073301] msm_wm8958_setup_power: codec power setup
- <4>[42964.073362] 8058_s3: Failed to create debugfs directory
- <3>[42964.073393] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42964.158140] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.159483] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42964.162260] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42964.162626] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42964.162870] PM: resume of devices complete after 100.308 msecs
- <4>[42964.166990] Restarting tasks ... done.
- <6>[42964.169096] PM: suspend exit 2015-04-19 15:06:49.007258719 UTC
- <6>[42964.169096] suspend: exit suspend, ret = 0 (2015-04-19 15:06:49.007289218 UTC)
- <6>[42964.169096] active wake lock power-supply
- <6>[42964.169126] active wake lock alarm_rtc, time left 89
- <4>[42964.227903] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=472 chg=a
- <6>[42965.898954] PM: suspend entry 2015-04-19 15:06:50.736558562 UTC
- <4>[42965.898985] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42965.955229] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42965.956938] Suspending console(s) (use no_console_suspend to debug)
- <7>[42966.125944] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42966.126402] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.151365] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.154539] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42966.157560] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42966.157621] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42966.163633] max8903b_suspend: suspend
- <6>[42966.171690] PM: suspend of devices complete after 212.050 msecs
- <6>[42966.177305] PM: late suspend of devices complete after 5.553 msecs
- <6>[42966.184355] PM: noirq suspend of devices complete after 6.988 msecs
- <4>[42966.184385] Disabling non-boot CPUs ...
- <6>[42966.184660] msm_pm_enter
- <6>[42966.184660] msm_pm_enter: power collapse
- <6>[42966.184660] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42966.184660] msm_pm_enter: return
- <6>[42966.190794] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42966.192747] wakeup wake lock: alarm_rtc
- <6>[42966.199247] PM: early resume of devices complete after 6.346 msecs
- <4>[42966.201780] max8903b_resume: resume
- <3>[42966.211088] msm_wm8958_setup_power: codec power setup
- <4>[42966.211149] 8058_s3: Failed to create debugfs directory
- <3>[42966.211149] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42966.304075] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.305418] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42966.308256] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42966.308622] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42966.308897] PM: resume of devices complete after 109.577 msecs
- <4>[42966.313017] Restarting tasks ... done.
- <6>[42966.334471] PM: suspend exit 2015-04-19 15:07:20.026652211 UTC
- <6>[42966.334501] suspend: exit suspend, ret = 0 (2015-04-19 15:07:20.026682703 UTC)
- <4>[42966.376798] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=465 chg=a
- <6>[42966.750822] PM: suspend entry 2015-04-19 15:07:20.442759230 UTC
- <4>[42966.750883] Freezing user space processes ... (elapsed 0.001 seconds) done.
- <4>[42966.817228] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42966.818968] Suspending console(s) (use no_console_suspend to debug)
- <7>[42966.996122] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42966.996549] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.020933] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.024137] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42967.027097] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42967.027128] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42967.033323] max8903b_suspend: suspend
- <6>[42967.041410] PM: suspend of devices complete after 219.720 msecs
- <6>[42967.046842] PM: late suspend of devices complete after 5.398 msecs
- <6>[42967.054167] PM: noirq suspend of devices complete after 7.259 msecs
- <4>[42967.054197] Disabling non-boot CPUs ...
- <6>[42967.054502] msm_pm_enter
- <6>[42967.054502] msm_pm_enter: power collapse
- <6>[42967.054502] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42967.054502] msm_pm_enter: return
- <6>[42967.060667] PM: noirq resume of devices complete after 5.582 msecs
- <6>[42967.062620] wakeup wake lock: alarm_rtc
- <6>[42967.068754] PM: early resume of devices complete after 5.947 msecs
- <4>[42967.072233] max8903b_resume: resume
- <3>[42967.074644] msm_wm8958_setup_power: codec power setup
- <4>[42967.074705] 8058_s3: Failed to create debugfs directory
- <3>[42967.074705] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42967.160368] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.161710] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42967.164762] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42967.165128] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42967.165434] PM: resume of devices complete after 96.581 msecs
- <4>[42967.170011] Restarting tasks ... done.
- <6>[42967.188261] PM: suspend exit 2015-04-19 15:07:50.023968954 UTC
- <6>[42967.188291] suspend: exit suspend, ret = 0 (2015-04-19 15:07:50.023968954 UTC)
- <4>[42967.226804] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=458 chg=a
- <6>[42970.843168] PM: suspend entry 2015-04-19 15:07:53.678274215 UTC
- <4>[42970.843229] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42970.915159] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42970.916837] Suspending console(s) (use no_console_suspend to debug)
- <7>[42971.097074] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42971.097532] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.122434] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.125608] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42971.128629] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42971.128690] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42971.134702] max8903b_suspend: suspend
- <6>[42971.142759] PM: suspend of devices complete after 223.143 msecs
- <6>[42971.148557] PM: late suspend of devices complete after 5.737 msecs
- <6>[42971.155607] PM: noirq suspend of devices complete after 7.019 msecs
- <4>[42971.155638] Disabling non-boot CPUs ...
- <6>[42971.155943] msm_pm_enter
- <6>[42971.155943] msm_pm_enter: power collapse
- <6>[42971.155943] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42971.155943] msm_pm_enter: return
- <6>[42971.162077] PM: noirq resume of devices complete after 5.615 msecs
- <6>[42971.164060] wakeup wake lock: alarm_rtc
- <6>[42971.170469] PM: early resume of devices complete after 6.225 msecs
- <4>[42971.172910] max8903b_resume: resume
- <3>[42971.182127] msm_wm8958_setup_power: codec power setup
- <4>[42971.182188] 8058_s3: Failed to create debugfs directory
- <3>[42971.182218] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42971.275175] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.276518] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42971.279356] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.279722] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42971.279997] PM: resume of devices complete after 109.440 msecs
- <4>[42971.284147] Restarting tasks ... done.
- <6>[42971.305662] PM: suspend exit 2015-04-19 15:08:21.026746180 UTC
- <6>[42971.305692] suspend: exit suspend, ret = 0 (2015-04-19 15:08:21.026776672 UTC)
- <4>[42971.349149] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=451 chg=a
- <6>[42971.705992] PM: suspend entry 2015-04-19 15:08:21.426866360 UTC
- <4>[42971.706053] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42971.781400] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42971.783109] Suspending console(s) (use no_console_suspend to debug)
- <7>[42971.967344] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42971.967771] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.992368] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42971.995634] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42971.998564] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42971.998594] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42972.004789] max8903b_suspend: suspend
- <6>[42972.012876] PM: suspend of devices complete after 227.009 msecs
- <6>[42972.018339] PM: late suspend of devices complete after 5.398 msecs
- <6>[42972.025663] PM: noirq suspend of devices complete after 7.259 msecs
- <4>[42972.025694] Disabling non-boot CPUs ...
- <6>[42972.025968] msm_pm_enter
- <6>[42972.025968] msm_pm_enter: power collapse
- <6>[42972.025968] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42972.025968] msm_pm_enter: return
- <6>[42972.032133] PM: noirq resume of devices complete after 5.612 msecs
- <6>[42972.034086] wakeup wake lock: alarm_rtc
- <6>[42972.040739] PM: early resume of devices complete after 6.466 msecs
- <4>[42972.043333] max8903b_resume: resume
- <3>[42972.052610] msm_wm8958_setup_power: codec power setup
- <4>[42972.052671] 8058_s3: Failed to create debugfs directory
- <3>[42972.052702] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42972.136930] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42972.137602] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42972.140409] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42972.140775] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42972.140928] PM: resume of devices complete after 100.118 msecs
- <4>[42972.145170] Restarting tasks ... done.
- <6>[42972.151426] PM: suspend exit 2015-04-19 15:08:51.011466291 UTC
- <6>[42972.151457] suspend: exit suspend, ret = 0 (2015-04-19 15:08:51.011466291 UTC)
- <4>[42972.198637] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=444 chg=a
- <6>[42974.200987] PM: suspend entry 2015-04-19 15:08:53.060411527 UTC
- <4>[42974.201048] Freezing user space processes ... (elapsed 0.005 seconds) done.
- <4>[42974.271604] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42974.273283] Suspending console(s) (use no_console_suspend to debug)
- <7>[42974.448118] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42974.448576] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.473417] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.476591] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42974.479612] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42974.479673] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42974.485716] max8903b_suspend: suspend
- <6>[42974.493803] PM: suspend of devices complete after 217.856 msecs
- <6>[42974.499540] PM: late suspend of devices complete after 5.676 msecs
- <6>[42974.506590] PM: noirq suspend of devices complete after 7.018 msecs
- <4>[42974.506620] Disabling non-boot CPUs ...
- <6>[42974.506895] msm_pm_enter
- <6>[42974.506895] msm_pm_enter: power collapse
- <6>[42974.506895] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42974.506895] msm_pm_enter: return
- <6>[42974.513029] PM: noirq resume of devices complete after 5.615 msecs
- <6>[42974.514982] wakeup wake lock: alarm_rtc
- <6>[42974.521482] PM: early resume of devices complete after 6.316 msecs
- <4>[42974.524015] max8903b_resume: resume
- <3>[42974.533323] msm_wm8958_setup_power: codec power setup
- <4>[42974.533384] 8058_s3: Failed to create debugfs directory
- <3>[42974.533384] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42974.618253] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.618894] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42974.621763] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.622129] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42974.622373] PM: resume of devices complete after 100.820 msecs
- <4>[42974.626493] Restarting tasks ... done.
- <6>[42974.631162] PM: suspend exit 2015-04-19 15:08:56.009819461 UTC
- <6>[42974.631162] suspend: exit suspend, ret = 0 (2015-04-19 15:08:56.009849956 UTC)
- <6>[42974.671293] PM: suspend entry 2015-04-19 15:08:56.049918993 UTC
- <4>[42974.686887] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=442 chg=a
- <4>[42974.714689] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42974.716795] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42974.718504] Suspending console(s) (use no_console_suspend to debug)
- <7>[42974.898283] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42974.898710] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.923582] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42974.926786] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42974.929777] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42974.929838] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42974.934599] max8903b_suspend: suspend
- <6>[42974.942655] PM: suspend of devices complete after 220.940 msecs
- <6>[42974.948118] PM: late suspend of devices complete after 5.399 msecs
- <6>[42974.955290] PM: noirq suspend of devices complete after 7.138 msecs
- <4>[42974.955351] Disabling non-boot CPUs ...
- <6>[42974.955625] msm_pm_enter
- <6>[42974.955625] msm_pm_enter: power collapse
- <6>[42974.955625] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42974.955625] msm_pm_enter: return
- <6>[42974.961759] PM: noirq resume of devices complete after 5.613 msecs
- <6>[42974.963285] wakeup wake lock: mmc1
- <6>[42974.969145] PM: early resume of devices complete after 5.460 msecs
- <4>[42974.977567] max8903b_resume: resume
- <3>[42974.978880] msm_wm8958_setup_power: codec power setup
- <4>[42974.978941] 8058_s3: Failed to create debugfs directory
- <3>[42974.978941] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42975.061918] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.062559] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.065489] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.065824] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42975.065885] PM: resume of devices complete after 96.642 msecs
- <4>[42975.068846] Restarting tasks ... done.
- <6>[42975.081938] PM: suspend exit 2015-04-19 15:08:57.016925147 UTC
- <6>[42975.081968] suspend: exit suspend, ret = 0 (2015-04-19 15:08:57.016955639 UTC)
- <6>[42975.081968] active wake lock PowerManagerService.WakeLocks
- <6>[42975.081968] active wake lock power-supply
- <6>[42975.121061] PM: suspend entry 2015-04-19 15:08:57.055956781 UTC
- <4>[42975.141477] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=442 chg=a
- <4>[42975.164762] Freezing user space processes ... (elapsed 0.002 seconds) done.
- <4>[42975.166868] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42975.168577] Suspending console(s) (use no_console_suspend to debug)
- <7>[42975.348570] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.348997] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.374021] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.377165] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42975.380186] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42975.380216] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42975.386259] max8903b_suspend: suspend
- <6>[42975.394377] PM: suspend of devices complete after 222.682 msecs
- <6>[42975.399839] PM: late suspend of devices complete after 5.430 msecs
- <6>[42975.407041] PM: noirq suspend of devices complete after 7.108 msecs
- <4>[42975.407072] Disabling non-boot CPUs ...
- <6>[42975.407346] msm_pm_enter
- <6>[42975.407346] msm_pm_enter: power collapse
- <6>[42975.407346] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42975.407346] msm_pm_enter: return
- <6>[42975.413511] PM: noirq resume of devices complete after 5.582 msecs
- <6>[42975.415464] wakeup wake lock: alarm_rtc
- <6>[42975.422086] PM: early resume of devices complete after 6.466 msecs
- <4>[42975.424650] max8903b_resume: resume
- <3>[42975.433775] msm_wm8958_setup_power: codec power setup
- <4>[42975.433836] 8058_s3: Failed to create debugfs directory
- <3>[42975.433866] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42975.526762] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.528135] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.530973] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.531339] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42975.531584] PM: resume of devices complete after 109.389 msecs
- <4>[42975.535734] Restarting tasks ... done.
- <6>[42975.538084] PM: suspend exit 2015-04-19 15:09:21.007562970 UTC
- <6>[42975.538114] suspend: exit suspend, ret = 0 (2015-04-19 15:09:21.007593465 UTC)
- <6>[42975.538114] active wake lock power-supply
- <6>[42975.574644] PM: suspend entry 2015-04-19 15:09:21.044064066 UTC
- <4>[42975.608183] healthd: battery l=96 v=4104 t=26.0 h=2 st=2 c=438 chg=a
- <4>[42975.620878] Freezing user space processes ...
- <6>[42975.621305] active wake lock PowerManagerService.WakeLocks
- <4>[42975.621305]
- <3>[42975.621336] Freezing of tasks aborted after 0.000 seconds (27 tasks refusing to freeze, wq_busy=0):
- <4>[42975.621336]
- <4>[42975.621336] Restarting tasks ... done.
- <6>[42975.624601] PM: suspend exit 2015-04-19 15:09:21.093985692 UTC
- <6>[42975.624601] suspend: exit suspend, ret = -16 (2015-04-19 15:09:21.094016191 UTC)
- <6>[42975.715635] PM: suspend entry 2015-04-19 15:09:21.184957925 UTC
- <4>[42975.715696] Freezing user space processes ... (elapsed 0.052 seconds) done.
- <4>[42975.771971] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42975.773710] Suspending console(s) (use no_console_suspend to debug)
- <7>[42975.958952] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42975.959379] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.983762] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42975.986906] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42975.989866] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42975.989897] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42975.996061] max8903b_suspend: suspend
- <6>[42976.004179] PM: suspend of devices complete after 227.727 msecs
- <6>[42976.009611] PM: late suspend of devices complete after 5.400 msecs
- <6>[42976.016905] PM: noirq suspend of devices complete after 7.261 msecs
- <4>[42976.016966] Disabling non-boot CPUs ...
- <6>[42976.017240] msm_pm_enter
- <6>[42976.017240] msm_pm_enter: power collapse
- <6>[42976.017240] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42976.017240] msm_pm_enter: return
- <6>[42976.023374] PM: noirq resume of devices complete after 5.614 msecs
- <6>[42976.025327] wakeup wake lock: alarm_rtc
- <6>[42976.031461] PM: early resume of devices complete after 5.949 msecs
- <4>[42976.034940] max8903b_resume: resume
- <3>[42976.044187] msm_wm8958_setup_power: codec power setup
- <4>[42976.044248] 8058_s3: Failed to create debugfs directory
- <3>[42976.044279] wm8994_ldo_power: Power up the WM8994 LDOs
- <7>[42976.137174] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42976.138487] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42976.141355] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42976.141721] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42976.141966] PM: resume of devices complete after 110.394 msecs
- <4>[42976.146116] Restarting tasks ... done.
- <6>[42976.160459] PM: suspend exit 2015-04-19 15:09:51.019547882 UTC
- <6>[42976.160490] suspend: exit suspend, ret = 0 (2015-04-19 15:09:51.019578374 UTC)
- <4>[42976.203581] healthd: battery l=97 v=4104 t=26.0 h=2 st=2 c=431 chg=a
- <6>[42981.459593] PM: suspend entry 2015-04-19 15:09:56.318072891 UTC
- <4>[42981.459654] Freezing user space processes ... (elapsed 0.004 seconds) done.
- <4>[42981.473661] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- <4>[42981.475340] Suspending console(s) (use no_console_suspend to debug)
- <7>[42981.647184] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42981.647611] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42981.666685] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42981.668730] lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>[42981.670744] msm_wm8958_shutdown_power: codec power shutdown
- <3>[42981.670774] wm8994_ldo_power: Power down the WM8994 LDOs
- <4>[42981.674223] max8903b_suspend: suspend
- <6>[42981.678373] PM: suspend of devices complete after 200.378 msecs
- <6>[42981.680143] PM: late suspend of devices complete after 1.770 msecs
- <6>[42981.682523] PM: noirq suspend of devices complete after 2.380 msecs
- <4>[42981.682523] Disabling non-boot CPUs ...
- <6>[42981.682676] msm_pm_enter
- <6>[42981.682676] msm_pm_enter: power collapse
- <6>[42981.682676] msm_mpm_irqs_detectable: cannot monitor 0000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
- <6>[42981.682676] msm_pm_enter: return
- <6>[42981.684660] PM: noirq resume of devices complete after 1.770 msecs
- <6>[42981.685362] wakeup wake lock: alarm_rtc
- <6>[42981.687193] PM: early resume of devices complete after 1.739 msecs
- <4>[42981.688963] max8903b_resume: resume
- <6>[42981.689665] msm_otg_resume: usb exited from low power mode
- <6>[42981.691984] android_work: android_work: did not send uevent (0 0 (null))
- <3>[42981.695097] msm_wm8958_setup_power: codec power setup
- <4>[42981.695158] 8058_s3: Failed to create debugfs directory
- <3>[42981.695158] wm8994_ldo_power: Power up the WM8994 LDOs
- <6>[42981.732572] a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>[42981.732603] max8903b_current_setup: ### CHARGE_DISABLE
- <7>[42981.766172] lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>[42981.766813] lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>[42981.775236] lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>[42981.775511] PM: resume of devices complete after 88.259 msecs
- <7>[42981.776396] lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>[42981.779569] a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>[42981.779569] max8903b_current_setup: ### CHARGE_DISABLE
- <4>[42981.782560] Restarting tasks ... done.
- <6>[42981.789549] PM: suspend exit 2015-04-19 15:10:21.015642695 UTC
- <6>[42981.789549] suspend: exit suspend, ret = 0 (2015-04-19 15:10:21.015673187 UTC)
- <4>[42981.809355] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.834440] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.847410] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.860258] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <4>[42981.873502] healthd: battery l=97 v=4104 t=26.0 h=2 st=3 c=425 chg=
- <6>[42981.971708] msm_otg_suspend: usb in low power mode
- <6>[42982.112577] lsm303dlh_acc_sysfs: hw init start
- <6>[42982.120939] request_suspend_state: wakeup (3->0) at 42980499884061 (2015-04-19 15:10:21.346839751 UTC)
- <6>[42982.123319] lsm303dlh_acc_sysfs: hw init done
- <6>[42982.162748] [MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[42982.163847] [DISP] lcdc_panel_power: ++ 1
- <4>[42982.403013] mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>[42982.403013] mdp4_csc_config: Block type 8 isn't supported by CSC.
- <6>[42982.417692] mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <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
- <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
- <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
- <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
- <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
- <3>[42982.522642] [DISP] lcdc_tenderloin_panel_set_backlight: 80
- <3>[42982.522886] [DISP] lcdc_tenderloin_panel_set_backlight: 83
- <3>[42982.536100] [DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[42982.601621] [DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[42982.601835] [DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[42982.612760] [DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[42982.624204] [DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[42982.640806] [DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[42982.657743] [DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[42982.674223] [DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[42982.690885] [DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[42982.707548] [DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[42982.724455] [DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[42982.741117] [DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[42982.757749] [DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[42982.774198] [DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[42982.791197] [DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[42982.807646] [DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[42982.824400] [DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[42982.841062] [DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[42982.857908] [DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[42982.874845] [DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[42982.891508] [DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[42982.907896] [DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[42982.924955] [DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[42982.941221] [DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[42982.957792] [DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[42982.974424] [DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[42982.990965] [DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[42983.007658] [DISP] lcdc_tenderloin_panel_set_backlight: 178
- <4>[43059.916288] send sigkill to 4405 (id.gms.wearable), adj 1000, size 4869
- <4>[43059.944456] send sigkill to 17329 (equicksearchbox), adj 1000, size 4653
- <4>[43066.011076] send sigkill to 11657 (d.process.media), adj 1000, size 4756
- <4>[43066.118650] send sigkill to 11569 (mozilla.firefox), adj 1000, size 5012
- <6>[43071.844023] msm_vidc_dec: Inside vid_dec_open()
- <4>[43071.845365]
- <4>[43071.845365] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <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
- <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
- <6>[43071.862455] fw_version 2:28:2013
- <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
- <6>[43072.123045] msm_device_put:device speaker_stereo_rx set 0
- <6>[43072.123106] msm_device_put:device speaker_stereo_rx set 1
- <3>[43072.123106] msm_device_put:device freq =48000
- <3>[43072.149809] Device active
- <4>[43072.242124]
- <4>[43072.242124] VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>[43072.248869] profile 0 level 25 progressive 1
- <4>[43072.248869]
- <4>[43072.248869] VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <4>[43072.342802]
- <4>[43072.342802] VIDC: vidc_freq = 48000000, req_perf_lvl = 21160, set_perf_lvl = 37900
- <4>[43088.844236]
- <4>[43088.844236] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>[43088.850981] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- <4>[43088.851011] vidc_cleanup_addr_table(): buffer = INPUT
- <6>[43088.865690] msm_vidc_dec: Return from vid_dec_release()
- <6>[43091.131590] msm_device_put:device speaker_stereo_rx set 0
- <6>[43132.505918] msm_vidc_dec: Inside vid_dec_open()
- <4>[43132.511015]
- <4>[43132.511015] VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>[43132.531858] fw_version 2:28:2013
- <6>[43132.689268] msm_device_put:device speaker_stereo_rx set 0
- <6>[43132.689359] msm_device_put:device speaker_stereo_rx set 1
- <3>[43132.689390] msm_device_put:device freq =48000
- <3>[43132.704435] Device active
- <4>[43132.930174]
- <4>[43132.930174] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <6>[43132.935240] profile 0 level 23 progressive 1
- <4>[43132.935270]
- <4>[43132.935270] VIDC: vidc_freq = 48000000, req_perf_lvl = 17280, set_perf_lvl = 37900
- <4>[43133.053282]
- <4>[43133.053282] VIDC: vidc_freq = 48000000, req_perf_lvl = 14400, set_perf_lvl = 37900
- <4>[43256.397611] send sigkill to 8167 (viders.calendar), adj 1000, size 3084
- <4>[43260.792112] send sigkill to 11622 (nie.geniewidget), adj 1000, size 4472
- <4>[43282.825926] healthd: battery l=94 v=3931 t=31.0 h=2 st=3 c=-1359 chg=
- <4>[43377.476255] send sigkill to 11613 (droid.apps.plus), adj 1000, size 5856
- <4>[43583.625334] healthd: battery l=91 v=3897 t=33.0 h=2 st=3 c=-1334 chg=
- <4>[43742.931822] send sigkill to 7964 (d.process.acore), adj 1000, size 3656
- <4>[43749.735105] send sigkill to 11965 (ngs.android.pop), adj 1000, size 3332
- <3>[43749.784300] init: untracked pid 11989 killed by signal 9
- <4>[43749.794798] send sigkill to 11693 (com.glu.flc2), adj 1000, size 2940
- <4>[43749.906858] send sigkill to 11013 (droid.deskclock), adj 1000, size 2895
- <4>[43750.284208] send sigkill to 4019 (earchbox:search), adj 1000, size 3885
- <4>[43750.377104] send sigkill to 21179 (equicksearchbox), adj 1000, size 3036
- <4>[43884.426908] healthd: battery l=89 v=3873 t=34.0 h=2 st=3 c=-1343 chg=
- <6>[44138.286222] cfg80211: Calling CRDA to update world regulatory domain
- <4>[44185.216398] healthd: battery l=87 v=3849 t=35.0 h=2 st=3 c=-1330 chg=
- <4>[44199.542295] send sigkill to 21302 (d.process.media), adj 1000, size 2809
- <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
- <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
- <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
- <4>[44486.023924] healthd: battery l=84 v=3830 t=36.0 h=2 st=3 c=-1189 chg=
- <4>[44627.312162] send sigkill to 21538 (droid.deskclock), adj 1000, size 2904
- <4>[44786.811949] healthd: battery l=81 v=3816 t=35.0 h=2 st=3 c=-1203 chg=
- <4>[44881.094908] send sigkill to 21284 (droid.apps.plus), adj 1000, size 3715
- <4>[44881.154386] send sigkill to 20812 (id.gms.wearable), adj 1000, size 3046
- <4>[44881.213468] send sigkill to 21324 (d.process.acore), adj 1000, size 4407
- <4>[44881.243650] send sigkill to 21749 (ndroid.calendar), adj 1000, size 3035
- <4>[44881.285002] send sigkill to 21731 (viders.calendar), adj 1000, size 2976
- <4>[45087.626585] healthd: battery l=79 v=3782 t=35.0 h=2 st=3 c=-1322 chg=
- <4>[45388.436064] healthd: battery l=77 v=3763 t=36.0 h=2 st=3 c=-1353 chg=
- <4>[45460.533445] send sigkill to 22096 (droid.deskclock), adj 1000, size 2919
- <4>[45460.685697] send sigkill to 22303 (mozilla.firefox), adj 1000, size 6781
- <4>[45614.092832] send sigkill to 22384 (d.process.acore), adj 1000, size 3099
- <4>[45689.221800] healthd: battery l=74 v=3748 t=35.0 h=2 st=3 c=-1375 chg=
- <6>[45814.334562] msm_device_put:device speaker_stereo_rx set 0
- <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
- <6>[45931.702146] msm_otg_resume: usb exited from low power mode
- <6>[45931.931913] android_work: android_work: did not send uevent (0 0 (null))
- <4>[45933.001585] UDC-CHG (2-1-1-2): usb_multi_chg_detect (560) : 10W Adaptor(2000mA)!
- <4>[45933.001615] usb_chg_detect: temp = 2
- <6>[45933.042906] a6_update_connected_ps: ac=1 usb=0 dock=0
- <6>[45933.042936] max8903b_current_setup: CURRENT_750(4), 900(5), 1000(6), 1400(7), 2000MA(9): 9
- <4>[45933.058561] healthd: battery l=72 v=3744 t=35.0 h=2 st=2 c=-1054 chg=a
- <4>[45933.072080] healthd: battery l=72 v=3744 t=35.0 h=2 st=2 c=-1054 chg=a
- <6>[45933.232359] msm_otg_suspend: usb in low power mode
- <6>[45963.973997] msm_device_put:device speaker_stereo_rx set 0
- <6>[45963.974088] msm_device_put:device speaker_stereo_rx set 1
- <3>[45963.974088] msm_device_put:device freq =48000
- <3>[45964.000913] Device active
- <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
- <6>[45971.038877] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.041349] lsm303dlh_acc_sysfs: hw init done
- <6>[45971.045255] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.046598] lsm303dlh_acc_sysfs: hw init done
- <6>[45971.050321] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.051573] lsm303dlh_acc_sysfs: hw init done
- <6>[45971.074674] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.077787] lsm303dlh_acc_sysfs: hw init done
- <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
- <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
- <6>[45971.758939] lsm303dlh_acc_sysfs: hw init start
- <6>[45971.759916] lsm303dlh_acc_sysfs: hw init done
- <4>[45973.137693]
- <4>[45973.137693] VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>[45973.145628] msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- <4>[45973.145628] vidc_cleanup_addr_table(): buffer = INPUT
- <6>[45973.165617] msm_vidc_dec: Return from vid_dec_release()send sigkill to 22489 (com.glu.flc2), adj 1000, size 2952
- <6>[45976.270414] msm_device_put:device speaker_stereo_rx set 0
- <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
- <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
- <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
- <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
- <4>[45978.485319] send sigkill to 22531 (d.process.acore), adj 1000, size 4475
- <6>[45978.634367] binder: undelivered transaction 9469746
- <6>[45978.634367] binder: send failed reply for transaction 9469848 to 7366:22522
- <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
- <4>[45990.035429] healthd: battery l=72 v=3806 t=34.0 h=2 st=2 c=31 chg=a
- <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
- <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
- <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
- <4>[46002.556425] send sigkill to 22575 (d.process.media), adj 1000, size 6193
- <4>[46002.680174] send sigkill to 22462 (nie.geniewidget), adj 1000, size 4438
- <6>[46002.730131] binder: undelivered transaction 9481345
- <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
- <3>[46023.361234] init: Warning! Service dumplogcat needs a SELinux domain defined; please fix!
- <4>[46023.432829] dumplogcat (22971): /proc/22971/oom_adj is deprecated, please use /proc/22971/oom_score_adj instead.
- ------ LAST KMSG (/proc/last_klog) ------
- ,00000000,00000000,00000000,00000000,00000000,00000000<6>msm_pm_enter: return
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 93.930 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:01:27.017566578 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:01:27.017566578 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:01:27.057300128 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 219.890 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.108 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.228 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:02:48.015034006 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:02:48.015094992 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:02:48.045253107 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>PM: Device alarm failed to suspend: error -16
- <3>PM: Some devices failed to suspend
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 3.324 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:02:48.307698218 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:02:48.307728724 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>PM: suspend entry 2015-04-17 22:02:48.434184747 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 204.867 msecs
- <6>PM: late suspend of devices complete after 1.738 msecs
- <6>PM: noirq suspend of devices complete after 2.379 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 94.446 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:02:53.030496465 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:02:53.030526957 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:02:53.045285605 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 203.003 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.769 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 97.561 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:05.029489492 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:05.029489492 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:05.045010666 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.047 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 203.811 msecs
- <6>PM: late suspend of devices complete after 1.738 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.659 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:07.019914600 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:07.019945092 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:07.045925330 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.022 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 227.754 msecs
- <6>PM: late suspend of devices complete after 5.398 msecs
- <6>PM: noirq suspend of devices complete after 7.229 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.612 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.947 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 99.356 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:10.008264598 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:10.008295095 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:10.043149121 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.022 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 212.695 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.436 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 97.282 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:11.016192753 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:04:11.016192753 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:11.044064107 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.016 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 188.224 msecs
- <6>PM: late suspend of devices complete after 3.050 msecs
- <6>active wake lock mmc1
- <3>dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>PM: Device power.0 failed to suspend noirq: error -11
- <6>PM: noirq resume of devices complete after 2.257 msecs
- <6>PM: early resume of devices complete after 3.355 msecs
- <3>PM: Some devices failed to power down
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 96.743 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:04:12.009915724 UTC
- <6>suspend: exit suspend, ret = -11 (2015-04-17 22:04:12.009946234 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:04:12.047456824 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 213.036 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.138 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.674 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.856 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.776 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:05:04.009697583 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:05:04.009728078 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:05:04.046471263 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 199.493 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.891 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:06:17.014426129 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:06:17.014456622 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:06:17.048609065 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.047 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 225.406 msecs
- <6>PM: late suspend of devices complete after 5.583 msecs
- <6>PM: noirq suspend of devices complete after 6.986 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.162 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.729 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:07:10.029427223 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:10.029457718 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:07:10.762699457 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 203.486 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 97.866 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:07:16.017628071 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:16.017658563 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:07:16.049188583 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.033 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 203.354 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.410 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 108.633 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:07:40.019059565 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:07:40.019090057 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 87
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:07:40.601816786 UTC
- Freezing user space processes ... (elapsed 0.006 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 217.633 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.985 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.704 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.283 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.572 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:08:10.008203423 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:08:10.008233919 UTC)
- <6>PM: suspend entry 2015-04-17 22:08:10.041960254 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>PM: Device alarm failed to suspend: error -16
- <3>PM: Some devices failed to suspend
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 3.263 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:08:10.291831900 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:08:10.291831900 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>PM: suspend entry 2015-04-17 22:08:10.432748108 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 232.773 msecs
- <6>PM: late suspend of devices complete after 5.551 msecs
- <6>PM: noirq suspend of devices complete after 6.985 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.582 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.313 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.575 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:10.028451025 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:10.028451025 UTC)
- <6>PM: suspend entry 2015-04-17 22:11:10.042447497 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>PM: Device alarm failed to suspend: error -16
- <3>PM: Some devices failed to suspend
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 3.294 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:10.377765004 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:11:10.377765004 UTC)
- <6>active wake lock alarm_rtc, time left 197
- <6>PM: suspend entry 2015-04-17 22:11:10.803374813 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 226.490 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 7.596 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>msm_pm_enter: return
- <6>PM: noirq resume of devices complete after 1.678 msecs
- <6>PM: early resume of devices complete after 1.678 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>wakeup wake lock: power-supply
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.368 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:11.223120031 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:11.223150527 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:11:11.256391258 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.024 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 213.515 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.243 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:21.021650961 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:21.021711947 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 87
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:11:21.356422304 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 226.926 msecs
- <6>PM: late suspend of devices complete after 5.398 msecs
- <6>PM: noirq suspend of devices complete after 7.320 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.612 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.916 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.807 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:11:53.010643326 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:11:53.010673819 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:11:53.045984909 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.008 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 214.591 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.857 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.558 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 97.465 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:12:23.010948146 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:12:23.010948146 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:12:23.045678796 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.008 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 203.594 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.348 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 103.047 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:12:24.009485692 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:12:24.009516192 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:12:24.046749033 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 220.054 msecs
- <6>PM: late suspend of devices complete after 5.430 msecs
- <6>PM: noirq suspend of devices complete after 7.260 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.497 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.271 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:15:02.030738383 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:15:02.030768877 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:15:14.903155739 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>PM: Device alarm failed to suspend: error -16
- <3>PM: Some devices failed to suspend
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 3.356 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:15:15.138781952 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:15:15.138781952 UTC)
- <6>PM: suspend entry 2015-04-17 22:15:16.936816626 UTC
- Freezing user space processes ... (elapsed 0.005 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 216.400 msecs
- <6>PM: late suspend of devices complete after 5.554 msecs
- <6>PM: noirq suspend of devices complete after 7.019 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.615 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.164 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.495 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:15:33.024670203 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:15:33.024670203 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:15:33.074162010 UTC
- Freezing user space processes ... (elapsed 0.008 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 204.935 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.367 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:16:07.033545560 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:16:07.033576054 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:16:07.517330928 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 230.659 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.612 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.917 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 96.855 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:16:37.011070200 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:16:37.011100697 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:16:37.487734234 UTC
- Freezing user space processes ... (elapsed 0.005 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 205.339 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.348 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.738 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.919 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:04.014060333 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:04.014090825 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:04.045742948 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 211.363 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.229 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.558 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 94.049 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:07.006709186 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:07.006739682 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:07.047632026 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 220.026 msecs
- <6>PM: late suspend of devices complete after 5.674 msecs
- <6>PM: noirq suspend of devices complete after 6.986 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.466 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.441 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:09.006770178 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:09.006800674 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:09.042629414 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 211.665 msecs
- <6>PM: late suspend of devices complete after 5.430 msecs
- <6>PM: noirq suspend of devices complete after 7.260 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.582 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.405 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 97.495 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:19:10.021376037 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:19:10.021406528 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:19:10.043513278 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 217.734 msecs
- <6>PM: late suspend of devices complete after 5.704 msecs
- <6>PM: noirq suspend of devices complete after 7.016 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.253 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.572 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:20:28.041655136 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:20:28.041685629 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:20:28.802384638 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 224.811 msecs
- <6>PM: late suspend of devices complete after 5.369 msecs
- <6>PM: noirq suspend of devices complete after 7.261 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.949 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 106.248 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:21:22.010307399 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:21:22.010307399 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:21:22.146319788 UTC
- Freezing user space processes ... (elapsed 0.006 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 209.236 msecs
- <6>PM: late suspend of devices complete after 1.799 msecs
- <6>PM: noirq suspend of devices complete after 2.287 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 94.812 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:25:40.012413671 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:40.012444171 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:25:40.039889047 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 218.961 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 6.986 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.582 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.734 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.948 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:25:40.467421925 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:40.467452420 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:25:40.490508014 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 220.457 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.406 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.807 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:25:42.010124646 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:25:42.010155142 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:25:42.042143185 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 221.397 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.466 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 104.937 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:10.025889912 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:10.025920406 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:27:10.155804311 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 188.947 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.800 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.373 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:10.540490579 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:10.540521074 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:10.569462569 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 216.912 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 6.559 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>msm_pm_enter: return
- <6>PM: noirq resume of devices complete after 1.586 msecs
- <6>PM: early resume of devices complete after 1.647 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>wakeup wake lock: power-supply
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.648 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:11.016286211 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:11.016316706 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:11.045194477 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.048 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 225.868 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.017 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>msm_pm_enter: return
- <6>PM: noirq resume of devices complete after 1.678 msecs
- <6>PM: early resume of devices complete after 1.678 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>wakeup wake lock: power-supply
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 108.785 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:11.531087809 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:11.531118305 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:11.555180170 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.015 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 207.963 msecs
- <6>PM: late suspend of devices complete after 1.739 msecs
- <6>PM: noirq suspend of devices complete after 2.257 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.813 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:27:59.009668475 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:27:59.009668475 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:27:59.045833933 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.021 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 215.865 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.139 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.766 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.461 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.176 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:30:03.028969806 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:30:03.028969806 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:30:14.235095290 UTC
- Freezing user space processes ... (elapsed 0.006 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 221.740 msecs
- <6>PM: late suspend of devices complete after 5.676 msecs
- <6>PM: noirq suspend of devices complete after 7.019 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.584 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.286 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 105.249 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:30:33.013783961 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:30:33.013814453 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:30:35.086327422 UTC
- Freezing user space processes ... (elapsed 0.006 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 230.549 msecs
- <6>PM: late suspend of devices complete after 5.553 msecs
- <6>PM: noirq suspend of devices complete after 6.988 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.615 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.438 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 107.651 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:04.018205188 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:04.018235681 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:31:04.142751576 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 221.522 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.949 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 102.193 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:11.014515969 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:11.014546465 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:11.052693319 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 199.442 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.318 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 97.865 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:16.027050400 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:16.027080894 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:16.046718692 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.008 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 221.581 msecs
- <6>PM: late suspend of devices complete after 5.643 msecs
- <6>PM: noirq suspend of devices complete after 7.016 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.582 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.314 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.670 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:22.016589746 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:22.016620242 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:22.042569933 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 219.319 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.582 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.857 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.057 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:22.448379878 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:22.448410374 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:22.471832008 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.045 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 222.611 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.614 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.949 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 99.446 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:27.018936710 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:27.018967201 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:27.043055997 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.018 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 234.077 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 6.040 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>msm_pm_enter: return
- <6>PM: noirq resume of devices complete after 1.586 msecs
- <6>PM: early resume of devices complete after 1.647 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>wakeup wake lock: power-supply
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.459 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:31:28.016316510 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:31:28.016316510 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:31:28.046169078 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.016 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 225.467 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 6.986 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.589 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 97.862 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:11.021528970 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:11.021528970 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:35:11.049735677 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.047 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 215.626 msecs
- <6>PM: late suspend of devices complete after 5.430 msecs
- <6>PM: noirq suspend of devices complete after 7.230 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.314 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.335 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:16.020188056 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:16.020188056 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 86
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:35:18.589450515 UTC
- Freezing user space processes ... (elapsed 0.008 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 202.022 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.349 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.739 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.769 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 95.732 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:23.016497257 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:23.016527751 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:35:23.043727626 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 221.349 msecs
- <6>PM: late suspend of devices complete after 5.764 msecs
- <6>PM: noirq suspend of devices complete after 7.015 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.581 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.252 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.480 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:35:48.018084076 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:35:48.018114572 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:35:48.246478844 UTC
- Freezing user space processes ... (elapsed 0.006 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 221.121 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.614 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.949 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.365 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:36:18.010063671 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:36:18.010063671 UTC)
- <6>PM: suspend entry 2015-04-17 22:36:18.042112717 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... <6>active wake lock PowerManagerService.WakeLocks
- <3>Freezing of tasks aborted after 0.000 seconds (21 tasks refusing to freeze, wq_busy=0):
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:36:18.097188533 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:36:18.097188533 UTC)
- <6>PM: suspend entry 2015-04-17 22:36:18.197432899 UTC
- Freezing user space processes ... (elapsed 0.005 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 215.793 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.230 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.498 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.633 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:36:52.016559186 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:36:52.016589682 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:36:57.528094795 UTC
- Freezing user space processes ... (elapsed 0.009 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 217.834 msecs
- <6>PM: late suspend of devices complete after 5.401 msecs
- <6>PM: noirq suspend of devices complete after 7.263 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.584 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.920 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 99.408 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:16.021315303 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:16.021315303 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:37:16.052631439 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 219.877 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.986 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.375 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 91.488 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:53.021377451 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:53.021377451 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:37:53.671558101 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 212.018 msecs
- <6>PM: late suspend of devices complete after 5.491 msecs
- <6>PM: noirq suspend of devices complete after 6.986 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.368 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.522 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:59.017748257 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:59.017809244 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:37:59.042448208 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.008 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 213.170 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.742 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>msm_pm_enter: return
- <6>PM: noirq resume of devices complete after 1.708 msecs
- <6>PM: early resume of devices complete after 1.677 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>wakeup wake lock: power-supply
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.397 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:37:59.480509946 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:37:59.480540441 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:37:59.509176198 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 202.002 msecs
- <6>PM: late suspend of devices complete after 1.739 msecs
- <6>PM: noirq suspend of devices complete after 2.349 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 92.164 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:39:19.008203924 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:39:19.008203924 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:39:19.046687562 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 220.084 msecs
- <6>PM: late suspend of devices complete after 5.429 msecs
- <6>PM: noirq suspend of devices complete after 7.199 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.582 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.314 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.368 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:39:36.010764861 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:39:36.010795356 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 88
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:39:36.244986680 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 214.440 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.528 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 98.532 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:40:56.022901434 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:40:56.022901434 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:40:56.043118904 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.029 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 223.575 msecs
- <6>PM: late suspend of devices complete after 5.673 msecs
- <6>PM: noirq suspend of devices complete after 6.984 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.612 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.557 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.551 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:41:22.022505138 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:41:22.022505138 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>active wake lock alarm, time left 498
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:41:22.172545302 UTC
- Freezing user space processes ... (elapsed 0.033 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 220.999 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.949 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 94.019 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:41:53.015003808 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:41:53.015034304 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:41:53.048667939 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.023 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>PM: Device alarm failed to suspend: error -16
- <3>PM: Some devices failed to suspend
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 3.355 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:41:53.346371338 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:41:53.346401846 UTC)
- <6>active wake lock alarm_rtc, time left 197
- <6>PM: suspend entry 2015-04-17 22:41:54.343541896 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 212.951 msecs
- <6>PM: late suspend of devices complete after 5.462 msecs
- <6>PM: noirq suspend of devices complete after 7.201 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.614 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 5.431 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.149 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:42:00.013784043 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:42:00.013814535 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:42:00.044642139 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 202.762 msecs
- <6>PM: late suspend of devices complete after 1.738 msecs
- <6>PM: noirq suspend of devices complete after 2.349 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 102.776 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:42:24.020859822 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:42:24.020859822 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:42:24.154341828 UTC
- Freezing user space processes ... (elapsed 0.016 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 229.003 msecs
- <6>PM: late suspend of devices complete after 5.673 msecs
- <6>PM: noirq suspend of devices complete after 7.015 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.612 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.343 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 100.758 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:43:37.022505211 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:43:37.022535703 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:43:38.599734326 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 201.122 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.380 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 108.730 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:45:03.008814564 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:45:03.008845064 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:45:17.627919118 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 214.355 msecs
- <6>PM: late suspend of devices complete after 5.554 msecs
- <6>PM: noirq suspend of devices complete after 6.988 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.584 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.408 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 106.133 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:45:33.007440921 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:45:33.007440921 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:45:33.516880952 UTC
- Freezing user space processes ... (elapsed 0.002 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 217.967 msecs
- <6>PM: late suspend of devices complete after 5.369 msecs
- <6>PM: noirq suspend of devices complete after 7.230 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.426 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:03.007593461 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:46:03.007623957 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:46:03.059981617 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.002 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>PM: Device alarm failed to suspend: error -16
- <3>PM: Some devices failed to suspend
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 3.568 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:03.308120957 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-17 22:46:03.308151463 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>PM: suspend entry 2015-04-17 22:46:03.433540702 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 224.041 msecs
- <6>PM: late suspend of devices complete after 5.734 msecs
- <6>active wake lock alarm, time left 490
- <3>dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>PM: Device power.0 failed to suspend noirq: error -11
- <6>PM: noirq resume of devices complete after 4.880 msecs
- <6>PM: early resume of devices complete after 5.155 msecs
- <3>PM: Some devices failed to power down
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 112.014 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:03.880862633 UTC
- <6>suspend: exit suspend, ret = -11 (2015-04-17 22:46:03.880893139 UTC)
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:46:04.150618347 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 225.330 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.231 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.498 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.456 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:46:34.011954376 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:46:34.011984872 UTC)
- <6>PM: suspend entry 2015-04-17 22:46:34.044338507 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 217.943 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.260 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.582 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.487 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:37.011039456 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:37.011039456 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:47:37.046838733 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 199.080 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>active wake lock alarm, time left 493
- <3>dpm_run_callback(): power_suspend_late+0x0/0x58 returns -11
- <3>PM: Device power.0 failed to suspend noirq: error -11
- <6>PM: noirq resume of devices complete after 1.372 msecs
- <6>PM: early resume of devices complete after 1.555 msecs
- <3>PM: Some devices failed to power down
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 108.612 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:37.483577867 UTC
- <6>suspend: exit suspend, ret = -11 (2015-04-17 22:47:37.483608378 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:47:37.610631725 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 202.695 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 94.327 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:39.014913401 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:39.014913401 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:47:39.049158275 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 200.577 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.379 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 83.105 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:47:44.014363829 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:47:44.014394322 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:47:44.043851082 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.014 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 218.610 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.139 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.589 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.665 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:50:29.032385015 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:50:29.032415509 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:50:29.470004836 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 210.408 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 6.832 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>msm_pm_enter: return
- <6>PM: noirq resume of devices complete after 1.677 msecs
- <6>PM: early resume of devices complete after 1.677 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <6>wakeup wake lock: power-supply
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.032 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:50:30.065654193 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:50:30.065684690 UTC)
- <6>PM: suspend entry 2015-04-17 22:50:30.075413254 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.015 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 211.623 msecs
- <6>PM: late suspend of devices complete after 5.643 msecs
- <6>PM: noirq suspend of devices complete after 7.016 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.284 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.420 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:51:22.043423734 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:22.043423734 UTC)
- <6>active wake lock PowerManagerService.WakeLocks
- <6>active wake lock power-supply
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:51:22.183951516 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 223.470 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.170 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.766 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.918 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 110.395 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:51:39.009728218 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:39.009728218 UTC)
- <6>active wake lock power-supply
- <6>active wake lock alarm_rtc, time left 87
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- <6>PM: suspend entry 2015-04-17 22:51:40.125119930 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 219.895 msecs
- <6>PM: late suspend of devices complete after 5.644 msecs
- <6>PM: noirq suspend of devices complete after 7.017 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.583 msecs
- <6>wakeup wake lock: mmc1
- <6>PM: early resume of devices complete after 6.742 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 99.020 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:51:45.007227405 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:51:45.007257900 UTC)
- <6>active wake lock power-supply
- <6>PM: suspend entry 2015-04-17 22:51:45.041868828 UTC
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=a
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 217.435 msecs
- <6>PM: late suspend of devices complete after 5.643 msecs
- <6>PM: noirq suspend of devices complete after 7.016 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: msm_otg
- <6>msm_otg_resume: usb exited from low power mode
- <6>android_work: android_work: did not send uevent (0 0 (null))
- <6>PM: early resume of devices complete after 6.741 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <6>a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>max8903b_current_setup: ### CHARGE_DISABLE
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 83.009 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:53:34.016104044 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:53:34.016134537 UTC)
- <6>active wake lock power-supply
- <6>active wake lock msm_otg
- <6>a6_update_connected_ps: ac=0 usb=0 dock=0
- <6>max8903b_current_setup: ### CHARGE_DISABLE
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <4>healthd: battery l=100 v=4108 t=26.0 h=2 st=5 c=1 chg=
- <6>msm_otg_suspend: usb in low power mode
- <6>PM: suspend entry 2015-04-17 22:53:34.176605747 UTC
- Freezing user space processes ... (elapsed 0.005 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 223.379 msecs
- <6>PM: late suspend of devices complete after 5.552 msecs
- <6>PM: noirq suspend of devices complete after 6.986 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: event0-431
- <6>PM: early resume of devices complete after 3.142 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 112.257 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-17 22:53:47.033177729 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-17 22:53:47.033208222 UTC)
- <4>healthd: battery l=100 v=4104 t=26.0 h=2 st=5 c=-35 chg=
- <6>request_suspend_state: wakeup (3->0) at 9765155929189 (2015-04-17 22:53:47.265545503 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[DISP] lcdc_panel_power: ++ 1
- <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
- <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
- <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
- <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
- <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
- <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
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <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
- <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
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <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
- <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
- <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
- <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
- <6>msm_device_put:device speaker_stereo_rx set 0
- <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
- <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
- <4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <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
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- send sigkill to 12682 (id.gms.wearable), adj 1000, size 6120
- send sigkill to 24418 (d.process.media), adj 764, size 6243
- send sigkill to 24251 (equicksearchbox), adj 764, size 6134
- send sigkill to 24637 (ndroid.calendar), adj 764, size 5860
- send sigkill to 24620 (viders.calendar), adj 764, size 5857
- send sigkill to 21321 (nie.geniewidget), adj 647, size 9570
- send sigkill to 22611 (mozilla.firefox), adj 647, size 6331
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>------------[ cut here ]------------
- <4>WARNING: at /home/flintman/source/ever/loll-5.1/kernel/htc/msm8960/drivers/cpufreq/cpufreq_interactive.c:414 cpufreq_interactive_timer+0xa8/0x448()
- [<80014cc0>] (unwind_backtrace+0x0/0x11c) from [<800788bc>] (warn_slowpath_common+0x48/0x60)
- [<800788bc>] (warn_slowpath_common+0x48/0x60) from [<8007898c>] (warn_slowpath_null+0x18/0x1c)
- [<8007898c>] (warn_slowpath_null+0x18/0x1c) from [<8049c460>] (cpufreq_interactive_timer+0xa8/0x448)
- [<8049c460>] (cpufreq_interactive_timer+0xa8/0x448) from [<8049d160>] (cpufreq_interactive_idle_notifier+0x174/0x19c)
- [<8049d160>] (cpufreq_interactive_idle_notifier+0x174/0x19c) from [<80097128>] (notifier_call_chain+0x38/0x68)
- [<80097128>] (notifier_call_chain+0x38/0x68) from [<80097200>] (__atomic_notifier_call_chain+0x34/0x44)
- [<80097200>] (__atomic_notifier_call_chain+0x34/0x44) from [<80097224>] (atomic_notifier_call_chain+0x14/0x18)
- [<80097224>] (atomic_notifier_call_chain+0x14/0x18) from [<8000f908>] (cpu_idle+0xa4/0xf0)
- [<8000f908>] (cpu_idle+0xa4/0xf0) from [<806927f8>] (rest_init+0x88/0xa0)
- [<806927f8>] (rest_init+0x88/0xa0) from [<80914a30>] (start_kernel+0x2c4/0x320)
- <4>---[ end trace 65540ed0f045f467 ]---
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>healthd: battery l=100 v=3984 t=30.0 h=2 st=5 c=-1170 chg=
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- send sigkill to 21790 (com.glu.flc2), adj 1000, size 5675
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>healthd: battery l=96 v=3955 t=32.0 h=2 st=3 c=-1189 chg=
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- send sigkill to 24435 (droid.apps.plus), adj 764, size 8272
- send sigkill to 29088 (equicksearchbox), adj 1000, size 7122
- send sigkill to 24490 (ngs.android.pop), adj 1000, size 6611
- <3>init: untracked pid 24523 killed by signal 9
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- send sigkill to 19616 (droid.deskclock), adj 764, size 5622
- <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
- <4>healthd: battery l=94 v=3931 t=34.0 h=2 st=3 c=-1179 chg=
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <6>profile 4 level 23 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 22680, set_perf_lvl = 37900
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 9072, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 18900, set_perf_lvl = 37900
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()send sigkill to 14576 (m.android.email), adj 1000, size 9921
- <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
- send sigkill to 314 (d.process.media), adj 764, size 6489
- send sigkill to 16474 (d.process.acore), adj 647, size 6344
- send sigkill to 15265 (dboxed_process0), adj 588, size 18610
- <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
- <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
- <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
- <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
- <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
- <4>healthd: battery l=92 v=3926 t=35.0 h=2 st=3 c=-1002 chg=
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <6>msm_device_put:device speaker_stereo_rx set 0
- <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
- <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
- <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
- <4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <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
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>profile 0 level 24 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
- <4>healthd: battery l=90 v=3883 t=36.0 h=2 st=3 c=-1283 chg=
- send sigkill to 32760 (droid.apps.plus), adj 764, size 6399
- send sigkill to 4003 (d.process.media), adj 1000, size 5503
- send sigkill to 3729 (droid.deskclock), adj 1000, size 4971
- send sigkill to 3047 (d.process.acore), adj 764, size 5840
- send sigkill to 4878 (system:ui), adj 647, size 6375
- send sigkill to 2898 (boxed_process15), adj 529, size 17877
- <4>healthd: battery l=87 v=3864 t=37.0 h=2 st=3 c=-1242 chg=
- <4>healthd: battery l=85 v=3844 t=38.0 h=2 st=3 c=-1246 chg=
- send sigkill to 8559 (droid.deskclock), adj 1000, size 5969
- send sigkill to 28728 (id.gms.wearable), adj 1000, size 5537
- send sigkill to 4806 (m.android.email), adj 764, size 11147
- send sigkill to 8675 (d.process.acore), adj 647, size 7077
- send sigkill to 8697 (d.process.media), adj 529, size 6481
- send sigkill to 1654 (er:bdservice_v1), adj 470, size 5194
- <4>healthd: battery l=83 v=3820 t=38.0 h=2 st=3 c=-1230 chg=
- send sigkill to 8814 (m.android.email), adj 1000, size 10157
- send sigkill to 10061 (d.process.media), adj 764, size 6435
- send sigkill to 8909 (d.process.acore), adj 647, size 7045
- send sigkill to 10042 (droid.apps.plus), adj 529, size 10735
- send sigkill to 8722 (id.gms.wearable), adj 470, size 7038
- send sigkill to 1354 (droid.launcher3), adj 352, size 8988
- <6>binder: 431:431 transaction failed 29189, size 108-0
- send sigkill to 10192 (nie.geniewidget), adj 529, size 6934
- send sigkill to 10454 (com.glu.flc2), adj 529, size 5614
- <4>healthd: battery l=80 v=3801 t=38.0 h=2 st=3 c=-1236 chg=
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- send sigkill to 11238 (mozilla.firefox), adj 529, size 6864
- send sigkill to 28230 (android.youtube), adj 529, size 7493
- send sigkill to 8792 (er:bdservice_v1), adj 470, size 4883
- send sigkill to 11353 (droid.launcher3), adj 352, size 13734
- send sigkill to 1711 (ndroid.exchange), adj 294, size 5662
- send sigkill to 10119 (id.gms.wearable), adj 294, size 5273
- send sigkill to 792 (putmethod.latin), adj 117, size 7767
- <6>binder: 431:431 transaction failed 29189, size 100-0
- <6>binder: 431:431 transaction failed 29189, size 100-0
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 11713 (er:bdservice_v1), adj 294, size 6137
- send sigkill to 12062 (er:bdservice_v1), adj 470, size 5903
- send sigkill to 11991 (m.android.email), adj 529, size 8359
- send sigkill to 11968 (ndroid.exchange), adj 470, size 7395
- send sigkill to 12125 (er:bdservice_v1), adj 294, size 5966
- send sigkill to 12155 (er:bdservice_v1), adj 470, size 5942
- send sigkill to 12182 (id.gms.wearable), adj 294, size 7847
- send sigkill to 12280 (d.process.acore), adj 529, size 6879
- send sigkill to 12339 (m.android.email), adj 470, size 8711
- send sigkill to 12319 (ndroid.exchange), adj 294, size 7168
- send sigkill to 12405 (er:bdservice_v1), adj 294, size 6085
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>profile 0 level 24 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
- send sigkill to 12459 (ndroid.exchange), adj 294, size 5549
- <6>binder: release 12459:12521 transaction 4075174 out, still active
- <6>binder: 12476:12491 transaction failed 29189, size 616-8
- <6>binder: send failed reply for transaction 4075174, target dead
- send sigkill to 12476 (m.android.email), adj 294, size 8195
- <6>binder: release 12476:12493 transaction 4075512 out, still active
- <6>binder: release 12476:12498 transaction 4075502 out, still active
- <6>binder: release 12476:12520 transaction 4075498 out, still active
- <6>binder: 431:1916 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4075498, target dead
- <6>binder: 431:935 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4075512, target dead
- <6>binder: 431:831 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4075502, target dead
- send sigkill to 12502 (er:bdservice_v1), adj 294, size 5897
- send sigkill to 12229 (putmethod.latin), adj 117, size 7324
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 12548 (m.android.email), adj 294, size 8322
- <6>binder: release 12548:12562 transaction 4077433 in, still active
- <6>binder: send failed reply for transaction 4077433 to 12532:12599
- <6>binder: send failed reply for transaction 4077525 to 12532:12578
- <6>binder: send failed reply for transaction 4077579 to 12532:12582
- <6>binder: release 12532:12578 transaction 4077603 out, still active
- <6>binder: 431:935 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4077603, target dead
- send sigkill to 12583 (er:bdservice_v1), adj 470, size 6076
- send sigkill to 12629 (m.android.email), adj 294, size 8484
- <6>binder: release 12629:12652 transaction 4079508 in, still active
- <6>binder: send failed reply for transaction 4079508 to 12612:12656
- <6>binder: release 12612:12656 transaction 4079568 out, still active
- <6>binder: 431:1916 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4079568, target dead
- send sigkill to 12702 (er:bdservice_v1), adj 294, size 6118
- send sigkill to 12803 (ndroid.exchange), adj 470, size 6720
- send sigkill to 12821 (m.android.email), adj 294, size 8516
- send sigkill to 12887 (m.android.email), adj 470, size 8432
- send sigkill to 12871 (ndroid.exchange), adj 294, size 7368
- send sigkill to 11643 (android.youtube), adj 58, size 8649
- send sigkill to 1169 (e.process.gapps), adj 58, size 8159
- send sigkill to 13005 (er:bdservice_v1), adj 294, size 5898
- send sigkill to 13052 (er:bdservice_v1), adj 470, size 6111
- send sigkill to 12978 (id.gms.wearable), adj 294, size 7921
- send sigkill to 12943 (e.process.gapps), adj 58, size 10603
- send sigkill to 13129 (ndroid.exchange), adj 294, size 5848
- send sigkill to 13146 (m.android.email), adj 294, size 8282
- send sigkill to 13205 (id.gms.wearable), adj 294, size 8020
- send sigkill to 1410 (rocess.location), adj 58, size 8134
- send sigkill to 13381 (er:bdservice_v1), adj 294, size 6097
- send sigkill to 13280 (android.youtube), adj 58, size 11860
- send sigkill to 13525 (m.android.email), adj 294, size 8473
- <6>binder: release 13525:13540 transaction 4117852 in, still active
- <6>binder: send failed reply for transaction 4117852 to 13509:13555
- <6>binder: send failed reply for transaction 4117863 to 13509:13553
- <6>binder: release 13509:13555 transaction 4117875 out, still active
- <6>binder: 431:939 transaction failed 29189, size 8-0
- <6>binder: send failed reply for transaction 4117875, target dead
- send sigkill to 1305 (gle.android.gms), adj 58, size 7609
- send sigkill to 13597 (id.gms.wearable), adj 294, size 7680
- send sigkill to 13672 (er:bdservice_v1), adj 294, size 5828
- send sigkill to 13621 (rocess.location), adj 58, size 11114
- <6>binder: undelivered transaction 4127221
- <6>binder: release 13621:13745 transaction 4127166 out, still active
- <6>binder: undelivered transaction 4127190
- send sigkill to 13648 (gle.android.gms), adj 58, size 9653
- <6>binder: 431:897 transaction failed 29189, size 116-0
- <6>binder: 431:897 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4127166, target dead
- send sigkill to 13754 (er:bdservice_v1), adj 294, size 5876
- send sigkill to 13790 (rocess.location), adj 58, size 11713
- send sigkill to 13692 (id.gms.wearable), adj 294, size 7828
- send sigkill to 13861 (er:bdservice_v1), adj 294, size 6080
- send sigkill to 13771 (gle.android.gms), adj 58, size 9196
- send sigkill to 13172 (e.process.gapps), adj 58, size 8558
- send sigkill to 2194 (earchbox:search), adj 58, size 6387
- send sigkill to 14008 (er:bdservice_v1), adj 294, size 5875
- <4>healthd: battery l=78 v=3768 t=38.0 h=2 st=3 c=-1436 chg=
- send sigkill to 14111 (er:bdservice_v1), adj 294, size 5824
- send sigkill to 14147 (id.partnersetup), adj 529, size 5172
- send sigkill to 13992 (gle.android.gms), adj 58, size 8614
- send sigkill to 13955 (e.process.gapps), adj 58, size 8424
- <6>binder: 13938:14084 transaction failed 29189, size 320-4
- send sigkill to 14170 (er:bdservice_v1), adj 294, size 5827
- send sigkill to 14062 (earchbox:search), adj 58, size 7159
- send sigkill to 14028 (id.gms.wearable), adj 58, size 6506
- send sigkill to 780 (hbox:interactor), adj 58, size 4546
- send sigkill to 14228 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 13938 (rocess.location), adj 58, size 10191
- <6>binder: release 13938:14247 transaction 4148918 out, still active
- <6>binder: 14206:14221 transaction failed 29189, size 144-8
- <6>binder: send failed reply for transaction 4148918, target dead
- send sigkill to 1742 (android.smspush), adj 58, size 4238
- send sigkill to 14254 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 14284 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 14189 (gle.android.gms), adj 58, size 9673
- send sigkill to 3860 (boxed_process16), adj 0, size 104727
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>profile 0 level 24 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()<6>binder: 431:431 transaction failed 29189, size 108-0
- <6>msm_vidc_dec: Inside vid_dec_open()<4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>profile 0 level 24 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 0, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
- <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
- <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
- <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
- <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
- <4>healthd: battery l=75 v=3753 t=38.0 h=2 st=3 c=-1324 chg=
- send sigkill to 14442 (d.process.acore), adj 1000, size 6451
- <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
- send sigkill to 14495 (id.partnersetup), adj 1000, size 4770
- send sigkill to 15277 (droid.deskclock), adj 764, size 5001
- send sigkill to 17077 (d.process.acore), adj 647, size 6925
- send sigkill to 15384 (m.android.email), adj 529, size 9084
- send sigkill to 14340 (id.gms.wearable), adj 470, size 5839
- send sigkill to 15416 (ndroid.exchange), adj 294, size 6471
- send sigkill to 17301 (id.gms.wearable), adj 294, size 7936
- <4>healthd: battery l=73 v=3734 t=38.0 h=2 st=3 c=-1331 chg=
- send sigkill to 17399 (m.android.email), adj 647, size 9937
- send sigkill to 17482 (d.process.acore), adj 529, size 6947
- send sigkill to 15261 (er:bdservice_v1), adj 470, size 5200
- send sigkill to 17383 (ndroid.exchange), adj 470, size 7181
- send sigkill to 17503 (id.gms.wearable), adj 294, size 7889
- send sigkill to 17666 (er:bdservice_v1), adj 294, size 6083
- send sigkill to 17929 (m.android.email), adj 470, size 8466
- <6>binder: send failed reply for transaction 4422314 to 17912:17961
- send sigkill to 17965 (m.android.email), adj 529, size 8289
- send sigkill to 17912 (ndroid.exchange), adj 294, size 7208
- send sigkill to 18023 (id.gms.wearable), adj 294, size 7845
- send sigkill to 18065 (er:bdservice_v1), adj 294, size 5809
- send sigkill to 18092 (er:bdservice_v1), adj 294, size 6044
- send sigkill to 14358 (putmethod.latin), adj 117, size 6225
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 18138 (m.android.email), adj 294, size 8279
- <6>binder: release 18138:18161 transaction 4442951 in, still active
- <6>binder: send failed reply for transaction 4442951 to 18122:18183
- <6>binder: send failed reply for transaction 4443090 to 18122:18188
- <6>binder: release 18122:18183 transaction 4443120 out, still active
- <6>binder: 431:1916 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4443120, target dead
- send sigkill to 18162 (er:bdservice_v1), adj 294, size 5857
- send sigkill to 14469 (earchbox:search), adj 58, size 10560
- send sigkill to 18306 (d.process.acore), adj 529, size 6950
- send sigkill to 18192 (ndroid.exchange), adj 470, size 7179
- send sigkill to 18209 (m.android.email), adj 294, size 10196
- <6>binder: undelivered transaction 4453885
- <6>binder: undelivered transaction 4453884
- send sigkill to 18250 (er:bdservice_v1), adj 294, size 6079
- send sigkill to 18347 (id.partnersetup), adj 529, size 5153
- send sigkill to 18372 (er:bdservice_v1), adj 294, size 5858
- send sigkill to 18414 (er:bdservice_v1), adj 294, size 6069
- send sigkill to 18438 (equicksearchbox), adj 176, size 6872
- send sigkill to 18479 (d.process.acore), adj 529, size 6528
- send sigkill to 18456 (putmethod.latin), adj 117, size 7812
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 18514 (ndroid.exchange), adj 294, size 5503
- send sigkill to 18530 (m.android.email), adj 529, size 8687
- send sigkill to 18560 (ndroid.exchange), adj 294, size 6721
- send sigkill to 14206 (e.process.gapps), adj 58, size 8552
- send sigkill to 14310 (rocess.location), adj 58, size 7913
- send sigkill to 14802 (android.youtube), adj 58, size 7769
- send sigkill to 14387 (gle.android.gms), adj 58, size 7322
- send sigkill to 18596 (er:bdservice_v1), adj 294, size 5814
- send sigkill to 18639 (er:bdservice_v1), adj 294, size 5997
- send sigkill to 18693 (er:bdservice_v1), adj 470, size 6050
- send sigkill to 18723 (id.gms.wearable), adj 294, size 7628
- send sigkill to 18808 (rocess.location), adj 58, size 12038
- send sigkill to 18741 (e.process.gapps), adj 58, size 9855
- send sigkill to 18837 (id.gms.wearable), adj 294, size 8000
- send sigkill to 18775 (gle.android.gms), adj 58, size 9662
- send sigkill to 18328 (earchbox:search), adj 58, size 4412
- send sigkill to 18909 (m.android.email), adj 529, size 8307
- send sigkill to 18893 (ndroid.exchange), adj 470, size 7179
- send sigkill to 18961 (er:bdservice_v1), adj 294, size 6021
- send sigkill to 15048 (hbox:interactor), adj 58, size 3824
- send sigkill to 14551 (android.smspush), adj 58, size 3647
- send sigkill to 19165 (id.partnersetup), adj 529, size 5094
- send sigkill to 19076 (id.gms.wearable), adj 294, size 7969
- send sigkill to 19046 (rocess.location), adj 58, size 11844
- send sigkill to 18979 (e.process.gapps), adj 58, size 10109
- send sigkill to 19197 (id.gms.wearable), adj 294, size 7962
- send sigkill to 19283 (id.gms.wearable), adj 294, size 7981
- send sigkill to 19226 (rocess.location), adj 58, size 12469
- send sigkill to 19243 (e.process.gapps), adj 58, size 9626
- send sigkill to 19142 (earchbox:search), adj 58, size 8049
- send sigkill to 19007 (gle.android.gms), adj 58, size 8864
- send sigkill to 19433 (id.partnersetup), adj 529, size 5094
- send sigkill to 19527 (gle.android.gms), adj 58, size 9213
- send sigkill to 19572 (id.gms.wearable), adj 58, size 7571
- send sigkill to 19412 (earchbox:search), adj 58, size 6794
- send sigkill to 14582 (boxed_process17), adj 0, size 104759
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <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
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>healthd: battery l=70 v=3734 t=38.0 h=2 st=3 c=-1214 chg=
- <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
- <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
- <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
- <4>
- VIDC: vidc_freq = 200000000, req_perf_lvl = 244800, set_perf_lvl = 244800
- <6>fw_version 2:28:2013<6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <6>profile 0 level 24 progressive 1<4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 27600, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 0, set_perf_lvl = 37900
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 23000, set_perf_lvl = 37900
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <4>healthd: battery l=68 v=3691 t=39.0 h=2 st=3 c=-1331 chg=
- send sigkill to 19752 (id.partnersetup), adj 1000, size 5185
- send sigkill to 20664 (droid.deskclock), adj 764, size 5049
- send sigkill to 19897 (d.process.acore), adj 647, size 6211
- send sigkill to 19548 (m.android.email), adj 529, size 10447
- <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
- <4>healthd: battery l=64 v=3676 t=39.0 h=2 st=3 c=-1269 chg=
- send sigkill to 19506 (ndroid.exchange), adj 470, size 5630
- send sigkill to 19669 (id.gms.wearable), adj 294, size 5764
- send sigkill to 19869 (er:bdservice_v1), adj 294, size 5362
- send sigkill to 23557 (m.android.email), adj 294, size 8333
- <6>binder: release 23557:23572 transaction 4767953 in, still active
- <6>binder: send failed reply for transaction 4767953 to 23540:23608
- <6>binder: release 23540:23608 transaction 4768031 out, still active
- <6>binder: 431:592 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4768031, target dead
- <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
- send sigkill to 23635 (m.android.email), adj 470, size 8420
- <6>binder: release 23635:23649 transaction 4770080 in, still active
- <6>binder: send failed reply for transaction 4770080 to 23618:23660
- <6>binder: undelivered transaction 4770140
- <6>binder: release 23635:23650 transaction 4770129 in, still active
- <6>binder: send failed reply for transaction 4770129 to 23618:23669
- send sigkill to 23618 (ndroid.exchange), adj 294, size 6357
- <6>binder: release 23618:23660 transaction 4770219 out, still active
- send sigkill to 23581 (er:bdservice_v1), adj 294, size 6010
- <6>binder: 431:446 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4770219, target dead
- send sigkill to 20520 (putmethod.latin), adj 117, size 6138
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 23706 (m.android.email), adj 529, size 8312
- send sigkill to 23671 (ndroid.exchange), adj 470, size 7167
- send sigkill to 23791 (id.gms.wearable), adj 294, size 7814
- send sigkill to 23677 (er:bdservice_v1), adj 294, size 6055
- send sigkill to 23917 (m.android.email), adj 294, size 7971
- <6>binder: release 23917:23968 transaction 4782880 in, still active
- <6>binder: send failed reply for transaction 4782880 to 23901:23984
- send sigkill to 23901 (ndroid.exchange), adj 294, size 5505
- <6>binder: release 23901:23984 transaction 4782911 out, still active
- <6>binder: 431:592 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4782911, target dead
- send sigkill to 23962 (er:bdservice_v1), adj 294, size 5788
- send sigkill to 23946 (d.process.acore), adj 529, size 6605
- send sigkill to 23992 (m.android.email), adj 294, size 8125
- <6>binder: send failed reply for transaction 4784186 to 24009:24035
- send sigkill to 24009 (ndroid.exchange), adj 294, size 5636
- <6>binder: release 24009:24035 transaction 4784193 out, still active
- <6>binder: 431:446 transaction failed 29189, size 4-0
- <6>binder: send failed reply for transaction 4784193, target dead
- send sigkill to 24062 (er:bdservice_v1), adj 294, size 5829
- send sigkill to 24082 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24107 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24136 (er:bdservice_v1), adj 294, size 5782
- send sigkill to 24166 (er:bdservice_v1), adj 294, size 5786
- send sigkill to 24192 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24223 (er:bdservice_v1), adj 294, size 5778
- send sigkill to 24253 (er:bdservice_v1), adj 294, size 6000
- send sigkill to 23883 (putmethod.latin), adj 117, size 7863
- <6>binder: 431:431 transaction failed 29189, size 100-0
- send sigkill to 24304 (er:bdservice_v1), adj 294, size 6060
- send sigkill to 24367 (er:bdservice_v1), adj 294, size 5778
- send sigkill to 24411 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24470 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24504 (er:bdservice_v1), adj 294, size 5782
- send sigkill to 24544 (er:bdservice_v1), adj 294, size 5830
- send sigkill to 24565 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24591 (er:bdservice_v1), adj 294, size 6009
- send sigkill to 24630 (er:bdservice_v1), adj 294, size 5787
- send sigkill to 24656 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 24675 (er:bdservice_v1), adj 294, size 5781
- send sigkill to 19637 (gle.android.gms), adj 58, size 8213
- send sigkill to 19441 (e.process.gapps), adj 58, size 7689
- send sigkill to 24693 (er:bdservice_v1), adj 294, size 5999
- send sigkill to 24750 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24778 (er:bdservice_v1), adj 294, size 5780
- send sigkill to 24734 (e.process.gapps), adj 58, size 9325
- send sigkill to 24712 (gle.android.gms), adj 58, size 9254
- send sigkill to 20103 (android.youtube), adj 58, size 7415
- send sigkill to 19473 (rocess.location), adj 58, size 7413
- send sigkill to 19715 (earchbox:search), adj 58, size 6279
- send sigkill to 19651 (hbox:interactor), adj 58, size 4601
- send sigkill to 20063 (android.smspush), adj 58, size 4353
- send sigkill to 24830 (er:bdservice_v1), adj 470, size 6015
- send sigkill to 24812 (id.gms.wearable), adj 294, size 7662
- send sigkill to 24910 (er:bdservice_v1), adj 294, size 5818
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>
- VIDC: vidc_freq = 48000000, req_perf_lvl = 37900, set_perf_lvl = 37900
- <6>msm_vidc_dec: Inside vid_dec_release()vidc_cleanup_addr_table(): buffer = OUTPUT
- vidc_cleanup_addr_table(): buffer = INPUT
- <6>msm_vidc_dec: Return from vid_dec_release()send sigkill to 24881 (gle.android.gms), adj 58, size 7456
- send sigkill to 24974 (id.gms.wearable), adj 58, size 6337
- send sigkill to 19806 (boxed_process18), adj 0, size 105746
- <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
- <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
- <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
- <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
- <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
- <4>healthd: battery l=62 v=3657 t=39.0 h=2 st=3 c=-1161 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <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
- <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
- <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
- <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
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <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
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 14620137686138 (2015-04-18 00:14:42.247271934 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- SELinux: Could not set context for /sys/devices/system/cpu/cpu1/topology: No such file or directory
- SELinux: Could not read /sys/devices/system/cpu/cpu1/topology: No such file or directory.
- <6>PM: suspend entry 2015-04-18 00:14:42.699145713 UTC
- Freezing user space processes ... (elapsed 0.005 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 223.876 msecs
- <6>PM: late suspend of devices complete after 5.462 msecs
- <6>PM: noirq suspend of devices complete after 7.232 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.615 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.462 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 112.328 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:15:04.024518512 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:04.024549005 UTC)
- <4>healthd: battery l=62 v=3724 t=38.0 h=2 st=3 c=-40 chg=
- <6>PM: suspend entry 2015-04-18 00:15:18.021381046 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 194.763 msecs
- <6>PM: late suspend of devices complete after 1.739 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.770 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.800 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 101.262 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:15:36.009607209 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:36.009637708 UTC)
- <4>healthd: battery l=62 v=3729 t=38.0 h=2 st=3 c=-41 chg=
- <6>PM: suspend entry 2015-04-18 00:15:36.073646743 UTC
- Freezing user space processes ... (elapsed 0.005 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 219.991 msecs
- <6>PM: late suspend of devices complete after 5.399 msecs
- <6>PM: noirq suspend of devices complete after 7.229 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.613 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.558 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.846 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:15:42.022200694 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:15:42.022200694 UTC)
- <4>healthd: battery l=62 v=3729 t=37.0 h=2 st=3 c=-65 chg=
- <6>PM: suspend entry 2015-04-18 00:15:42.245746995 UTC
- Freezing user space processes ... (elapsed 0.031 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 221.757 msecs
- <6>PM: late suspend of devices complete after 5.400 msecs
- <6>PM: noirq suspend of devices complete after 7.261 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.705 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 6.010 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 106.156 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:07.025492703 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:07.025523195 UTC)
- <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-41 chg=
- <6>PM: suspend entry 2015-04-18 00:16:07.570938983 UTC
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 207.699 msecs
- <6>PM: late suspend of devices complete after 1.769 msecs
- <6>PM: noirq suspend of devices complete after 2.318 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 108.721 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:24.007776570 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:24.007807066 UTC)
- <4>healthd: battery l=62 v=3729 t=37.0 h=2 st=3 c=-42 chg=
- <6>PM: suspend entry 2015-04-18 00:16:24.845974228 UTC
- Freezing user space processes ... (elapsed 0.005 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 188.934 msecs
- <6>PM: late suspend of devices complete after 1.739 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 102.624 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:30.030921547 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:30.030921547 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:30.056383767 UTC
- <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-88 chg=
- Freezing user space processes ... <6>active wake lock PowerManagerService.WakeLocks
- <3>Freezing of tasks aborted after 0.000 seconds (22 tasks refusing to freeze, wq_busy=0):
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:30.111584516 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-18 00:16:30.111584516 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:30.161446116 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 199.027 msecs
- <6>PM: late suspend of devices complete after 1.830 msecs
- <6>PM: noirq suspend of devices complete after 2.288 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 1.739 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 108.936 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:35.023846588 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:35.023877082 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:35.051809323 UTC
- <4>healthd: battery l=62 v=3734 t=37.0 h=2 st=3 c=-42 chg=
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <3>dpm_run_callback(): platform_pm_suspend+0x0/0x54 returns -16
- <3>PM: Device alarm failed to suspend: error -16
- <3>PM: Some devices failed to suspend
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 3.263 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:35.287076763 UTC
- <6>suspend: exit suspend, ret = -16 (2015-04-18 00:16:35.287076763 UTC)
- <6>active wake lock alarm_rtc, time left 198
- <6>PM: suspend entry 2015-04-18 00:16:37.288919550 UTC
- Freezing user space processes ... (elapsed 0.009 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 216.241 msecs
- <6>PM: late suspend of devices complete after 5.767 msecs
- <6>PM: noirq suspend of devices complete after 7.018 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.584 msecs
- <6>wakeup wake lock: alarm_rtc
- <6>PM: early resume of devices complete after 5.981 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 109.318 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:40.031076248 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:40.031106742 UTC)
- <6>PM: suspend entry 2015-04-18 00:16:40.043700512 UTC
- <4>healthd: battery l=62 v=3734 t=36.0 h=2 st=3 c=-245 chg=
- Freezing user space processes ... (elapsed 0.001 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 204.162 msecs
- <6>PM: late suspend of devices complete after 1.738 msecs
- <6>PM: noirq suspend of devices complete after 2.287 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 1.769 msecs
- <6>wakeup wake lock: event0-431
- <6>PM: early resume of devices complete after 1.738 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 108.721 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 00:16:47.009636814 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:16:47.009636814 UTC)
- <6>active wake lock KeyEvents
- <6>active wake lock power-supply
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>request_suspend_state: wakeup (3->0) at 14642628213076 (2015-04-18 00:16:47.081451762 UTC)
- <4>healthd: battery l=62 v=3734 t=36.0 h=2 st=3 c=-42 chg=
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[DISP] lcdc_panel_power: ++ 1
- <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
- <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
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <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
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>healthd: battery l=60 v=3652 t=37.0 h=2 st=3 c=-1042 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 15063977993350 (2015-04-18 00:23:48.431232036 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>PM: suspend entry 2015-04-18 00:23:48.674518168 UTC
- Freezing user space processes ... (elapsed 0.004 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 220.794 msecs
- <6>PM: late suspend of devices complete after 5.493 msecs
- <6>PM: noirq suspend of devices complete after 7.171 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.615 msecs
- <6>wakeup wake lock: event0-431
- <6>PM: early resume of devices complete after 3.173 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 112.331 msecs
- Restarting tasks ... <6>request_suspend_state: wakeup (3->0) at 15065384618023 (2015-04-18 00:24:03.067058574 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- done.
- <6>PM: suspend exit 2015-04-18 00:24:03.096062458 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 00:24:03.096092958 UTC)
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <4>healthd: battery l=59 v=3705 t=36.0 h=2 st=3 c=-41 chg=
- <3>[DISP] lcdc_panel_power: ++ 1
- <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 82
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 68
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 58
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 52
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 48
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 38
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 28
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 18
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 19
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 22
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 29
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 32
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 39
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 42
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 49
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 52
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 59
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 69
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 82
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 92
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 102
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 112
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 122
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 131
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 141
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 151
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 161
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 171
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <4>healthd: battery l=57 v=3619 t=36.0 h=2 st=3 c=-1180 chg=
- <4>healthd: battery l=55 v=3624 t=37.0 h=2 st=3 c=-1182 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 57
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 54
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 47
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 44
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 40
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 37
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 34
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 30
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 27
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 24
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 20
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 17
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 14
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 15882299177267 (2015-04-18 00:37:39.981617818 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>request_suspend_state: wakeup (3->0) at 15885785352773 (2015-04-18 00:37:43.467793324 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[DISP] lcdc_panel_power: ++ 1
- <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 72
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 86
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 90
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 93
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 100
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 120
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 123
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <4>healthd: battery l=53 v=3609 t=35.0 h=2 st=3 c=-1028 chg=
- <4>healthd: battery l=50 v=3590 t=36.0 h=2 st=3 c=-1272 chg=
- <3>init: untracked pid 26315 killed by signal 9
- <4>healthd: battery l=48 v=3580 t=36.0 h=2 st=3 c=-1017 chg=
- <4>healthd: battery l=46 v=3556 t=36.0 h=2 st=3 c=-1196 chg=
- <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
- <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
- <4>healthd: battery l=44 v=3542 t=37.0 h=2 st=3 c=-1185 chg=
- <4>healthd: battery l=41 v=3528 t=37.0 h=2 st=3 c=-1418 chg=
- <4>healthd: battery l=39 v=3537 t=36.0 h=2 st=3 c=-1210 chg=
- <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
- <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
- <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
- <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
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <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
- <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
- <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
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 17837000379658 (2015-04-18 01:10:14.682820209 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <6>request_suspend_state: wakeup (3->0) at 17837410841086 (2015-04-18 01:10:15.093281637 UTC)
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[DISP] lcdc_panel_power: ++ 1
- <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <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
- <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
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 59
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 62
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 66
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 69
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 73
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 76
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 79
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 83
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 86
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 89
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 93
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 96
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 99
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 103
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 106
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 109
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 113
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 116
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 119
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 123
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 126
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 129
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 132
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 135
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 138
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 142
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 145
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 148
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 152
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 155
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 158
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 162
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 165
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 168
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 172
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 175
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <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
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>healthd: battery l=37 v=3513 t=36.0 h=2 st=3 c=-1213 chg=
- <4>healthd: battery l=35 v=3499 t=36.0 h=2 st=3 c=-1275 chg=
- <4>healthd: battery l=31 v=3480 t=36.0 h=2 st=3 c=-1357 chg=
- <4>healthd: battery l=29 v=3480 t=36.0 h=2 st=3 c=-1394 chg=
- <6>msm_device_put:device speaker_stereo_rx set 0
- <6>msm_device_put:device speaker_stereo_rx set 1
- <3>msm_device_put:device freq =48000
- <3>Device active
- <6>msm_device_put:device speaker_stereo_rx set 0
- <4>healthd: battery l=27 v=3494 t=36.0 h=2 st=3 c=-1150 chg=
- <4>healthd: battery l=25 v=3480 t=35.0 h=2 st=3 c=-1081 chg=
- <3>init: untracked pid 13469 killed by signal 9
- <4>healthd: battery l=23 v=3480 t=36.0 h=2 st=3 c=-1147 chg=
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 177
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 174
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 170
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 167
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 164
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 160
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 157
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 154
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 150
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 147
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 144
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 140
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 137
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 134
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 128
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 125
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 121
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 118
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 115
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 111
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 108
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 105
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 101
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 98
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 95
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 91
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 88
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 85
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 81
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 78
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 75
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 71
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 68
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 65
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 61
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 58
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 55
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 51
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 48
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 45
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 41
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 38
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 35
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 31
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 28
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 25
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 21
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 18
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 15
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 12
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <3>[DISP] lcdc_panel_power: ++ 0
- <6>request_suspend_state: sleep (0->3) at 20175139387227 (2015-04-18 01:49:12.821827778 UTC)
- <6>[MPDEC]: Screen -> off. Deactivated mpdecision.
- <6>PM: suspend entry 2015-04-18 01:49:13.200428852 UTC
- Freezing user space processes ... (elapsed 0.024 seconds) done.
- Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
- Suspending console(s) (use no_console_suspend to debug)
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <3>msm_wm8958_shutdown_power: codec power shutdown
- <3>wm8994_ldo_power: Power down the WM8994 LDOs
- max8903b_suspend: suspend
- <6>PM: suspend of devices complete after 219.726 msecs
- <6>PM: late suspend of devices complete after 5.401 msecs
- <6>PM: noirq suspend of devices complete after 7.141 msecs
- Disabling non-boot CPUs ...
- <6>msm_pm_enter
- <6>msm_pm_enter: power collapse
- <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
- <6>PM: noirq resume of devices complete after 5.767 msecs
- <6>wakeup wake lock: event0-431
- <6>PM: early resume of devices complete after 3.112 msecs
- max8903b_resume: resume
- <3>msm_wm8958_setup_power: codec power setup
- <4>8058_s3: Failed to create debugfs directory
- <3>wm8994_ldo_power: Power up the WM8994 LDOs
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <7>lm8502_mod_brightness: set LED1 brightness (0) percent
- <7>lm8502_mod_brightness: set LED2 brightness (0) percent
- <6>PM: resume of devices complete after 112.268 msecs
- Restarting tasks ... done.
- <6>PM: suspend exit 2015-04-18 01:49:17.070685986 UTC
- <6>suspend: exit suspend, ret = 0 (2015-04-18 01:49:17.070685986 UTC)
- <6>lsm303dlh_acc_sysfs: hw init start
- <6>lsm303dlh_acc_sysfs: hw init done
- <4>healthd: battery l=20 v=3528 t=35.0 h=2 st=3 c=-535 chg=
- <6>request_suspend_state: wakeup (3->0) at 20176317862878 (2015-04-18 01:49:17.197554238 UTC)
- <6>[MPDEC]: Screen -> on. Activated mpdecision. | Mask=[1000]
- <3>[DISP] lcdc_panel_power: ++ 1
- <4>mdp4_csc_config: Block type 10 isn't supported by CSC.
- <4>mdp4_csc_config: Block type 8 isn't supported by CSC.
- <6>mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 128000000
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 60
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 64
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 67
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 70
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 74
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 77
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 80
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 84
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 87
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 90
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 94
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 97
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 100
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 104
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 107
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 110
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 114
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 117
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 120
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 124
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 127
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 130
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 133
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 136
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 139
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 143
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 146
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 149
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 153
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 156
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 159
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 163
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 166
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 169
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 173
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 176
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 178
- <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
- <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
- <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
- <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
- <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
- <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
- <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
- <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
- <6>msm_otg_resume: usb exited from low power mode
- <6>android_work: android_work: did not send uevent (0 0 (null))
- <6>SysRq : Emergency Remount R/O
- <3>[DISP] lcdc_tenderloin_panel_set_backlight: 0
- <6>EXT4-fs (dm-9): re-mounted. Opts: (null)
- <3>[DISP] lcdc_panel_power: ++ 0
- <3>MFD is Null<0>Restarting system with command ''.
- <5>Going down for restart now
- <6>msm_restart: Initiating reboot via bootloader
- Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) }
- Broadcast completed: result=0
Logcat:
From EVLogcat Uploader, 9 Years ago, written in Plain Text, viewed 1'173 times.
URL http://paste.evervolv.com/view/3f288101
Embed
Download Paste or View Raw
— Expand Paste to full width of browser