Logcat: ev_soho-7.1.2-nightly-2017.11.03

From EVLogcat Uploader, 2 Months ago, written in Plain Text, viewed 54 times.
URL http://paste.evervolv.com/view/dca91805 Embed
Download Paste or View Raw
  1. ------ SYSTEM LOG (logcat -v threadtime -d *:v) ------
  2. --------- beginning of crash
  3. 04-27 21:26:28.490  1237  1237 E AndroidRuntime: FATAL EXCEPTION: main
  4. 04-27 21:26:28.490  1237  1237 E AndroidRuntime: Process: com.android.gallery3d, PID: 1237
  5. 04-27 21:26:28.490  1237  1237 E AndroidRuntime: java.lang.RuntimeException: Unable to start receiver com.android.camera.DisableCameraReceiver: java.lang.IllegalArgumentException: Component class com.android.camera.CameraLauncher does not exist in com.android.gallery3d
  6. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.app.ActivityThread.handleReceiver(ActivityThread.java:3066)
  7. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.app.ActivityThread.-wrap18(ActivityThread.java)
  8. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1576)
  9. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
  10. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:154)
  11. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:6208)
  12. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  13. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  14. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  15. 04-27 21:26:28.490  1237  1237 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Component class com.android.camera.CameraLauncher does not exist in com.android.gallery3d
  16. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:1688)
  17. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.os.Parcel.readException(Parcel.java:1637)
  18. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4356)
  19. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2088)
  20. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at com.android.camera.DisableCameraReceiver.disableComponent(DisableCameraReceiver.java:81)
  21. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at com.android.camera.DisableCameraReceiver.onReceive(DisableCameraReceiver.java:47)
  22. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        at android.app.ActivityThread.handleReceiver(ActivityThread.java:3059)
  23. 04-27 21:26:28.490  1237  1237 E AndroidRuntime:        ... 8 more
  24. 04-28 13:39:23.243  2326  2326 E AndroidRuntime: FATAL EXCEPTION: main
  25. 04-28 13:39:23.243  2326  2326 E AndroidRuntime: Process: com.android.deskclock, PID: 2326
  26. 04-28 13:39:23.243  2326  2326 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.SearchView.setImeOptions(int)' on a null object reference
  27. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at com.android.deskclock.actionbarmenu.SearchMenuItemController.setInitialState(SearchMenuItemController.java:67)
  28. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at com.android.deskclock.actionbarmenu.ActionBarMenuManager.createOptionsMenu(ActionBarMenuManager.java:69)
  29. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at com.android.deskclock.worldclock.CitySelectionActivity.onCreateOptionsMenu(CitySelectionActivity.java:146)
  30. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.app.Activity.onCreatePanelMenu(Activity.java:3146)
  31. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.support.v4.app.FragmentActivity.onCreatePanelMenu(FragmentActivity.java:362)
  32. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.support.v7.view.WindowCallbackWrapper.onCreatePanelMenu(WindowCallbackWrapper.java:92)
  33. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplBase$AppCompatWindowCallbackBase.onCreatePanelMenu(AppCompatDelegateImplBase.java:331)
  34. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplV9.preparePanel(AppCompatDelegateImplV9.java:1357)
  35. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplV9.doInvalidatePanelMenu(AppCompatDelegateImplV9.java:1637)
  36. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplV9$1.run(AppCompatDelegateImplV9.java:132)
  37. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:751)
  38. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:95)
  39. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:154)
  40. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:6208)
  41. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  42. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  43. 04-28 13:39:23.243  2326  2326 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  44. --------- beginning of system
  45. 04-28 14:45:28.443 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=131.9151, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261389, downTime=62259182, deviceId=1, source=0x1002 }
  46. 04-28 14:45:28.459 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=129.38312, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261406, downTime=62259182, deviceId=1, source=0x1002 }
  47. 04-28 14:45:28.476 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=127.77411, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261423, downTime=62259182, deviceId=1, source=0x1002 }
  48. 04-28 14:45:28.492 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=126.16615, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261439, downTime=62259182, deviceId=1, source=0x1002 }
  49. 04-28 14:45:28.509 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=124.59326, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261456, downTime=62259182, deviceId=1, source=0x1002 }
  50. 04-28 14:45:28.526 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=123.5, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261467, downTime=62259182, deviceId=1, source=0x1002 }
  51. 04-28 14:45:28.542 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=124.633995, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261489, downTime=62259182, deviceId=1, source=0x1002 }
  52. 04-28 14:45:28.559 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=126.24264, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261506, downTime=62259182, deviceId=1, source=0x1002 }
  53. 04-28 14:45:28.576 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=127.827675, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261522, downTime=62259182, deviceId=1, source=0x1002 }
  54. 04-28 14:45:28.592 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=130.86182, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261539, downTime=62259182, deviceId=1, source=0x1002 }
  55. 04-28 14:45:28.609 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=132.06688, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261556, downTime=62259182, deviceId=1, source=0x1002 }
  56. 04-28 14:45:28.625 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=133.65402, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261572, downTime=62259182, deviceId=1, source=0x1002 }
  57. 04-28 14:45:28.642 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=135.27481, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261589, downTime=62259182, deviceId=1, source=0x1002 }
  58. 04-28 14:45:28.675 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=135.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261622, downTime=62259182, deviceId=1, source=0x1002 }
  59. 04-28 14:45:28.692 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=136.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=62261638, downTime=62259182, deviceId=1, source=0x1002 }
  60. 04-28 14:45:28.725 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=137.2733, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261672, downTime=62259182, deviceId=1, source=0x1002 }
  61. 04-28 14:45:28.742 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.87508, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261688, downTime=62259182, deviceId=1, source=0x1002 }
  62. 04-28 14:45:28.759 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=140.5, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261705, downTime=62259182, deviceId=1, source=0x1002 }
  63. 04-28 14:45:28.775 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=142.07867, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261722, downTime=62259182, deviceId=1, source=0x1002 }
  64. 04-28 14:45:28.792 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=142.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261737, downTime=62259182, deviceId=1, source=0x1002 }
  65. 04-28 14:45:28.825 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=142.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261771, downTime=62259182, deviceId=1, source=0x1002 }
  66. 04-28 14:45:28.841 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=142.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261778, downTime=62259182, deviceId=1, source=0x1002 }
  67. 04-28 14:45:28.858 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=142.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=62261804, downTime=62259182, deviceId=1, source=0x1002 }
  68. 04-28 14:45:28.891 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=140.69298, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261838, downTime=62259182, deviceId=1, source=0x1002 }
  69. 04-28 14:45:28.908 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=139.09647, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261855, downTime=62259182, deviceId=1, source=0x1002 }
  70. 04-28 14:45:28.919 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.01192, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261866, downTime=62259182, deviceId=1, source=0x1002 }
  71. 04-28 14:45:28.931 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=137.5, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261871, downTime=62259182, deviceId=1, source=0x1002 }
  72. 04-28 14:45:28.947 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261894, downTime=62259182, deviceId=1, source=0x1002 }
  73. 04-28 14:45:28.964 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261911, downTime=62259182, deviceId=1, source=0x1002 }
  74. 04-28 14:45:28.997 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261944, downTime=62259182, deviceId=1, source=0x1002 }
  75. 04-28 14:45:29.014 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261954, downTime=62259182, deviceId=1, source=0x1002 }
  76. 04-28 14:45:29.030 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62261977, downTime=62259182, deviceId=1, source=0x1002 }
  77. 04-28 14:45:29.048 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62261994, downTime=62259182, deviceId=1, source=0x1002 }
  78. 04-28 14:45:29.064 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62262006, downTime=62259182, deviceId=1, source=0x1002 }
  79. 04-28 14:45:29.081 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=138.57373, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62262027, downTime=62259182, deviceId=1, source=0x1002 }
  80. 04-28 14:45:29.097 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=140.17012, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62262044, downTime=62259182, deviceId=1, source=0x1002 }
  81. 04-28 14:45:29.114 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=141.79889, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62262061, downTime=62259182, deviceId=1, source=0x1002 }
  82. 04-28 14:45:29.131 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=143.39384, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62262077, downTime=62259182, deviceId=1, source=0x1002 }
  83. 04-28 14:45:29.147 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=145.01303, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62262094, downTime=62259182, deviceId=1, source=0x1002 }
  84. 04-28 14:45:29.164 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=146.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62262111, downTime=62259182, deviceId=1, source=0x1002 }
  85. 04-28 14:45:29.181 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=146.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62262127, downTime=62259182, deviceId=1, source=0x1002 }
  86. 04-28 14:45:29.197 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=147.5, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62262141, downTime=62259182, deviceId=1, source=0x1002 }
  87. 04-28 14:45:29.231 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=148.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=62262166, downTime=62259182, deviceId=1, source=0x1002 }
  88. 04-28 14:45:29.264 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=149.27916, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62262211, downTime=62259182, deviceId=1, source=0x1002 }
  89. 04-28 14:45:29.280 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=149.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=62262227, downTime=62259182, deviceId=1, source=0x1002 }
  90. 04-28 14:45:29.298 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=149.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62262244, downTime=62259182, deviceId=1, source=0x1002 }
  91. 04-28 14:45:29.314 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to no window focus: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=0.0, y[0]=149.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=62262261, downTime=62259182, deviceId=1, source=0x1002 }
  92. 04-28 14:45:29.318 14894 14894 W ViewRootImpl[Calculator]: Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=0.0, y[0]=149.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=62262270, downTime=62259182, deviceId=1, source=0x1002 }
  93. 04-28 14:45:29.318 14894 14894 W ViewRootImpl[Calculator]: Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=0.0, y[0]=149.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=62262270, downTime=62259182, deviceId=1, source=0x1002 }
  94. 04-28 14:45:29.318 14894 14894 W ViewRootImpl[Calculator]: Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=0.0, y[0]=149.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=62262270, downTime=62259182, deviceId=1, source=0x1002 }
  95. 04-28 14:49:08.751   426   426 I chatty  : uid=1000 system_server expire 2 lines
  96. 04-28 14:51:00.803 14894 14894 W ViewRootImpl[Calculator]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=713.0, y[0]=-450.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=62593686, downTime=62593667, deviceId=1, source=0x1002 }
  97. 04-28 14:52:08.647   426   443 I chatty  : uid=1000(system) batterystats-sy expire 15 lines
  98. 04-28 14:53:35.124   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  99. 04-28 14:53:35.782   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  100. 04-28 14:53:35.787   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  101. 04-28 14:53:35.927   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  102. 04-28 14:53:38.254   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 3 lines
  103. 04-28 14:53:38.321   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  104. 04-28 14:53:38.551   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  105. 04-28 14:53:38.566   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  106. 04-28 14:53:39.072   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  107. 04-28 14:53:39.118   426   478 I chatty  : uid=1000(system) VoldConnector expire 1 line
  108. 04-28 14:53:40.509   535   535 V DeadZone: consuming errant click: (95.0,16.0)
  109. 04-28 14:53:41.272   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  110. 04-28 14:53:41.941   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  111. 04-28 14:54:00.010   426   426 I chatty  : uid=1000 system_server expire 1 line
  112. 04-28 14:56:21.149   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 7 lines
  113. 04-28 14:56:21.158   426   440 I chatty  : uid=1000(system) ActivityManager expire 8 lines
  114. 04-28 14:56:21.361   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  115. 04-28 15:02:48.573   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  116. 04-28 15:23:21.655   426   476 I chatty  : uid=1000(system) InputReader expire 2 lines
  117. 04-28 15:23:21.835   426   447 I chatty  : uid=1000(system) android.display expire 5 lines
  118. 04-28 15:23:21.920   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
  119. 04-28 15:23:22.191   426   441 I chatty  : uid=1000(system) android.ui expire 1 line
  120. 04-28 15:23:22.586   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  121. 04-28 15:23:22.593   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  122. 04-28 15:23:23.838   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  123. 04-28 15:23:23.844   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  124. 04-28 15:23:26.651   426   440 I chatty  : uid=1000(system) ActivityManager expire 8 lines
  125. 04-28 15:23:28.416   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  126. 04-28 15:23:28.485   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  127. 04-28 15:23:33.573   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  128. 04-28 15:23:40.417   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  129. 04-28 15:27:54.471   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  130. 04-28 15:27:59.935   426   448 I chatty  : uid=1000(system) CpuTracker expire 17 lines
  131. 04-28 15:28:15.383   426   426 I chatty  : uid=1000 system_server expire 1 line
  132. 04-28 15:30:19.397   426   448 I chatty  : uid=1000(system) CpuTracker expire 53 lines
  133. 04-28 15:36:13.729   426   440 I chatty  : uid=1000(system) ActivityManager expire 1 line
  134. 04-28 15:43:25.527   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  135. 04-28 15:44:42.145   426   440 I chatty  : uid=1000(system) ActivityManager expire 8 lines
  136. 04-28 15:44:42.145   426   443 I chatty  : uid=1000(system) batterystats-sy expire 10 lines
  137. 04-28 15:56:14.603   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 5 lines
  138. 04-28 15:58:13.240   426   448 I chatty  : uid=1000(system) CpuTracker expire 61 lines
  139. 04-28 16:06:20.745   426   440 I chatty  : uid=1000(system) ActivityManager expire 11 lines
  140. 04-28 16:11:04.290   426   443 I chatty  : uid=1000(system) batterystats-sy expire 10 lines
  141. 04-28 16:28:20.001   426   448 I chatty  : uid=1000(system) CpuTracker expire 48 lines
  142. 04-28 16:36:29.068   426   440 I chatty  : uid=1000(system) ActivityManager expire 1 line
  143. 04-28 16:36:29.075   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  144. 04-28 16:38:29.711   426   448 I chatty  : uid=1000(system) CpuTracker expire 24 lines
  145. 04-28 16:38:52.792   426   443 I chatty  : uid=1000(system) batterystats-sy expire 15 lines
  146. 04-28 16:38:52.793   426   440 I chatty  : uid=1000(system) ActivityManager expire 32 lines
  147. 04-28 17:28:12.609   426   443 I chatty  : uid=1000(system) batterystats-sy expire 12 lines
  148. 04-28 17:29:03.814   426   448 I chatty  : uid=1000(system) CpuTracker expire 8 lines
  149. 04-28 17:48:14.922   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 5 lines
  150. 04-28 17:58:16.912   426   443 I chatty  : uid=1000(system) batterystats-sy expire 13 lines
  151. 04-28 17:59:08.543   426   448 I chatty  : uid=1000(system) CpuTracker expire 20 lines
  152. 04-28 18:02:33.527   426   440 I chatty  : uid=1000(system) ActivityManager expire 11 lines
  153. 04-28 18:28:42.057   426   426 I chatty  : uid=1000 system_server expire 1 line
  154. 04-28 18:29:18.133   426   448 I chatty  : uid=1000(system) CpuTracker expire 19 lines
  155. 04-28 18:31:25.310   426   440 I chatty  : uid=1000(system) ActivityManager expire 10 lines
  156. 04-28 18:31:25.313   426   443 I chatty  : uid=1000(system) batterystats-sy expire 26 lines
  157. 04-28 19:18:20.140   426   440 I chatty  : uid=1000(system) ActivityManager expire 10 lines
  158. 04-28 19:29:07.910   426   448 I chatty  : uid=1000(system) CpuTracker expire 14 lines
  159. 04-28 19:48:16.417   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 5 lines
  160. 04-28 19:53:10.074   426   443 I chatty  : uid=1000(system) batterystats-sy expire 9 lines
  161. 04-28 19:59:07.860   426   448 I chatty  : uid=1000(system) CpuTracker expire 24 lines
  162. 04-28 20:18:15.827   426   440 I chatty  : uid=1000(system) ActivityManager expire 3 lines
  163. 04-28 20:18:17.017   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  164. 04-28 20:20:32.304   426   440 I chatty  : uid=1000(system) ActivityManager expire 8 lines
  165. 04-28 20:20:32.304   426   443 I chatty  : uid=1000(system) batterystats-sy expire 10 lines
  166. 04-28 20:30:43.267   426   448 I chatty  : uid=1000(system) CpuTracker expire 34 lines
  167. 04-28 20:46:16.557   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  168. 04-28 20:46:16.567   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 8 lines
  169. 04-28 20:46:16.749   426   447 I chatty  : uid=1000(system) android.display expire 2 lines
  170. 04-28 20:46:21.554   426   440 I chatty  : uid=1000(system) ActivityManager expire 15 lines
  171. 04-28 20:48:07.616   426   443 I chatty  : uid=1000(system) batterystats-sy expire 10 lines
  172. 04-28 21:21:25.841   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  173. 04-28 21:21:25.856   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
  174. 04-28 21:21:26.022   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  175. 04-28 21:21:35.436   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  176. 04-28 21:21:35.506   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  177. 04-28 21:21:35.527   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  178. 04-28 21:21:35.646   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 4 lines
  179. 04-28 21:21:39.827   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  180. 04-28 21:21:42.226   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  181. 04-28 21:21:42.228   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  182. 04-28 21:21:44.798   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  183. 04-28 21:21:44.808   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 3 lines
  184. 04-28 21:21:45.180   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  185. 04-28 21:21:49.595   426   426 I chatty  : uid=1000 system_server expire 1 line
  186. 04-28 21:21:54.610   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  187. 04-28 21:21:54.697   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  188. 04-28 21:21:57.885   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  189. 04-28 21:21:57.911   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  190. 04-28 21:22:05.734   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  191. 04-28 21:22:06.041  9391  9410 D ActivityThread: Loading provider com.android.email.provider;com.android.email.notifier: com.android.email.provider.EmailProvider
  192. 04-28 21:22:06.157   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 2 lines
  193. 04-28 21:22:06.274   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  194. 04-28 21:22:06.506   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  195. 04-28 21:22:06.725   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 4 lines
  196. 04-28 21:22:08.602   426   475 I chatty  : uid=1000(system) InputDispatcher expire 1 line
  197. 04-28 21:22:08.668   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  198. 04-28 21:22:09.032   426   440 I chatty  : uid=1000(system) ActivityManager expire 4 lines
  199. 04-28 21:22:09.045   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  200. 04-28 21:22:09.048   426   477 I chatty  : uid=1000(system) MountService expire 1 line
  201. 04-28 21:22:09.050   139   143 E vold    : Failed to readlink for /proc/15230/ns/mnt
  202. 04-28 21:22:09.050   426   478 I chatty  : uid=1000(system) VoldConnector expire 1 line
  203. 04-28 21:22:09.058   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  204. 04-28 21:22:16.936   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  205. 04-28 21:22:36.842   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  206. 04-28 21:22:52.454   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  207. 04-28 21:23:23.838   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 3 lines
  208. 04-28 21:23:28.422   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 5 lines
  209. 04-28 21:24:12.146   426   426 I chatty  : uid=1000 system_server expire 5 lines
  210. 04-28 21:24:12.206   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 4 lines
  211. 04-28 21:24:21.655   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  212. 04-28 21:24:23.676   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  213. 04-28 21:24:45.969   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  214. 04-28 21:24:59.722   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  215. 04-28 21:25:17.241   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  216. 04-28 21:25:19.600   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  217. 04-28 21:25:44.848   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  218. 04-28 21:25:49.646   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 4 lines
  219. 04-28 21:25:51.615   426   426 I chatty  : uid=1000 system_server expire 4 lines
  220. 04-28 21:25:51.672   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  221. 04-28 21:25:53.156   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  222. 04-28 21:26:00.044   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  223. 04-28 21:26:03.109   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  224. 04-28 21:26:04.503   426   441 I chatty  : uid=1000(system) android.ui expire 1 line
  225. 04-28 21:26:05.181   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  226. 04-28 21:26:09.092   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  227. 04-28 21:26:10.867   426   439 I chatty  : uid=1000(system) android.bg expire 5 lines
  228. 04-28 21:26:11.119   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  229. 04-28 21:26:11.689   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  230. 04-28 21:26:46.201   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 3 lines
  231. 04-28 21:27:54.292   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  232. 04-28 21:28:30.238   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  233. 04-28 21:28:48.047   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  234. 04-28 21:28:48.762   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  235. 04-28 21:29:02.412   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  236. 04-28 21:29:08.637   426   426 I chatty  : uid=1000 system_server expire 7 lines
  237. 04-28 21:29:10.024   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  238. 04-28 21:29:13.238   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  239. 04-28 21:29:15.266   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  240. 04-28 21:29:34.106   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  241. 04-28 21:29:39.469   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  242. 04-28 21:29:45.115   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  243. 04-28 21:29:46.162   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 3 lines
  244. 04-28 21:29:47.068   426   426 I chatty  : uid=1000 system_server expire 4 lines
  245. 04-28 21:29:47.145   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 4 lines
  246. 04-28 21:29:49.053   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 2 lines
  247. 04-28 21:29:59.867   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  248. 04-28 21:30:02.048   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  249. 04-28 21:30:04.223   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  250. 04-28 21:30:05.314   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  251. 04-28 21:30:12.024   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  252. 04-28 21:30:57.207   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  253. 04-28 21:30:57.737   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  254. 04-28 21:30:57.740   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  255. 04-28 21:31:07.928   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  256. 04-28 21:31:09.003   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  257. 04-28 21:31:17.506   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 5 lines
  258. 04-28 21:31:17.528   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 6 lines
  259. 04-28 21:31:17.528   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  260. 04-28 21:31:17.529   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 5 lines
  261. 04-28 21:31:18.031   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  262. 04-28 21:31:18.069   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  263. 04-28 21:31:18.544   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  264. 04-28 21:31:32.824   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 6 lines
  265. 04-28 21:31:32.985   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  266. 04-28 21:31:37.159   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  267. 04-28 21:31:44.012   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 3 lines
  268. 04-28 21:32:25.693   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  269. 04-28 21:32:33.881   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 7 lines
  270. 04-28 21:32:33.959   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 7 lines
  271. 04-28 21:32:34.254   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 4 lines
  272. 04-28 21:32:34.287   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 4 lines
  273. 04-28 21:32:34.337   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  274. 04-28 21:32:34.712   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  275. 04-28 21:32:35.778   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  276. 04-28 21:32:36.111   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  277. 04-28 21:32:36.508   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  278. 04-28 21:32:37.420   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 2 lines
  279. 04-28 21:32:37.550   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 6 lines
  280. 04-28 21:32:42.477   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 7 lines
  281. 04-28 21:32:42.490   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  282. 04-28 21:32:42.937   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 4 lines
  283. 04-28 21:32:42.986   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  284. 04-28 21:32:43.368   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  285. 04-28 21:32:43.829   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  286. 04-28 21:32:44.270   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 6 lines
  287. 04-28 21:32:46.677   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 4 lines
  288. 04-28 21:32:47.097   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 7 lines
  289. 04-28 21:32:47.166   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  290. 04-28 21:32:47.422   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  291. 04-28 21:32:47.492   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  292. 04-28 21:32:47.576   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  293. 04-28 21:32:47.584   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 3 lines
  294. 04-28 21:32:47.696   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 5 lines
  295. 04-28 21:32:48.081   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  296. 04-28 21:32:48.561   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 2 lines
  297. 04-28 21:32:48.689   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 9 lines
  298. 04-28 21:33:12.731 10342 10342 W ViewRootImpl[DiscoveryListActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=471.0, y[0]=480.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=5, eventTime=86665578, downTime=86665506, deviceId=1, source=0x1002 }
  299. 04-28 21:33:31.995   535   535 V DeadZone: consuming errant click: (658.0,13.0)
  300. 04-28 21:33:41.338   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 5 lines
  301. 04-28 21:33:45.064   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 3 lines
  302. 04-28 21:33:53.628   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  303. 04-28 21:33:53.725   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 5 lines
  304. 04-28 21:33:59.379   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  305. 04-28 21:34:04.827   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 5 lines
  306. 04-28 21:34:05.586   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  307. 04-28 21:34:08.785   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  308. 04-28 21:34:08.803   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  309. 04-28 21:34:08.838   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  310. 04-28 21:34:11.192   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  311. 04-28 21:35:04.884   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  312. 04-28 21:35:07.962   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  313. 04-28 21:35:10.555   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 4 lines
  314. 04-28 21:35:15.570   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  315. 04-28 21:35:18.087   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  316. 04-28 21:35:40.316   535   535 V DeadZone: consuming errant click: (584.0,5.0)
  317. 04-28 21:35:45.715   426   426 I chatty  : uid=1000 system_server expire 6 lines
  318. 04-28 21:35:45.797   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 7 lines
  319. 04-28 21:36:10.031   426   475 I chatty  : uid=1000(system) InputDispatcher expire 1 line
  320. 04-28 21:36:10.308   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  321. 04-28 21:36:12.533   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  322. 04-28 21:36:24.801 32126 32126 E AndroidRuntime: FATAL EXCEPTION: main
  323. 04-28 21:36:24.801 32126 32126 E AndroidRuntime: Process: com.android.deskclock, PID: 32126
  324. 04-28 21:36:24.801 32126 32126 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.SearchView.setImeOptions(int)' on a null object reference
  325. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at com.android.deskclock.actionbarmenu.SearchMenuItemController.setInitialState(SearchMenuItemController.java:67)
  326. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at com.android.deskclock.actionbarmenu.ActionBarMenuManager.createOptionsMenu(ActionBarMenuManager.java:69)
  327. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at com.android.deskclock.worldclock.CitySelectionActivity.onCreateOptionsMenu(CitySelectionActivity.java:146)
  328. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.app.Activity.onCreatePanelMenu(Activity.java:3146)
  329. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.support.v4.app.FragmentActivity.onCreatePanelMenu(FragmentActivity.java:362)
  330. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.support.v7.view.WindowCallbackWrapper.onCreatePanelMenu(WindowCallbackWrapper.java:92)
  331. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplBase$AppCompatWindowCallbackBase.onCreatePanelMenu(AppCompatDelegateImplBase.java:331)
  332. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplV9.preparePanel(AppCompatDelegateImplV9.java:1357)
  333. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplV9.doInvalidatePanelMenu(AppCompatDelegateImplV9.java:1637)
  334. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.support.v7.app.AppCompatDelegateImplV9$1.run(AppCompatDelegateImplV9.java:132)
  335. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:751)
  336. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:95)
  337. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:154)
  338. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:6208)
  339. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
  340. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  341. 04-28 21:36:24.801 32126 32126 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  342. 04-28 21:36:25.402   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  343. 04-28 21:36:27.274   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  344. 04-28 21:36:49.029   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  345. 04-28 21:36:52.576   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  346. 04-28 21:36:57.032   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  347. 04-28 21:36:58.184   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  348. 04-28 21:37:08.021   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  349. 04-28 21:37:09.507   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  350. 04-28 21:38:37.226 10597 10597 W ViewRootImpl[DeskClock]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=591.0, y[0]=800.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=6, eventTime=86990066, downTime=86989973, deviceId=1, source=0x1002 }
  351. 04-28 21:38:37.230   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  352. 04-28 21:38:39.329   535   535 V DeadZone: consuming errant click: (671.0,15.0)
  353. 04-28 21:38:41.319   426   426 I chatty  : uid=1000 system_server expire 21 lines
  354. 04-28 21:38:51.392   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  355. 04-28 21:38:53.244   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  356. 04-28 21:38:59.057   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  357. 04-28 21:39:22.364   426   426 I chatty  : uid=1000 system_server expire 11 lines
  358. 04-28 21:39:55.322   535   535 V DeadZone: consuming errant click: (739.0,11.0)
  359. 04-28 21:40:09.147   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  360. 04-28 21:40:09.148   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  361. 04-28 21:40:53.257   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 4 lines
  362. 04-28 21:40:54.802   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 4 lines
  363. 04-28 21:41:18.141 10597 10597 W ViewRootImpl[DeskClock]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=718.0, y[0]=422.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=87150963, downTime=87150902, deviceId=1, source=0x1002 }
  364. 04-28 21:41:35.568   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  365. 04-28 21:43:18.003 10597 10597 W ViewRootImpl[DeskClock]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=620.0, y[0]=-103.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=3, eventTime=87270852, downTime=87270780, deviceId=1, source=0x1002 }
  366. 04-28 21:43:55.002   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  367. 04-28 21:43:55.374   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  368. 04-28 21:43:55.978   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  369. 04-28 21:43:56.452   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  370. 04-28 21:45:01.533 10597 10597 W ViewRootImpl[DeskClock]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=525.0, y[0]=775.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=5, eventTime=87374345, downTime=87374200, deviceId=1, source=0x1002 }
  371. 04-28 21:45:01.533 10597 10597 W ViewRootImpl[DeskClock]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=525.0, y[0]=775.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=87374365, downTime=87374200, deviceId=1, source=0x1002 }
  372. 04-28 21:45:10.031 10597 10597 W ViewRootImpl[DeskClock]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=658.0, y[0]=-93.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=87382866, downTime=87382795, deviceId=1, source=0x1002 }
  373. 04-28 21:45:10.033   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  374. 04-28 21:45:21.900   426   426 I chatty  : uid=1000 system_server expire 33 lines
  375. 04-28 21:45:21.985   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  376. 04-28 21:45:41.206   426   426 I chatty  : uid=1000 system_server expire 43 lines
  377. 04-28 21:46:08.052   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 3 lines
  378. 04-28 21:46:10.884   535   535 V DeadZone: consuming errant click: (649.0,12.0)
  379. 04-28 21:46:11.594 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  380. 04-28 21:46:11.594 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  381. 04-28 21:46:11.594 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  382. 04-28 21:46:11.776   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  383. 04-28 21:46:11.777 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  384. 04-28 21:46:11.777 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  385. 04-28 21:46:11.777 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  386. 04-28 21:46:11.778 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  387. 04-28 21:46:11.778 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  388. 04-28 21:46:11.778 10597 10597 W ViewRootImpl[DeskClock]: Cancelling event due to no window focus: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x68, repeatCount=0, eventTime=87444412, downTime=87444266, deviceId=-1, source=0x101 }
  389. 04-28 21:46:58.436   426   426 I chatty  : uid=1000 system_server expire 16 lines
  390. 04-28 21:46:58.514   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  391. 04-28 21:47:07.975   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  392. 04-28 21:47:08.743   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  393. 04-28 21:47:08.752   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  394. 04-28 21:47:08.798   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  395. 04-28 21:47:08.798   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  396. 04-28 21:47:08.800   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  397. 04-28 21:47:09.347   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  398. 04-28 21:47:09.406   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 4 lines
  399. 04-28 21:47:09.412   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 3 lines
  400. 04-28 21:47:10.280   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 4 lines
  401. 04-28 21:47:11.269   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 4 lines
  402. 04-28 21:47:11.280   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  403. 04-28 21:47:15.389   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  404. 04-28 21:49:42.975   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  405. 04-28 21:49:46.338   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  406. 04-28 21:50:39.064   426   475 I chatty  : uid=1000(system) InputDispatcher expire 1 line
  407. 04-28 21:50:41.147   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  408. 04-28 21:51:14.333   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  409. 04-28 21:51:14.335   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  410. 04-28 21:52:00.004   426   426 I chatty  : uid=1000 system_server expire 4 lines
  411. 04-28 21:52:00.025   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  412. 04-28 21:52:00.037   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  413. 04-28 21:52:00.058   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  414. 04-28 21:53:00.045   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 3 lines
  415. 04-28 21:53:00.067   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 3 lines
  416. 04-28 21:54:32.761   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 4 lines
  417. 04-28 21:54:40.875   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  418. 04-28 21:54:40.885   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  419. 04-28 21:55:09.290   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 3 lines
  420. 04-28 21:55:10.486 10867 10867 W ViewRootImpl[Wallpaper]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=514.0, y[0]=648.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=87983149, downTime=87983056, deviceId=1, source=0x1002 }
  421. 04-28 21:55:10.487 10867 10867 W ViewRootImpl[Wallpaper]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=514.0, y[0]=648.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=87983159, downTime=87983056, deviceId=1, source=0x1002 }
  422. 04-28 21:55:36.464   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  423. 04-28 21:55:38.707   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  424. 04-28 21:55:40.193   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  425. 04-28 21:56:03.261   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  426. 04-28 21:56:10.650   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 6 lines
  427. 04-28 21:56:10.663   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  428. 04-28 21:56:20.298   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 2 lines
  429. 04-28 21:56:46.612   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  430. 04-28 21:56:52.973   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  431. 04-28 21:56:56.203   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  432. 04-28 21:57:01.504   535   535 V DeadZone: consuming errant click: (652.0,7.0)
  433. 04-28 21:57:08.725   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  434. 04-28 21:57:15.262   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  435. 04-28 21:57:15.538   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  436. 04-28 21:57:16.255   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  437. 04-28 21:57:21.890   426   443 I chatty  : uid=1000(system) batterystats-sy expire 3 lines
  438. 04-28 21:57:24.617   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 7 lines
  439. 04-28 21:57:36.493   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 3 lines
  440. 04-28 21:57:36.494   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  441. 04-28 21:57:42.545   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 2 lines
  442. 04-28 21:57:45.219   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  443. 04-28 21:57:45.378   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  444. 04-28 21:57:45.624   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  445. 04-28 21:57:57.442   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  446. 04-28 21:57:57.757   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 2 lines
  447. 04-28 21:57:57.763   426   478 I chatty  : uid=1000(system) VoldConnector expire 1 line
  448. 04-28 21:57:58.041   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  449. 04-28 21:57:58.618   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  450. 04-28 21:58:24.554   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  451. 04-28 21:58:26.927   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  452. 04-28 21:58:26.955   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 3 lines
  453. 04-28 21:58:27.179   426   447 I chatty  : uid=1000(system) android.display expire 2 lines
  454. 04-28 21:58:27.525   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  455. 04-28 21:58:27.528   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  456. 04-28 21:58:27.533   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
  457. 04-28 21:58:32.160   426   440 I chatty  : uid=1000(system) ActivityManager expire 3 lines
  458. 04-28 21:58:33.096   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  459. 04-28 21:58:33.417   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  460. 04-28 21:58:48.075   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  461. 04-28 21:58:50.569   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  462. 04-28 21:58:53.671   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  463. 04-28 21:59:07.634   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  464. 04-28 21:59:29.218   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  465. 04-28 21:59:33.544 11140 11140 W ViewRootImpl[EditEventActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=633.0, y[0]=-195.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=88246376, downTime=88246315, deviceId=1, source=0x1002 }
  466. 04-28 21:59:33.563   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  467. 04-28 21:59:38.588   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  468. 04-28 21:59:51.066   426   440 I chatty  : uid=1000(system) ActivityManager expire 3 lines
  469. 04-28 21:59:51.085   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  470. 04-28 21:59:57.077   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  471. 04-28 22:00:00.030   426   426 I chatty  : uid=1000 system_server expire 6 lines
  472. 04-28 22:00:29.406   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  473. 04-28 22:00:32.494   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  474. 04-28 22:01:03.010   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  475. 04-28 22:01:31.038   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  476. 04-28 22:01:33.730 11140 11140 W ViewRootImpl[EditEventActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=136.0, y[0]=699.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=88366569, downTime=88366507, deviceId=1, source=0x1002 }
  477. 04-28 22:01:51.037   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  478. 04-28 22:02:06.961   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  479. 04-28 22:02:21.007 11140 11140 W ViewRootImpl[EditEventActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=105.0, y[0]=508.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=3, eventTime=88413849, downTime=88413778, deviceId=1, source=0x1002 }
  480. 04-28 22:02:21.028   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  481. 04-28 22:02:40.125   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 3 lines
  482. 04-28 22:02:40.400   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  483. 04-28 22:02:40.615   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 4 lines
  484. 04-28 22:02:49.989   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  485. 04-28 22:02:54.236   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 2 lines
  486. 04-28 22:02:55.799   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 5 lines
  487. 04-28 22:03:02.387   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  488. 04-28 22:03:07.695   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  489. 04-28 22:03:21.195   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  490. 04-28 22:03:29.030   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  491. 04-28 22:03:30.382   426   475 I chatty  : uid=1000(system) InputDispatcher expire 1 line
  492. 04-28 22:03:30.609   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  493. 04-28 22:03:32.267   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 4 lines
  494. 04-28 22:03:37.298 11443 11443 W ViewRootImpl[DeskClock]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=405.0, y[0]=849.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=13, eventTime=88490133, downTime=88489957, deviceId=1, source=0x1002 }
  495. 04-28 22:04:05.714   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  496. 04-28 22:04:22.178   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  497. 04-28 22:04:23.094   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  498. 04-28 22:04:23.202   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 3 lines
  499. 04-28 22:04:30.967   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  500. 04-28 22:04:31.112   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 4 lines
  501. 04-28 22:04:31.148   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  502. 04-28 22:05:09.127 11140 11140 W ViewRootImpl[EditEventActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=583.0, y[0]=567.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=3, eventTime=88581955, downTime=88581894, deviceId=1, source=0x1002 }
  503. 04-28 22:05:11.300   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 5 lines
  504. 04-28 22:05:13.657 11140 11140 W ViewRootImpl[EditEventActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=409.0, y[0]=493.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=88586491, downTime=88586428, deviceId=1, source=0x1002 }
  505. 04-28 22:05:25.689   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 2 lines
  506. 04-28 22:06:05.862   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  507. 04-28 22:06:05.876   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  508. 04-28 22:06:26.052   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 5 lines
  509. 04-28 22:06:26.805   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  510. 04-28 22:06:26.847   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  511. 04-28 22:06:26.868   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  512. 04-28 22:06:26.869   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 4 lines
  513. 04-28 22:06:32.190   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  514. 04-28 22:06:40.304   426   426 I chatty  : uid=1000 system_server expire 5 lines
  515. 04-28 22:06:40.482   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  516. 04-28 22:06:42.059   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  517. 04-28 22:06:43.683   426   440 I chatty  : uid=1000(system) ActivityManager expire 1 line
  518. 04-28 22:06:44.013   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  519. 04-28 22:06:48.000   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 3 lines
  520. 04-28 22:08:08.121   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  521. 04-28 22:08:13.793   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  522. 04-28 22:09:27.937   426   475 I chatty  : uid=1000(system) InputDispatcher expire 1 line
  523. 04-28 22:09:29.645   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  524. 04-28 22:09:29.670   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  525. 04-28 22:09:29.700   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 4 lines
  526. 04-28 22:09:29.706   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  527. 04-28 22:09:29.710   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  528. 04-28 22:09:29.839   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  529. 04-28 22:09:30.742   426   440 I chatty  : uid=1000(system) ActivityManager expire 3 lines
  530. 04-28 22:09:37.592   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  531. 04-28 22:09:41.028   426   443 I chatty  : uid=1000(system) batterystats-sy expire 11 lines
  532. 04-28 22:09:46.875   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  533. 04-28 22:09:48.975   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  534. 04-28 22:10:11.796   426   485 I chatty  : uid=1000(system) WifiService expire 9 lines
  535. 04-28 22:10:30.895   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  536. 04-28 22:10:30.971   426   443 I chatty  : uid=1000(system) batterystats-sy expire 3 lines
  537. 04-28 22:10:54.094   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  538. 04-28 22:11:01.337   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  539. 04-28 22:11:04.108   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  540. 04-28 22:11:04.114   426   446 I chatty  : uid=1000(system) android.io expire 19 lines
  541. 04-28 22:11:04.517   426   426 I chatty  : uid=1000 system_server expire 7 lines
  542. 04-28 22:11:05.747 11123 11123 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
  543. 04-28 22:11:06.062   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  544. 04-28 22:11:12.389   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  545. 04-28 22:11:13.539   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  546. 04-28 22:11:13.559   426   443 I chatty  : uid=1000(system) batterystats-sy expire 3 lines
  547. 04-28 22:11:14.153   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  548. 04-28 22:11:15.502   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  549. 04-28 22:11:15.503   426   446 I chatty  : uid=1000(system) android.io expire 23 lines
  550. 04-28 22:11:15.573 11123 11123 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
  551. 04-28 22:11:15.732   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 2 lines
  552. 04-28 22:11:15.769 11123 11123 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
  553. 04-28 22:11:15.867   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  554. 04-28 22:11:16.234   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  555. 04-28 22:11:16.930   426   426 I chatty  : uid=1000 system_server expire 7 lines
  556. 04-28 22:11:16.937   426   446 I chatty  : uid=1000(system) android.io expire 24 lines
  557. 04-28 22:11:17.949 11123 11123 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
  558. 04-28 22:11:18.090   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  559. 04-28 22:11:18.242   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  560. 04-28 22:11:21.956 11909 11909 W ViewRootImpl[MainActivity]: Dropping event due to no window focus: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=88954685, downTime=88954685, deviceId=-1, source=0x101 }
  561. 04-28 22:11:23.385   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 3 lines
  562. 04-28 22:11:25.091 11123 11123 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
  563. 04-28 22:11:25.162   426   446 I chatty  : uid=1000(system) android.io expire 3 lines
  564. 04-28 22:11:25.188   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 5 lines
  565. 04-28 22:11:25.203 11123 11123 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1357 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
  566. 04-28 22:11:25.255   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  567. 04-28 22:11:25.835   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  568. 04-28 22:11:25.853   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  569. 04-28 22:11:39.692   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  570. 04-28 22:12:12.206   535   535 V DeadZone: consuming errant click: (650.0,9.0)
  571. 04-28 22:12:13.081   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  572. 04-28 22:12:15.352   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 4 lines
  573. 04-28 22:12:18.753   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  574. 04-28 22:12:18.753   426   490 I chatty  : uid=1000(system) ConnectivitySer expire 2 lines
  575. 04-28 22:12:18.753   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  576. 04-28 22:12:19.364   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  577. 04-28 22:12:19.426   426   485 I chatty  : uid=1000(system) WifiService expire 1 line
  578. 04-28 22:12:39.522   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  579. 04-28 22:12:43.752   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  580. 04-28 22:12:43.757   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 3 lines
  581. 04-28 22:12:43.764   426   440 I chatty  : uid=1000(system) ActivityManager expire 8 lines
  582. 04-28 22:12:43.991   426   447 I chatty  : uid=1000(system) android.display expire 4 lines
  583. 04-28 22:12:44.592   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  584. 04-28 22:12:47.002   426   476 I chatty  : uid=1000(system) InputReader expire 2 lines
  585. 04-28 22:12:47.017   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 15 lines
  586. 04-28 22:12:47.396   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  587. 04-28 22:14:52.981   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  588. 04-28 22:14:52.981   426   426 I chatty  : uid=1000 system_server expire 1 line
  589. 04-28 22:14:53.423   426   439 I chatty  : uid=1000(system) android.bg expire 3 lines
  590. 04-28 22:14:53.425   535   535 W PowerUI : unknown intent: Intent { act=android.os.action.POWER_SAVE_MODE_CHANGING flg=0x40000010 (has extras) }
  591. 04-28 22:14:53.520   535   535 W PowerUI : unknown intent: Intent { act=android.os.action.POWER_SAVE_MODE_CHANGED flg=0x40000010 }
  592. 04-28 22:15:01.018   426   440 I chatty  : uid=1000(system) ActivityManager expire 9 lines
  593. 04-28 22:15:02.988   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 3 lines
  594. 04-28 22:15:03.620   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  595. 04-28 22:16:41.236   426   443 I chatty  : uid=1000(system) batterystats-sy expire 20 lines
  596. 04-28 22:26:42.955   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  597. 04-28 22:26:42.965   426   440 I chatty  : uid=1000(system) ActivityManager expire 5 lines
  598. 04-28 22:26:42.985   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  599. 04-28 22:26:42.993   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  600. 04-28 22:26:42.994   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  601. 04-28 22:28:13.941   426   443 I chatty  : uid=1000(system) batterystats-sy expire 20 lines
  602. 04-28 22:32:47.347   426   470 I chatty  : uid=1000(system) AlarmManager expire 3 lines
  603. 04-28 22:32:47.411   426   426 I chatty  : uid=1000 system_server expire 1 line
  604. 04-28 22:32:47.417   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  605. 04-28 22:32:47.417   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  606. 04-28 22:32:51.194   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  607. 04-28 22:34:23.688   426   440 I chatty  : uid=1000(system) ActivityManager expire 10 lines
  608. 04-28 22:36:13.878   426   426 I chatty  : uid=1000 system_server expire 1 line
  609. 04-28 22:36:13.920   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  610. 04-28 22:37:38.666   426   443 I chatty  : uid=1000(system) batterystats-sy expire 51 lines
  611. 04-28 22:50:58.993   426   440 I chatty  : uid=1000(system) ActivityManager expire 11 lines
  612. 04-28 23:03:23.989   426   470 I chatty  : uid=1000(system) AlarmManager expire 1 line
  613. 04-28 23:03:24.011   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  614. 04-28 23:09:50.424   426   443 I chatty  : uid=1000(system) batterystats-sy expire 19 lines
  615. 04-28 23:09:50.435   426   440 I chatty  : uid=1000(system) ActivityManager expire 8 lines
  616. 04-28 23:26:13.272   426   426 I chatty  : uid=1000 system_server expire 1 line
  617. 04-28 23:26:13.307   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  618. 04-28 23:26:13.435  2083  2132 D DownloadManager: Removed 0 stale downloads
  619. 04-28 23:26:13.496  2083  2132 D DownloadManager: Found 2 files in database
  620. 04-28 23:26:13.496  2083  2132 D DownloadManager: Found 2 files on disk
  621. 04-28 23:26:13.535  2083  2132 D DownloadManager: Removed 0 stale downloads
  622. 04-28 23:26:13.549  2083  2132 D DownloadManager: Found 2 files in database
  623. 04-28 23:26:13.549  2083  2132 D DownloadManager: Found 2 files on disk
  624. 04-28 23:26:14.355   426   454 I chatty  : uid=1000(system) PackageManager expire 1 line
  625. 04-28 23:27:00.946   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  626. 04-28 23:27:00.975   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  627. 04-28 23:27:00.975   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  628. 04-28 23:27:28.744   426   443 I chatty  : uid=1000(system) batterystats-sy expire 29 lines
  629. 04-28 23:27:28.756   426   440 I chatty  : uid=1000(system) ActivityManager expire 9 lines
  630. 04-28 23:30:00.058   426   426 I chatty  : uid=1000 system_server expire 4 lines
  631. 04-28 23:36:14.138   426   439 I chatty  : uid=1000(system) android.bg expire 2 lines
  632. 04-28 23:48:20.082   426   443 I chatty  : uid=1000(system) batterystats-sy expire 21 lines
  633. 04-28 23:48:20.085   426   440 I chatty  : uid=1000(system) ActivityManager expire 9 lines
  634. 04-29 00:00:00.110   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  635. 04-29 00:00:00.266   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  636. 04-29 00:00:00.336   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  637. 04-29 00:11:12.577   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 5 lines
  638. 04-29 00:13:59.692   426   426 I chatty  : uid=1000 system_server expire 1 line
  639. 04-29 00:13:59.713   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  640. 04-29 00:14:44.525   426   443 I chatty  : uid=1000(system) batterystats-sy expire 16 lines
  641. 04-29 00:14:44.538   426   440 I chatty  : uid=1000(system) ActivityManager expire 12 lines
  642. 04-29 00:15:07.944   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 9 lines
  643. 04-29 00:15:08.117   426   447 I chatty  : uid=1000(system) android.display expire 3 lines
  644. 04-29 00:28:51.671   426   443 I chatty  : uid=1000(system) batterystats-sy expire 12 lines
  645. 04-29 00:29:12.427   426   426 I chatty  : uid=1000 system_server expire 1 line
  646. 04-29 00:34:04.110   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  647. 04-29 00:36:19.033   426   440 I chatty  : uid=1000(system) ActivityManager expire 19 lines
  648. 04-29 00:58:48.616   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  649. 04-29 00:58:48.626   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 21 lines
  650. 04-29 00:58:58.423   426   443 I chatty  : uid=1000(system) batterystats-sy expire 3 lines
  651. 04-29 00:58:59.251   426   447 I chatty  : uid=1000(system) android.display expire 4 lines
  652. 04-29 00:59:00.346   426   476 I chatty  : uid=1000(system) InputReader expire 4 lines
  653. 04-29 00:59:00.798   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 4 lines
  654. 04-29 00:59:01.280   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  655. 04-29 00:59:01.529   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  656. 04-29 00:59:02.189   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  657. 04-29 00:59:02.463   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  658. 04-29 00:59:03.705   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  659. 04-29 00:59:03.762   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  660. 04-29 00:59:03.811   426   440 I chatty  : uid=1000(system) ActivityManager expire 5 lines
  661. 04-29 00:59:03.823   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 16 lines
  662. 04-29 00:59:03.841   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 4 lines
  663. 04-29 00:59:04.400   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  664. 04-29 00:59:08.073   426   476 I chatty  : uid=1000(system) InputReader expire 6 lines
  665. 04-29 00:59:10.442   426   447 I chatty  : uid=1000(system) android.display expire 2 lines
  666. 04-29 00:59:11.518   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  667. 04-29 00:59:12.075   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  668. 04-29 00:59:12.309   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  669. 04-29 00:59:13.305   426   447 I chatty  : uid=1000(system) android.display expire 5 lines
  670. 04-29 00:59:13.459   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  671. 04-29 00:59:18.368   426   440 I chatty  : uid=1000(system) ActivityManager expire 6 lines
  672. 04-29 01:19:03.977   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  673. 04-29 01:19:46.575   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 14 lines
  674. 04-29 01:19:46.577   426   443 I chatty  : uid=1000(system) batterystats-sy expire 9 lines
  675. 04-29 01:19:46.579   426   426 I chatty  : uid=1000 system_server expire 1 line
  676. 04-29 01:21:50.642   426   476 I chatty  : uid=1000(system) InputReader expire 2 lines
  677. 04-29 01:26:09.104   426   443 I chatty  : uid=1000(system) batterystats-sy expire 22 lines
  678. 04-29 01:26:09.106   426   440 I chatty  : uid=1000(system) ActivityManager expire 8 lines
  679. 04-29 01:34:09.862   426   470 I chatty  : uid=1000(system) AlarmManager expire 1 line
  680. 04-29 01:34:17.095   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  681. 04-29 01:34:17.125   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 6 lines
  682. 04-29 02:29:01.353   426   443 I chatty  : uid=1000(system) batterystats-sy expire 21 lines
  683. 04-29 02:36:05.875   426   440 I chatty  : uid=1000(system) ActivityManager expire 4 lines
  684. 04-29 03:12:02.337   426   426 I chatty  : uid=1000 system_server expire 2 lines
  685. 04-29 03:12:02.337   426   477 I chatty  : uid=1000(system) MountService expire 3 lines
  686. 04-29 03:12:02.361   426   478 I chatty  : uid=1000(system) VoldConnector expire 3 lines
  687. 04-29 03:12:02.372   139   958 D vold    : Starting trim of /data
  688. 04-29 03:12:03.168   139   958 I vold    : Trimmed 1219502080 bytes on /data in 796ms
  689. 04-29 03:12:03.170   139   958 D vold    : Starting trim of /cache
  690. 04-29 03:12:03.175   139   958 I vold    : Trimmed 0 bytes on /cache in 4ms
  691. 04-29 03:12:03.772   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  692. 04-29 04:12:03.338   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 5 lines
  693. 04-29 04:29:01.362   426   443 I chatty  : uid=1000(system) batterystats-sy expire 28 lines
  694. 04-29 05:26:43.207   426   440 I chatty  : uid=1000(system) ActivityManager expire 3 lines
  695. 04-29 06:12:04.491   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 5 lines
  696. 04-29 06:12:05.155   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  697. 04-29 06:29:22.650   426   426 I chatty  : uid=1000 system_server expire 7 lines
  698. 04-29 07:12:04.252   426   440 I chatty  : uid=1000(system) ActivityManager expire 11 lines
  699. 04-29 07:19:22.936   426   476 I chatty  : uid=1000(system) InputReader expire 2 lines
  700. 04-29 07:19:22.938   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 12 lines
  701. 04-29 07:19:23.095   426   447 I chatty  : uid=1000(system) android.display expire 3 lines
  702. 04-29 07:19:25.900   426   443 I chatty  : uid=1000(system) batterystats-sy expire 11 lines
  703. 04-29 07:28:39.445   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 5 lines
  704. 04-29 07:28:40.423   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  705. 04-29 07:28:41.045   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  706. 04-29 07:28:44.242   426   440 I chatty  : uid=1000(system) ActivityManager expire 24 lines
  707. 04-29 07:59:10.753   426   448 I chatty  : uid=1000(system) CpuTracker expire 4 lines
  708. 04-29 07:59:10.759   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  709. 04-29 07:59:22.197   426   476 I chatty  : uid=1000(system) InputReader expire 4 lines
  710. 04-29 07:59:22.437   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 15 lines
  711. 04-29 07:59:22.636   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  712. 04-29 07:59:22.659   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  713. 04-29 07:59:22.779   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  714. 04-29 07:59:23.703   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  715. 04-29 07:59:23.723   426   440 I chatty  : uid=1000(system) ActivityManager expire 7 lines
  716. 04-29 07:59:24.845   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  717. 04-29 07:59:24.963   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 4 lines
  718. 04-29 07:59:34.890   426   447 I chatty  : uid=1000(system) android.display expire 2 lines
  719. 04-29 07:59:39.947   426   440 I chatty  : uid=1000(system) ActivityManager expire 12 lines
  720. 04-29 08:12:05.040   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 5 lines
  721. 04-29 08:19:26.868   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  722. 04-29 08:23:07.686   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  723. 04-29 08:23:07.699   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
  724. 04-29 08:23:16.886   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 3 lines
  725. 04-29 08:23:17.728   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  726. 04-29 08:23:17.811   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 5 lines
  727. 04-29 08:23:19.713   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  728. 04-29 08:23:22.965   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 6 lines
  729. 04-29 08:23:24.264   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  730. 04-29 08:23:25.362   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 6 lines
  731. 04-29 08:23:25.456   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 4 lines
  732. 04-29 08:23:28.544   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  733. 04-29 08:23:28.732   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 5 lines
  734. 04-29 08:23:28.750 20713 20713 V FingerprintManager: FingerprintManagerService was null
  735. 04-29 08:23:28.769   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 3 lines
  736. 04-29 08:23:28.770   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 4 lines
  737. 04-29 08:23:28.911 20713 20730 V FingerprintManager: FingerprintManagerService was null
  738. 04-29 08:23:30.261 20713 20713 V FingerprintManager: FingerprintManagerService was null
  739. 04-29 08:23:30.843 20713 20713 V FingerprintManager: FingerprintManagerService was null
  740. 04-29 08:23:32.885   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  741. 04-29 08:23:32.933   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  742. 04-29 08:23:39.271   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  743. 04-29 08:23:39.298   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  744. 04-29 08:23:39.299   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  745. 04-29 08:23:39.304   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  746. 04-29 08:23:40.187   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  747. 04-29 08:23:40.190   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 3 lines
  748. 04-29 08:23:40.195   426   440 I chatty  : uid=1000(system) ActivityManager expire 17 lines
  749. 04-29 08:23:40.803   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  750. 04-29 08:29:15.088   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  751. 04-29 08:43:21.427   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  752. 04-29 08:47:32.626   426   476 I chatty  : uid=1000(system) InputReader expire 3 lines
  753. 04-29 08:47:32.634   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 11 lines
  754. 04-29 08:47:32.808   426   447 I chatty  : uid=1000(system) android.display expire 3 lines
  755. 04-29 08:47:37.638   426   440 I chatty  : uid=1000(system) ActivityManager expire 12 lines
  756. 04-29 08:58:40.195   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  757. 04-29 08:58:40.399   426   443 I chatty  : uid=1000(system) batterystats-sy expire 3 lines
  758. 04-29 08:58:46.352   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  759. 04-29 08:58:46.374   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 4 lines
  760. 04-29 08:58:46.438   426   440 I chatty  : uid=1000(system) ActivityManager expire 7 lines
  761. 04-29 08:58:47.205   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  762. 04-29 08:58:48.162 31546 31546 W ViewRootImpl[Tenda_390BF0]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=665.0, y[0]=-175.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=127768624, downTime=127768573, deviceId=1, source=0x1002 }
  763. 04-29 08:58:48.230   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  764. 04-29 08:58:58.840   426   485 I chatty  : uid=1000(system) WifiService expire 6 lines
  765. 04-29 08:59:03.663 31546 31546 W ViewRootImpl[????? ????]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=670.0, y[0]=228.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=127784135, downTime=127784093, deviceId=1, source=0x1002 }
  766. 04-29 08:59:09.603   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  767. 04-29 08:59:09.665   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  768. 04-29 08:59:09.666   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 2 lines
  769. 04-29 08:59:09.747   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  770. 04-29 08:59:10.420   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  771. 04-29 08:59:10.422   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 3 lines
  772. 04-29 08:59:11.066   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  773. 04-29 08:59:11.091   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  774. 04-29 08:59:20.748   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  775. 04-29 08:59:46.724   426   440 I chatty  : uid=1000(system) ActivityManager expire 251 lines
  776. 04-29 09:18:50.016   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  777. 04-29 09:19:05.412   426   440 I chatty  : uid=1000(system) ActivityManager expire 74 lines
  778. 04-29 09:25:06.670   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  779. 04-29 09:25:06.679   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 7 lines
  780. 04-29 09:25:06.834   426   440 I chatty  : uid=1000(system) ActivityManager expire 33 lines
  781. 04-29 09:25:06.843   426   447 I chatty  : uid=1000(system) android.display expire 2 lines
  782. 04-29 09:25:08.241   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  783. 04-29 09:27:39.394   426   440 I chatty  : uid=1000(system) ActivityManager expire 34 lines
  784. 04-29 09:29:04.719   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  785. 04-29 09:29:25.917   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  786. 04-29 09:29:47.056   426   426 I chatty  : uid=1000 system_server expire 1 line
  787. 04-29 09:30:29.930   426   440 I chatty  : uid=1000(system) ActivityManager expire 26 lines
  788. 04-29 09:31:53.905   426   476 I chatty  : uid=1000(system) InputReader expire 1 line
  789. 04-29 09:31:53.926   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
  790. 04-29 09:31:54.108   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  791. 04-29 09:31:57.780   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  792. 04-29 09:31:58.023   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  793. 04-29 09:31:58.106   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  794. 04-29 09:31:58.534   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  795. 04-29 09:32:00.611   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  796. 04-29 09:32:01.516   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  797. 04-29 09:32:01.543   426   443 I chatty  : uid=1000(system) batterystats-sy expire 8 lines
  798. 04-29 09:32:02.059   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 4 lines
  799. 04-29 09:32:02.065   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  800. 04-29 09:32:02.686   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  801. 04-29 09:32:03.444   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 4 lines
  802. 04-29 09:32:06.390   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  803. 04-29 09:32:06.469   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  804. 04-29 09:32:15.102   426   475 I chatty  : uid=1000(system) InputDispatcher expire 1 line
  805. 04-29 09:32:15.443   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  806. 04-29 09:32:19.804   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 2 lines
  807. 04-29 09:32:25.103   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  808. 04-29 09:32:27.071   426   426 I chatty  : uid=1000 system_server expire 2 lines
  809. 04-29 09:32:29.833  7724  7724 W ViewRootImpl[??? ????? ???????]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=682.0, y[0]=355.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=129784800, downTime=129784759, deviceId=1, source=0x1002 }
  810. 04-29 09:32:29.833  7724  7724 W ViewRootImpl[??? ????? ???????]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=682.0, y[0]=355.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=129784810, downTime=129784759, deviceId=1, source=0x1002 }
  811. 04-29 09:32:39.061   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  812. 04-29 09:32:39.740   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  813. 04-29 09:32:49.703  7724  7724 W ViewRootImpl[SettingsActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=602.0, y[0]=-171.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=129804653, downTime=129804622, deviceId=1, source=0x1002 }
  814. 04-29 09:32:49.704  7724  7724 W ViewRootImpl[SettingsActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=602.0, y[0]=-171.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=129804662, downTime=129804622, deviceId=1, source=0x1002 }
  815. 04-29 09:32:49.706   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  816. 04-29 09:32:51.800   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 4 lines
  817. 04-29 09:33:12.542   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  818. 04-29 09:33:27.866   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  819. 04-29 09:33:29.562  7724  7724 W ViewRootImpl[??? ????? ???????]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=670.0, y[0]=64.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=129844554, downTime=129844481, deviceId=1, source=0x1002 }
  820. 04-29 09:33:29.563  7724  7724 W ViewRootImpl[??? ????? ???????]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=670.0, y[0]=64.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=129844564, downTime=129844481, deviceId=1, source=0x1002 }
  821. 04-29 09:33:31.546   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 4 lines
  822. 04-29 09:33:42.305   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  823. 04-29 09:33:45.311   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 4 lines
  824. 04-29 09:33:47.232   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  825. 04-29 09:33:47.241   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 5 lines
  826. 04-29 09:33:47.670   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  827. 04-29 09:33:47.698   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  828. 04-29 09:33:47.863   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  829. 04-29 09:33:48.416   426   476 I chatty  : uid=1000(system) InputReader expire 2 lines
  830. 04-29 09:33:48.417   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 7 lines
  831. 04-29 09:33:48.420   426   440 I chatty  : uid=1000(system) ActivityManager expire 7 lines
  832. 04-29 09:33:49.033   426   447 I chatty  : uid=1000(system) android.display expire 6 lines
  833. 04-29 09:37:02.742   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  834. 04-29 09:37:58.554   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 18 lines
  835. 04-29 09:38:00.291   426   476 I chatty  : uid=1000(system) InputReader expire 4 lines
  836. 04-29 09:38:00.737   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 3 lines
  837. 04-29 09:38:00.856   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  838. 04-29 09:38:01.857   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  839. 04-29 09:38:02.798   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  840. 04-29 09:38:03.089   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  841. 04-29 09:38:16.071   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 3 lines
  842. 04-29 09:38:16.176   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 1 line
  843. 04-29 09:38:19.090   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 6 lines
  844. 04-29 09:38:19.269   426   440 I chatty  : uid=1000(system) ActivityManager expire 2 lines
  845. 04-29 09:38:24.889   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 3 lines
  846. 04-29 09:38:25.182   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 3 lines
  847. 04-29 09:38:25.248   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  848. 04-29 09:38:25.627   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  849. 04-29 09:38:42.129   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 8 lines
  850. 04-29 09:38:44.992   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  851. 04-29 09:38:49.138   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  852. 04-29 09:38:54.344   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  853. 04-29 09:38:57.017   426   439 I chatty  : uid=1000(system) android.bg expire 2 lines
  854. 04-29 09:38:57.022   535   535 W PowerUI : unknown intent: Intent { act=android.os.action.POWER_SAVE_MODE_CHANGING flg=0x40000010 (has extras) }
  855. 04-29 09:38:57.048   535   535 W PowerUI : unknown intent: Intent { act=android.os.action.POWER_SAVE_MODE_CHANGED flg=0x40000010 }
  856. 04-29 09:38:58.048   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 3 lines
  857. 04-29 09:38:59.022   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  858. 04-29 09:38:59.025   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  859. 04-29 09:38:59.028   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 4 lines
  860. 04-29 09:38:59.049   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 3 lines
  861. 04-29 09:38:59.051   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 3 lines
  862. 04-29 09:38:59.174   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  863. 04-29 09:39:08.986   426   440 I chatty  : uid=1000(system) ActivityManager expire 4 lines
  864. 04-29 09:40:10.086   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  865. 04-29 09:40:12.156   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  866. 04-29 09:40:12.165   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 3 lines
  867. 04-29 09:40:16.019   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  868. 04-29 09:40:17.468   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 3 lines
  869. 04-29 09:41:20.538   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  870. 04-29 09:42:34.569   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  871. 04-29 09:44:13.788   426   443 I chatty  : uid=1000(system) batterystats-sy expire 10 lines
  872. 04-29 09:46:49.875   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 2 lines
  873. 04-29 09:47:00.457   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  874. 04-29 09:47:00.467   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  875. 04-29 09:47:20.757   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 1 line
  876. 04-29 09:47:34.997   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  877. 04-29 09:49:34.488   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
  878. 04-29 09:49:34.497   426   440 I chatty  : uid=1000(system) ActivityManager expire 11 lines
  879. 04-29 09:49:34.709   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  880. 04-29 09:49:39.513   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  881. 04-29 09:51:58.555   426   439 I chatty  : uid=1000(system) android.bg expire 1 line
  882. --------- beginning of main
  883. 04-29 09:59:26.695   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  884. 04-29 10:00:00.061   426   426 I chatty  : uid=1000 system_server expire 4 lines
  885. 04-29 10:00:05.074   426   440 I chatty  : uid=1000(system) ActivityManager expire 7 lines
  886. 04-29 10:22:27.364   426   443 I chatty  : uid=1000(system) batterystats-sy expire 5 lines
  887. 04-29 10:22:27.366   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  888. 04-29 10:24:15.729   577   577 I wpa_supplicant: rfkill: WLAN unblocked
  889. 04-29 10:24:15.734   426   476 I chatty  : uid=1000(system) InputReader expire 2 lines
  890. 04-29 10:24:15.734   426   426 I chatty  : uid=1000 system_server expire 3 lines
  891. 04-29 10:24:15.743   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 5 lines
  892. 04-29 10:24:15.754   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  893. 04-29 10:24:15.764   156 26243 D audio_hw_primary: adev_set_parameters::kvpairs == screen_state=on
  894. 04-29 10:24:15.832   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 5 lines
  895. 04-29 10:24:15.894 26423 26434 I art     : CollectorTransition marksweep + semispace GC freed 2320(105KB) AllocSpace objects, 0(0B) LOS objects, 31% free, 1120KB/1632KB, paused 26.672ms total 26.672ms
  896. 04-29 10:24:15.925   426   504 I chatty  : uid=1000(system) PhotonicModulat expire 2 lines
  897. 04-29 10:24:15.926   154   154 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xad5a8000
  898. 04-29 10:24:15.934   426   447 I chatty  : uid=1000(system) android.display expire 1 line
  899. 04-29 10:24:15.956 26423 26423 I CAM_OneCamFtrCnfgCrtr: CaptureModule? true
  900. 04-29 10:24:15.960   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 1 line
  901. 04-29 10:24:16.028   426   441 I chatty  : uid=1000(system) android.ui expire 8 lines
  902. 04-29 10:24:16.136 26423 26423 I CAM_Profiler: [???????ms][ui] GUARD: CameraActivity.onCreateTasks - [???????ms] setContentView()
  903. 04-29 10:24:16.150 26423 26423 I CAM_Profiler: [???????ms][ui] GUARD: CameraActivity.onCreateTasks - [??????ms] Configure Camera UI
  904. 04-29 10:24:16.153 26423 26442 W CAM2PORT_AndCamAgntImp: Releasing camera without any camera opened.
  905. 04-29 10:24:16.162 26423 26423 W CAM_Camera2OneCamMgr: No back-facing camera found.
  906. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler: Handling Camera Access Failure:
  907. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler: java.lang.Exception
  908. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at com.android.camera.FatalErrorHandlerImpl.onGenericCameraAccessFailure(FatalErrorHandlerImpl.java:84)
  909. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at com.android.camera.CaptureModule.updateCameraCharacteristics(CaptureModule.java:396)
  910. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at com.android.camera.CaptureModule.init(CaptureModule.java:417)
  911. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at com.android.camera.CameraActivity.onCreateTasks(CameraActivity.java:1628)
  912. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at com.android.camera.util.QuickActivity.onCreate(QuickActivity.java:114)
  913. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.app.Activity.performCreate(Activity.java:6684)
  914. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
  915. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2637)
  916. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2745)
  917. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.app.ActivityThread.-wrap12(ActivityThread.java)
  918. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1492)
  919. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.os.Handler.dispatchMessage(Handler.java:102)
  920. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.os.Looper.loop(Looper.java:154)
  921. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at android.app.ActivityThread.main(ActivityThread.java:6208)
  922. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at java.lang.reflect.Method.invoke(Native Method)
  923. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
  924. 04-29 10:24:16.162 26423 26423 E CAM_FatalErrorHandler:         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
  925. 04-29 10:24:16.171 26423 26423 I CAM_Profiler: [???????ms][ui] GUARD: CameraActivity.onCreateTasks - STOP
  926. 04-29 10:24:16.436   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home* RECENT clock SEARCH quick_settings >
  927. 04-29 10:24:16.508   535   790 W OpenGLRenderer: Incorrectly called buildLayer on View: NotificationPanelView, destroying layer...
  928. 04-29 10:24:16.523   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  929. 04-29 10:24:16.523   535   535 D PhoneStatusBar: disable: < expand icons alerts system_info back home RECENT clock SEARCH quick_settings >
  930. 04-29 10:24:19.263   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 1 line
  931. 04-29 10:24:19.285   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home RECENT clock SEARCH quick_settings >
  932. 04-29 10:24:19.292   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  933. 04-29 10:24:19.298   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  934. 04-29 10:24:19.645   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  935. 04-29 10:24:19.646   535   535 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT clock SEARCH quick_settings >
  936. 04-29 10:24:19.757   535   535 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH quick_settings >
  937. 04-29 10:24:19.766   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  938. 04-29 10:24:19.771   535   535 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH quick_settings >
  939. 04-29 10:24:24.432   161   161 I         : calling unlock when already unlocked, ignoring.
  940. 04-29 10:24:24.432   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 2 lines
  941. 04-29 10:24:24.437   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  942. 04-29 10:24:24.437   535   535 W FingerprintManager: resetTimeout(): Service not connected!
  943. 04-29 10:24:24.469   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 8 lines
  944. 04-29 10:24:24.492   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH quick_settings >
  945. 04-29 10:24:24.509   535   535 D PhoneStatusBar: disable: < expand icons alerts system_info back HOME RECENT clock SEARCH quick_settings >
  946. 04-29 10:24:24.535   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  947. 04-29 10:24:24.562   854   854 I Coffee-OnbodyLure: User present, Check whether to show notification
  948. 04-29 10:24:24.566   854   854 I TrustAgent: [HomeAddressChangeTracker] User Present. Maybe fetch home.
  949. 04-29 10:24:24.630 10481  9142 W MDM     : [850] abya.c: enableNfc
  950. 04-29 10:24:24.631 10481  9142 W MDM     : [850] abya.c: EnableNfc flag is true
  951. 04-29 10:24:24.646   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  952. 04-29 10:24:24.647 10481 12958 I CastDatabase: Opening the database
  953. 04-29 10:24:24.669 10481 10481 I art     : Starting a blocking GC Alloc
  954. 04-29 10:24:24.669 10481 10481 I art     : Starting a blocking GC Alloc
  955. 04-29 10:24:24.670 10481 12958 I art     : Waiting for a blocking GC Alloc
  956. 04-29 10:24:24.744 10481 12958 I art     : WaitForGcToComplete blocked for 74.035ms for cause Alloc
  957. 04-29 10:24:24.745 10481 12958 I art     : Starting a blocking GC Alloc
  958. 04-29 10:24:24.756 10481 12958 I SQLiteCastStore: 0 CastNetworkInfo instances loaded, 0 CastDeviceInfo instances loaded, 0 paired guest mode devices loaded.
  959. 04-29 10:24:24.759 10481 10481 I DiscoveryManager: WifiGuestModeDeviceScanner enabled.
  960. 04-29 10:24:24.846   535   535 D PhoneStatusBar: disable: < expand icons alerts system_info back home* recent* clock search* quick_settings >
  961. 04-29 10:24:26.125   854  8972 W ctxmgr  : [AclManager]No 2 for (accnt=account#-517948760#, com.google.android.gms(10024):IndoorOutdoorProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 854). Was: 3 for 57, account#-517948760#
  962. 04-29 10:24:26.573   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  963. 04-29 10:24:26.575   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  964. 04-29 10:24:26.749   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 4 lines
  965. 04-29 10:24:29.540   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  966. 04-29 10:24:29.542   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  967. 04-29 10:24:31.974   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  968. 04-29 10:24:31.976   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  969. 04-29 10:24:32.146   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 2 lines
  970. 04-29 10:24:32.322   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  971. 04-29 10:24:32.357   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  972. 04-29 10:24:32.490  9153  9153 I chatty  : uid=1000(system) com.android.settings expire 1 line
  973. 04-29 10:24:32.493   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  974. 04-29 10:24:32.494   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  975. 04-29 10:24:32.737  9169  9169 I com.android.settings: type=1400 audit(0.0:29): avc: denied { getattr } for comm=4173796E635461736B202331 path="/data/user_de/0/com.android.phone" dev="mmcblk0p12" ino=604122 scontext=u:r:system_app:s0 tcontext=u:object_r:radio_data_file:s0 tclass=dir permissive=1
  976. 04-29 10:24:32.741  9153  9169 I chatty  : uid=1000(system) com.android.settings expire 3 lines
  977. 04-29 10:24:32.791  9153  9169 V NFC     : this device does not have NFC support
  978. 04-29 10:24:32.913  9153  9171 I IndexDatabaseHelper: Using schema version: 115
  979. 04-29 10:24:32.914  9153  9171 I IndexDatabaseHelper: Index is fine
  980. 04-29 10:24:32.930  9153  9170 W linker  : /system/vendor/lib/hw/gralloc.omap4.so: unused DT entry: type 0xf arg 0x53b
  981. 04-29 10:24:32.931  9153  9170 W linker  : /system/vendor/lib/libpvr2d.so: unused DT entry: type 0xf arg 0x767
  982. 04-29 10:24:32.935  9153  9171 D Index   : Locale 'ar_IQ' is already indexed
  983. 04-29 10:24:32.939  9153  9170 I OpenGLRenderer: Initialized EGL, version 1.4
  984. 04-29 10:24:32.940  9153  9170 D OpenGLRenderer: Swap behavior 1
  985. 04-29 10:24:32.940  9153  9170 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  986. 04-29 10:24:32.940  9153  9170 D OpenGLRenderer: Swap behavior 0
  987. 04-29 10:24:32.994  9153  9169 D Index   : Indexing locale 'ar_IQ' took 58 millis
  988. 04-29 10:24:33.003  9153  9172 D LocalBluetoothProfileManager: Adding local MAP profile
  989. 04-29 10:24:33.006  9153  9172 D BluetoothMap: Create BluetoothMap proxy object
  990. 04-29 10:24:33.014  9153  9172 D LocalBluetoothProfileManager: LocalBluetoothProfileManager construction complete
  991. 04-29 10:24:33.065  9153  9169 D Index   : Indexing locale 'ar_IQ' took 35 millis
  992. 04-29 10:24:33.150  9153  9153 D DashboardSummary: onConditionsChanged
  993. 04-29 10:24:33.245  9153  9172 W DataUsageController: Failed to get data usage, no subscriber id
  994. 04-29 10:24:33.309 20824 20835 I art     : CollectorTransition marksweep + semispace GC freed 22(512B) AllocSpace objects, 0(0B) LOS objects, 32% free, 1086KB/1598KB, paused 12.664ms total 12.664ms
  995. 04-29 10:24:33.365   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 1 line
  996. 04-29 10:24:33.398  9153  9172 W ProcStatsManager: No process com.android.printspooler/10053 for service com.android.printspooler.model.PrintSpoolerService
  997. 04-29 10:24:33.398  9153  9172 W ProcStatsManager: No process com.android.gallery3d/10015 for service com.android.gallery3d.app.BatchService
  998. 04-29 10:24:33.398  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.security.snet.SnetIdleTaskService
  999. 04-29 10:24:33.399  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.chimera.GmsBoundBrokerService
  1000. 04-29 10:24:33.399  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.checkin.EventLogService
  1001. 04-29 10:24:33.399  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.chimera.GmsIntentOperationService
  1002. 04-29 10:24:33.399  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.service.DropBoxEntryAddedService
  1003. 04-29 10:24:33.399  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.PlatformStatsCollectorService
  1004. 04-29 10:24:33.399  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.security.snet.SnetService
  1005. 04-29 10:24:33.399  9153  9172 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.ipa.base.IpaGcmTaskService
  1006. 04-29 10:24:33.453   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  1007. 04-29 10:24:33.454   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 6 lines
  1008. 04-29 10:24:34.138   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  1009. 04-29 10:24:35.773   535   790 W OpenGLRenderer: Incorrectly called buildLayer on View: NotificationPanelView, destroying layer...
  1010. 04-29 10:24:36.288   535   790 W OpenGLRenderer: Incorrectly called buildLayer on View: NotificationPanelView, destroying layer...
  1011. 04-29 10:24:37.275  9153  9153 D DashboardSummary: onConditionsChanged
  1012. 04-29 10:24:37.282   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  1013. 04-29 10:24:37.290   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  1014. 04-29 10:24:37.291   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  1015. 04-29 10:24:38.285   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  1016. 04-29 10:24:39.705   854  9193 W System.err: java.net.UnknownHostException: Unable to resolve host "www.google.com": No address associated with hostname
  1017. 04-29 10:24:39.705   854  9193 W System.err:    at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:125)
  1018. 04-29 10:24:39.705   854  9193 W System.err:    at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:74)
  1019. 04-29 10:24:39.705   854  9193 W System.err:    at java.net.InetAddress.getAllByName(InetAddress.java:752)
  1020. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.Network$1.resolveInetAddresses(Network.java:29)
  1021. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:187)
  1022. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:156)
  1023. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:98)
  1024. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.http.HttpEngine.createNextConnection(HttpEngine.java:345)
  1025. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:328)
  1026. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:246)
  1027. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:457)
  1028. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:126)
  1029. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:257)
  1030. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.getOutputStream(DelegatingHttpsURLConnection.java:218)
  1031. 04-29 10:24:39.706   854  9193 W System.err:    at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java)
  1032. 04-29 10:24:39.706   854  9193 W System.err:    at bjkr.run(:com.google.android.gms@12874020@12.8.74 (040304-204998136):33)
  1033. 04-29 10:24:39.707   854  9193 W System.err:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1034. 04-29 10:24:39.707   854  9193 W System.err:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1035. 04-29 10:24:39.707   854  9193 W System.err:    at java.lang.Thread.run(Thread.java:761)
  1036. 04-29 10:24:39.708   854  9193 W System.err: Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
  1037. 04-29 10:24:39.708   854  9193 W System.err:    at libcore.io.Posix.android_getaddrinfo(Native Method)
  1038. 04-29 10:24:39.708   854  9193 W System.err:    at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:55)
  1039. 04-29 10:24:39.708   854  9193 W System.err:    at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:106)
  1040. 04-29 10:24:39.708   854  9193 W System.err:    ... 18 more
  1041. 04-29 10:24:39.795 10481  9195 I EventLogChimeraService: Opted in for usage reporting
  1042. 04-29 10:24:39.795 10481  9195 I EventLogChimeraService: Aggregate from 1714372729502 (log), 1714372729502 (data)
  1043. 04-29 10:24:40.092   535   790 W OpenGLRenderer: Incorrectly called buildLayer on View: NotificationPanelView, destroying layer...
  1044. 04-29 10:24:40.134   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  1045. 04-29 10:24:40.678  9153  9153 D DashboardSummary: onConditionsChanged
  1046. 04-29 10:24:40.698   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  1047. 04-29 10:24:44.504   426   475 I chatty  : uid=1000(system) InputDispatcher expire 2 lines
  1048. 04-29 10:24:44.864   535   556 I art     : Background partial concurrent mark sweep GC freed 94371(3MB) AllocSpace objects, 0(0B) LOS objects, 25% free, 14MB/19MB, paused 6.683ms total 176.605ms
  1049. 04-29 10:24:45.141   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  1050. 04-29 10:24:47.848   426   476 I chatty  : uid=1000(system) InputReader expire 2 lines
  1051. 04-29 10:24:47.851   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 7 lines
  1052. 04-29 10:24:47.865   426   440 I chatty  : uid=1000(system) ActivityManager expire 4 lines
  1053. 04-29 10:24:47.898   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1054. 04-29 10:24:48.077   426   447 I chatty  : uid=1000(system) android.display expire 2 lines
  1055. 04-29 10:24:48.084   154   154 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xad5a8000
  1056. 04-29 10:24:48.091   156 26242 D audio_hw_primary: adev_set_parameters::kvpairs == screen_state=off
  1057. 04-29 10:24:48.100   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  1058. 04-29 10:24:48.142   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  1059. 04-29 10:24:48.156   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1060. 04-29 10:24:48.166   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1061. 04-29 10:24:48.171   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1062. 04-29 10:24:48.350   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 2 lines
  1063. 04-29 10:24:48.363   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1064. 04-29 10:24:48.364   426   449 I chatty  : uid=1000(system) PowerManagerSer expire 2 lines
  1065. 04-29 10:24:48.371   535   535 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT* clock SEARCH* quick_settings >
  1066. 04-29 10:24:48.528   154   154 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xad5a8000
  1067. 04-29 10:24:48.564   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1068. 04-29 10:24:48.587   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 3 lines
  1069. 04-29 10:24:48.692   156   207 D audio_hw_primary: adev_set_parameters::kvpairs == screen_state=on
  1070. 04-29 10:24:51.432   535   535 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH quick_settings >
  1071. 04-29 10:24:51.450   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1072. 04-29 10:24:51.457   535   535 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH quick_settings >
  1073. 04-29 10:24:57.884   161   161 I         : calling unlock when already unlocked, ignoring.
  1074. 04-29 10:24:57.885   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  1075. 04-29 10:24:57.887   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  1076. 04-29 10:24:57.897   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1077. 04-29 10:24:57.897   535   535 W FingerprintManager: resetTimeout(): Service not connected!
  1078. 04-29 10:24:57.943   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH quick_settings >
  1079. 04-29 10:24:57.952   535   535 D PhoneStatusBar: disable: < expand icons alerts system_info back HOME RECENT clock SEARCH quick_settings >
  1080. 04-29 10:24:57.954   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 2 lines
  1081. 04-29 10:24:57.963   535   535 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
  1082. 04-29 10:24:57.981   854   854 I Coffee-OnbodyLure: User present, Check whether to show notification
  1083. 04-29 10:24:57.991   854   854 I TrustAgent: [HomeAddressChangeTracker] User Present. Maybe fetch home.
  1084. 04-29 10:24:58.010   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 1 line
  1085. 04-29 10:24:58.101 10481  9213 W MDM     : [863] abya.c: enableNfc
  1086. 04-29 10:24:58.101 10481  9213 W MDM     : [863] abya.c: EnableNfc flag is true
  1087. 04-29 10:24:58.302   535   535 D PhoneStatusBar: disable: < expand icons alerts system_info back home* recent* clock search* quick_settings >
  1088. 04-29 10:24:59.616   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  1089. 04-29 10:25:01.727   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  1090. 04-29 10:25:01.738   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 2 lines
  1091. 04-29 10:25:01.739   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  1092. 04-29 10:25:02.597   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 4 lines
  1093. 04-29 10:25:03.553   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  1094. 04-29 10:25:03.941   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 2 lines
  1095. 04-29 10:25:03.958   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 4 lines
  1096. 04-29 10:25:03.966   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  1097. 04-29 10:25:03.997   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 2 lines
  1098. 04-29 10:25:04.474   971  1022 I chatty  : uid=10046(com.android.launcher3) RenderThread expire 7 lines
  1099. 04-29 10:25:04.904   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1100. 04-29 10:25:04.904   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1101. 04-29 10:25:04.904   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1102. 04-29 10:25:04.904   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: AllAppsRecyclerViewContainerView, destroying layer...
  1103. 04-29 10:25:09.354   426  1661 I chatty  : uid=1000(system) Binder:426_C expire 1 line
  1104. 04-29 10:25:09.442   426 10474 I chatty  : uid=1000(system) Binder:426_D expire 3 lines
  1105. 04-29 10:25:09.564  9231  9231 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1106. 04-29 10:25:09.565  9231  9231 W System  : ClassLoader referenced unknown path: /system/app/ExactCalculator/lib/arm
  1107. 04-29 10:25:09.866  9231  9251 W linker  : /system/vendor/lib/hw/gralloc.omap4.so: unused DT entry: type 0xf arg 0x53b
  1108. 04-29 10:25:09.866  9231  9251 W linker  : /system/vendor/lib/libpvr2d.so: unused DT entry: type 0xf arg 0x767
  1109. 04-29 10:25:09.869  9231  9251 I OpenGLRenderer: Initialized EGL, version 1.4
  1110. 04-29 10:25:09.869  9231  9251 D OpenGLRenderer: Swap behavior 1
  1111. 04-29 10:25:09.870  9231  9251 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  1112. 04-29 10:25:09.870  9231  9251 D OpenGLRenderer: Swap behavior 0
  1113. 04-29 10:25:13.669  9231  9231 V Calculator: Setting local to: ar_IQ
  1114. 04-29 10:25:13.671  9231  9231 V Calculator: Setting local to: ar_IQ
  1115. 04-29 10:25:14.308  9231  9231 V Calculator: Setting local to: ar_IQ
  1116. 04-29 10:25:14.309  9231  9231 V Calculator: Setting local to: ar_IQ
  1117. 04-29 10:25:14.693  9231  9231 V Calculator: Setting local to: ar_IQ
  1118. 04-29 10:25:14.694  9231  9231 V Calculator: Setting local to: ar_IQ
  1119. 04-29 10:25:15.078  9231  9231 V Calculator: Setting local to: ar_IQ
  1120. 04-29 10:25:15.078  9231  9231 V Calculator: Setting local to: ar_IQ
  1121. 04-29 10:25:15.512  9231  9231 V Calculator: Setting local to: ar_IQ
  1122. 04-29 10:25:15.513  9231  9231 V Calculator: Setting local to: ar_IQ
  1123. 04-29 10:25:15.965  9231  9231 V Calculator: Setting local to: ar_IQ
  1124. 04-29 10:25:15.966  9231  9231 V Calculator: Setting local to: ar_IQ
  1125. 04-29 10:25:16.416  9231  9231 V Calculator: Setting local to: ar_IQ
  1126. 04-29 10:25:16.417  9231  9231 V Calculator: Setting local to: ar_IQ
  1127. 04-29 10:25:16.902  9231  9231 V Calculator: Setting local to: ar_IQ
  1128. 04-29 10:25:16.903  9231  9231 V Calculator: Setting local to: ar_IQ
  1129. 04-29 10:25:18.608  9231  9231 V Calculator: Setting local to: ar_IQ
  1130. 04-29 10:25:18.608  9231  9231 V Calculator: Setting local to: ar_IQ
  1131. 04-29 10:25:20.124  9231  9231 V Calculator: Setting local to: ar_IQ
  1132. 04-29 10:25:20.124  9231  9231 V Calculator: Setting local to: ar_IQ
  1133. 04-29 10:25:21.407  9231  9231 V Calculator: Setting local to: ar_IQ
  1134. 04-29 10:25:21.407  9231  9231 V Calculator: Setting local to: ar_IQ
  1135. 04-29 10:25:21.408  9231  9231 V Calculator: Setting local to: ar_IQ
  1136. 04-29 10:25:21.423  9231  9231 V Calculator: Setting local to: ar_IQ
  1137. 04-29 10:25:23.174  9231  9231 V Calculator: Setting local to: ar_IQ
  1138. 04-29 10:25:23.175  9231  9231 V Calculator: Setting local to: ar_IQ
  1139. 04-29 10:25:23.175  9231  9231 V Calculator: Setting local to: ar_IQ
  1140. 04-29 10:25:23.191  9231  9231 V Calculator: Setting local to: ar_IQ
  1141. 04-29 10:25:23.591  9231  9231 V Calculator: Setting local to: ar_IQ
  1142. 04-29 10:25:23.592  9231  9231 V Calculator: Setting local to: ar_IQ
  1143. 04-29 10:25:23.592  9231  9231 V Calculator: Setting local to: ar_IQ
  1144. 04-29 10:25:23.610  9231  9231 V Calculator: Setting local to: ar_IQ
  1145. 04-29 10:25:24.108  9231  9231 V Calculator: Setting local to: ar_IQ
  1146. 04-29 10:25:24.108  9231  9231 V Calculator: Setting local to: ar_IQ
  1147. 04-29 10:25:24.109  9231  9231 V Calculator: Setting local to: ar_IQ
  1148. 04-29 10:25:24.127  9231  9231 V Calculator: Setting local to: ar_IQ
  1149. 04-29 10:25:24.592  9231  9231 V Calculator: Setting local to: ar_IQ
  1150. 04-29 10:25:24.593  9231  9231 V Calculator: Setting local to: ar_IQ
  1151. 04-29 10:25:24.593  9231  9231 V Calculator: Setting local to: ar_IQ
  1152. 04-29 10:25:24.609  9231  9231 V Calculator: Setting local to: ar_IQ
  1153. 04-29 10:25:25.059  9231  9231 V Calculator: Setting local to: ar_IQ
  1154. 04-29 10:25:25.060  9231  9231 V Calculator: Setting local to: ar_IQ
  1155. 04-29 10:25:25.060  9231  9231 V Calculator: Setting local to: ar_IQ
  1156. 04-29 10:25:25.078  9231  9231 V Calculator: Setting local to: ar_IQ
  1157. 04-29 10:25:25.526  9231  9231 V Calculator: Setting local to: ar_IQ
  1158. 04-29 10:25:25.527  9231  9231 V Calculator: Setting local to: ar_IQ
  1159. 04-29 10:25:25.527  9231  9231 V Calculator: Setting local to: ar_IQ
  1160. 04-29 10:25:25.543  9231  9231 V Calculator: Setting local to: ar_IQ
  1161. 04-29 10:25:26.044  9231  9231 V Calculator: Setting local to: ar_IQ
  1162. 04-29 10:25:26.045  9231  9231 V Calculator: Setting local to: ar_IQ
  1163. 04-29 10:25:26.046  9231  9231 V Calculator: Setting local to: ar_IQ
  1164. 04-29 10:25:26.063  9231  9231 V Calculator: Setting local to: ar_IQ
  1165. 04-29 10:25:28.825  9231  9231 V Calculator: Setting local to: ar_IQ
  1166. 04-29 10:25:33.923   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 4 lines
  1167. 04-29 10:25:34.075   426   440 I chatty  : uid=1000(system) ActivityManager expire 1 line
  1168. 04-29 10:25:41.492   426   475 I chatty  : uid=1000(system) InputDispatcher expire 5 lines
  1169. 04-29 10:25:41.493   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 3 lines
  1170. 04-29 10:25:41.495   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 3 lines
  1171. 04-29 10:25:41.606   971   988 I art     : CollectorTransition marksweep + semispace GC freed 535(-427KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 10MB/13MB, paused 134.857ms total 134.857ms
  1172. 04-29 10:25:41.628   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  1173. 04-29 10:25:42.239   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1174. 04-29 10:25:42.239   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1175. 04-29 10:25:42.239   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1176. 04-29 10:25:42.239   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1177. 04-29 10:25:42.239   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: AllAppsRecyclerViewContainerView, destroying layer...
  1178. 04-29 10:25:42.249   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  1179. 04-29 10:25:44.558  9271  9271 I chatty  : uid=10008(com.android.contacts) expire 15 lines
  1180. 04-29 10:25:44.700  9271  9284 I chatty  : uid=10008(com.android.contacts) expire 1 line
  1181. 04-29 10:25:44.787  9271  9297 I chatty  : uid=10008(com.android.contacts) expire 12 lines
  1182. 04-29 10:25:44.909  9291  9291 W System  : ClassLoader referenced unknown path: /system/priv-app/ContactsProvider/lib/arm
  1183. 04-29 10:25:44.999  9291  9291 I ContactsPerf: VoicemailContentProvider.onCreate start
  1184. 04-29 10:25:45.005  9291  9291 I ContactsPerf: VoicemailContentProvider.onCreate finish
  1185. 04-29 10:25:45.009  9291  9291 W System  : ClassLoader referenced unknown path: /system/priv-app/BlockedNumberProvider/lib/arm
  1186. 04-29 10:25:45.018  9291  9291 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/BlockedNumberProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb521a090
  1187. 04-29 10:25:45.033  9291  9291 W System  : ClassLoader referenced unknown path: /system/app/UserDictionaryProvider/lib/arm
  1188. 04-29 10:25:45.034  9291  9291 D ApplicationLoaders: ignored Vulkan layer search path /system/app/UserDictionaryProvider/lib/arm:/system/lib:/vendor/lib for namespace 0xb521a0d0
  1189. 04-29 10:25:45.130  9291  9314 I ContactLocale: AddressBook Labels [[ar_IQ]]: [?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ?]
  1190. 04-29 10:25:45.223  9271  9285 I chatty  : uid=10008(com.android.contacts) expire 1 line
  1191. 04-29 10:25:45.389  9271  9322 I chatty  : uid=10008(com.android.contacts) expire 7 lines
  1192. 04-29 10:25:45.656   426   447 I chatty  : uid=1000(system) android.display expire 11 lines
  1193. 04-29 10:25:47.591  9329  9329 W System  : ClassLoader referenced unknown path: /system/priv-app/PackageInstaller/lib/arm
  1194. 04-29 10:25:48.087  9329  9346 W linker  : /system/vendor/lib/hw/gralloc.omap4.so: unused DT entry: type 0xf arg 0x53b
  1195. 04-29 10:25:48.087  9329  9346 W linker  : /system/vendor/lib/libpvr2d.so: unused DT entry: type 0xf arg 0x767
  1196. 04-29 10:25:48.090  9329  9346 I OpenGLRenderer: Initialized EGL, version 1.4
  1197. 04-29 10:25:48.090  9329  9346 D OpenGLRenderer: Swap behavior 1
  1198. 04-29 10:25:48.091  9329  9346 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  1199. 04-29 10:25:48.091  9329  9346 D OpenGLRenderer: Swap behavior 0
  1200. 04-29 10:25:49.660   854  1256 W GCoreFlp: No location to return for getLastLocation()
  1201. 04-29 10:25:49.669   854  1256 W GCoreFlp: No location to return for getLastLocation()
  1202. 04-29 10:25:50.470   854  1256 W GCoreFlp: No location to return for getLastLocation()
  1203. 04-29 10:25:51.140   426   771 I chatty  : uid=1000(system) Binder:426_5 expire 4 lines
  1204. 04-29 10:25:51.259   854  1256 W GCoreFlp: No location to return for getLastLocation()
  1205. 04-29 10:25:51.267   154   154 W SurfaceFlinger: couldn't log to binary event log: overflow.
  1206. 04-29 10:25:51.330  9271  9289 I chatty  : uid=10008(com.android.contacts) expire 2 lines
  1207. 04-29 10:25:52.114  9271  9316 I chatty  : uid=10008(com.android.contacts) expire 4 lines
  1208. 04-29 10:25:58.981  9271  9277 I chatty  : uid=10008(com.android.contacts) expire 3 lines
  1209. 04-29 10:26:03.565 10481  9359 I art     : Starting a blocking GC Alloc
  1210. 04-29 10:26:03.565 10481  9359 I art     : Starting a blocking GC Alloc
  1211. 04-29 10:26:03.644 10481 10505 I art     : Waiting for a blocking GC DisableMovingGc
  1212. 04-29 10:26:03.647 10481 10505 I art     : Starting a blocking GC DisableMovingGc
  1213. 04-29 10:26:09.668   426   499 I chatty  : uid=1000(system) Binder:426_3 expire 2 lines
  1214. 04-29 10:26:12.759   426   436 I chatty  : uid=1000(system) HeapTaskDaemon expire 7 lines
  1215. 04-29 10:26:13.047   154   154 W SurfaceFlinger: couldn't log to binary event log: overflow.
  1216. 04-29 10:26:13.217 10481 11292 I CastDatabase: Saving the database
  1217. 04-29 10:26:13.228 10481 11292 I SQLiteCastStore: [CastNetworkInfo] saved: 0, skipped: 0, [CastDeviceInfo]: saved 0, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: save 0, skipped: 0
  1218. 04-29 10:26:14.496   426   944 I chatty  : uid=1000(system) Binder:426_9 expire 3 lines
  1219. 04-29 10:26:14.499   535   535 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
  1220. 04-29 10:26:14.810   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 1 line
  1221. 04-29 10:26:14.913   426  1660 I chatty  : uid=1000(system) Binder:426_B expire 3 lines
  1222. 04-29 10:26:14.929   535   535 D PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
  1223. 04-29 10:26:15.851  9271  9271 I chatty  : uid=10008(com.android.contacts) expire 3 lines
  1224. 04-29 10:26:17.074   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 3 lines
  1225. 04-29 10:26:17.734   426   437 I chatty  : uid=1000(system) Binder:426_1 expire 5 lines
  1226. 04-29 10:26:17.754   426   817 I chatty  : uid=1000(system) Binder:426_6 expire 4 lines
  1227. 04-29 10:26:17.908   971   988 I art     : CollectorTransition marksweep + semispace GC freed 143(-449KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 10MB/13MB, paused 126.190ms total 126.190ms
  1228. 04-29 10:26:18.027   426   929 I chatty  : uid=1000(system) Binder:426_8 expire 1 line
  1229. 04-29 10:26:18.481   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1230. 04-29 10:26:18.481   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1231. 04-29 10:26:18.481   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1232. 04-29 10:26:18.481   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1233. 04-29 10:26:18.481   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: AllAppsRecyclerViewContainerView, destroying layer...
  1234. 04-29 10:26:18.595   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  1235. 04-29 10:26:19.270   426   928 I chatty  : uid=1000(system) Binder:426_7 expire 1 line
  1236. 04-29 10:26:19.405  9384  9384 I chatty  : uid=10008(com.android.contacts) expire 11 lines
  1237. 04-29 10:26:19.501  9384  9404 I chatty  : uid=10008(com.android.contacts) expire 12 lines
  1238. 04-29 10:26:19.863  9384  9410 I chatty  : uid=10008(com.android.contacts) expire 11 lines
  1239. 04-29 10:26:23.978  9329  9341 I art     : CollectorTransition marksweep + semispace GC freed 3160(146KB) AllocSpace objects, 0(0B) LOS objects, 34% free, 968KB/1480KB, paused 19.958ms total 19.958ms
  1240. 04-29 10:26:25.597   426   607 I chatty  : uid=1000(system) Binder:426_4 expire 1 line
  1241. 04-29 10:26:25.599   139   143 D vold    : Remounting 10008 as mode read
  1242. 04-29 10:26:25.613   139   143 D vold    : Found matching PID 9384
  1243. 04-29 10:26:25.617   854  1256 W GCoreFlp: No location to return for getLastLocation()
  1244. 04-29 10:26:25.654   426   478 I chatty  : uid=1000(system) VoldConnector expire 1 line
  1245. 04-29 10:26:25.813   154   154 W SurfaceFlinger: couldn't log to binary event log: overflow.
  1246. 04-29 10:26:25.842   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  1247. 04-29 10:26:26.284  9418  9418 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1248. 04-29 10:26:26.286  9418  9418 W System  : ClassLoader referenced unknown path: /system/priv-app/DocumentsUI/lib/arm
  1249. 04-29 10:26:26.370  9418  9430 W art     : Suspending all threads took: 13.183ms
  1250. 04-29 10:26:26.392  9418  9430 I art     : Background partial concurrent mark sweep GC freed 6456(339KB) AllocSpace objects, 0(0B) LOS objects, 34% free, 992KB/1504KB, paused 14.556ms total 82.214ms
  1251. 04-29 10:26:26.492  9418  9430 I art     : Background sticky concurrent mark sweep GC freed 2821(237KB) AllocSpace objects, 0(0B) LOS objects, 18% free, 1222KB/1504KB, paused 5.310ms total 39.672ms
  1252. 04-29 10:26:26.671  9418  9441 W linker  : /system/vendor/lib/hw/gralloc.omap4.so: unused DT entry: type 0xf arg 0x53b
  1253. 04-29 10:26:26.671  9418  9441 W linker  : /system/vendor/lib/libpvr2d.so: unused DT entry: type 0xf arg 0x767
  1254. 04-29 10:26:26.686  9418  9441 I OpenGLRenderer: Initialized EGL, version 1.4
  1255. 04-29 10:26:26.686  9418  9441 D OpenGLRenderer: Swap behavior 1
  1256. 04-29 10:26:26.686  9418  9441 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  1257. 04-29 10:26:26.687  9418  9441 D OpenGLRenderer: Swap behavior 0
  1258. 04-29 10:26:26.933  9443  9443 W System  : ClassLoader referenced unknown path: /system/priv-app/DownloadProvider/lib/arm
  1259. 04-29 10:26:27.031  9443  9443 W System  : ClassLoader referenced unknown path: /system/priv-app/MediaProvider/lib/arm
  1260. 04-29 10:26:27.034  9443  9443 D ApplicationLoaders: ignored Vulkan layer search path /system/priv-app/MediaProvider/lib/arm:/system/priv-app/MediaProvider/MediaProvider.apk!/lib/armeabi-v7a:/system/lib:/vendor/lib for namespace 0xb4f38090
  1261. 04-29 10:26:36.237  9384  9384 W ViewRootImpl[PeopleActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=508.0, y[0]=350.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=133030780, downTime=133030708, deviceId=1, source=0x1002 }
  1262. 04-29 10:26:36.240   426  1618 I chatty  : uid=1000(system) Binder:426_A expire 1 line
  1263. 04-29 10:26:38.550   426   607 I ActivityManager: START u0 {act=android.intent.action.INSERT dat=content://com.android.contacts/contacts pkg=com.android.contacts cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1264. 04-29 10:26:40.464   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1265. 04-29 10:26:40.543   506   520 I art     : CollectorTransition marksweep + semispace GC freed 4394(50KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/3MB, paused 70.922ms total 70.922ms
  1266. 04-29 10:26:40.547   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1267. 04-29 10:26:42.165   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = contacts.zz ; version = 1714375602 ; date = ?
  1268. 04-29 10:26:42.231   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = userunigram.zz ; version = 1714375602 ; date = ?
  1269. 04-29 10:26:42.251   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = UserHistoryDictionary.zz ; version = 1714375602 ; date = ?
  1270. 04-29 10:26:44.293   506   506 I LatinIME: Timeout waiting for dictionary load
  1271. 04-29 10:26:45.612   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1272. 04-29 10:26:45.619  9384  9384 I chatty  : uid=10008(com.android.contacts) expire 16 lines
  1273. 04-29 10:26:50.704   426   499 D CountryDetector: The first listener is added
  1274. 04-29 10:26:50.861  9384  9484 I chatty  : uid=10008(com.android.contacts) expire 1 line
  1275. 04-29 10:26:50.874   426   437 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/0r1-3F41472B/1 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1276. 04-29 10:26:50.901   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1277. 04-29 10:26:51.085  9384  9407 I chatty  : uid=10008(com.android.contacts) expire 3 lines
  1278. 04-29 10:26:51.597  9384  9402 I chatty  : uid=10008(com.android.contacts) expire 15 lines
  1279. 04-29 10:26:52.878   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@5183057
  1280. 04-29 10:26:52.955   426   929 W WindowManager: Failed looking up window
  1281. 04-29 10:26:52.955   426   929 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@1057af3 does not exist
  1282. 04-29 10:26:52.955   426   929 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1283. 04-29 10:26:52.955   426   929 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1284. 04-29 10:26:52.955   426   929 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1285. 04-29 10:26:52.955   426   929 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1286. 04-29 10:26:52.955   426   929 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1287. 04-29 10:26:52.955   426   929 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1288. 04-29 10:26:52.955   426   929 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1289. 04-29 10:26:58.684   426   437 I ActivityManager: START u0 {act=android.intent.action.EDIT dat=content://com.android.contacts/contacts/lookup/0r1-3F41472B/1 cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1290. 04-29 10:26:59.192  9384  9390 I chatty  : uid=10008(com.android.contacts) expire 6 lines
  1291. 04-29 10:27:01.171   426   929 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/0r1-3F41472B/1 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1292. 04-29 10:27:01.185   426 10474 W ActivityManager: Duplicate finish request for ActivityRecord{7d480d1 u0 com.android.contacts/.activities.CompactContactEditorActivity t59 f}
  1293. 04-29 10:27:02.597  9291  9305 I art     : Background sticky concurrent mark sweep GC freed 2302(204KB) AllocSpace objects, 1(20KB) LOS objects, 17% free, 1575KB/1898KB, paused 6.286ms total 38.024ms
  1294. 04-29 10:27:12.695   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@1bb2e72
  1295. 04-29 10:27:12.966   154   294 E BufferQueueProducer: [Toast] cancelBuffer: BufferQueue has been abandoned
  1296. 04-29 10:27:12.968   426   438 W WindowManager: Failed looking up window
  1297. 04-29 10:27:12.968   426   438 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@305b2c3 does not exist
  1298. 04-29 10:27:12.968   426   438 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1299. 04-29 10:27:12.968   426   438 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1300. 04-29 10:27:12.968   426   438 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1301. 04-29 10:27:12.968   426   438 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1302. 04-29 10:27:12.968   426   438 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1303. 04-29 10:27:12.968   426   438 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1304. 04-29 10:27:12.968   426   438 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1305. 04-29 10:27:22.242   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@ba8d2b3
  1306. 04-29 10:27:22.317   426   499 W WindowManager: Failed looking up window
  1307. 04-29 10:27:22.317   426   499 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@867070 does not exist
  1308. 04-29 10:27:22.317   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1309. 04-29 10:27:22.317   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1310. 04-29 10:27:22.317   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1311. 04-29 10:27:22.317   426   499 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1312. 04-29 10:27:22.317   426   499 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1313. 04-29 10:27:22.317   426   499 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1314. 04-29 10:27:22.317   426   499 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1315. 04-29 10:27:36.577   426   817 I ActivityManager: START u0 {act=android.intent.action.INSERT dat=content://com.android.contacts/contacts pkg=com.android.contacts cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1316. 04-29 10:27:37.154   426   447 I chatty  : uid=1000(system) android.display expire 10 lines
  1317. 04-29 10:27:38.764   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1318. 04-29 10:27:38.764   506   520 I art     : CollectorTransition marksweep + semispace GC freed 3724(59KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 2MB/3MB, paused 48.004ms total 48.004ms
  1319. 04-29 10:27:38.771   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1320. 04-29 10:27:41.303   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1321. 04-29 10:27:41.539   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = contacts.zz ; version = 1714375661 ; date = ?
  1322. 04-29 10:27:43.585   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1323. 04-29 10:27:48.225   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1324. 04-29 10:27:48.229  9384  9384 I chatty  : uid=10008(com.android.contacts) expire 13 lines
  1325. 04-29 10:27:50.017  9384  9515 I chatty  : uid=10008(com.android.contacts) expire 1 line
  1326. 04-29 10:27:50.025   426   607 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/0r2-3D354133/2 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1327. 04-29 10:27:50.061   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1328. 04-29 10:27:51.455   426   928 I ActivityManager: Start proc 9520:com.android.providers.calendar/u0a3 for content provider com.android.providers.calendar/.CalendarProvider2
  1329. 04-29 10:27:51.568  9520  9520 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1330. 04-29 10:27:51.569  9520  9520 W System  : ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm
  1331. 04-29 10:27:51.618  9520  9520 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@5888a93(com.android.providers.calendar.CalendarProvider2@60dfad0)
  1332. 04-29 10:27:52.029   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@fbb89f6
  1333. 04-29 10:27:52.104   426   817 W WindowManager: Failed looking up window
  1334. 04-29 10:27:52.104   426   817 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@b0e4f82 does not exist
  1335. 04-29 10:27:52.104   426   817 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1336. 04-29 10:27:52.104   426   817 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1337. 04-29 10:27:52.104   426   817 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1338. 04-29 10:27:52.104   426   817 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1339. 04-29 10:27:52.104   426   817 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1340. 04-29 10:27:52.104   426   817 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1341. 04-29 10:27:52.104   426   817 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1342. 04-29 10:27:52.635  9520  9520 I CalendarProvider2: Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000000 }
  1343. 04-29 10:27:52.636  9520  9520 W ContentResolver: Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
  1344. 04-29 10:27:52.669   426   440 I ActivityManager: Start proc 9543:com.android.calendar/u0a37 for broadcast com.android.calendar/.alerts.AlertReceiver
  1345. 04-29 10:27:52.809  9543  9543 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1346. 04-29 10:27:52.810  9543  9543 W System  : ClassLoader referenced unknown path: /system/app/Calendar/lib/arm
  1347. 04-29 10:27:52.869  9543  9543 D ExtensionsFactory: No custom extensions.
  1348. 04-29 10:27:52.873  9543  9543 D AlertReceiver: onReceive: a=android.intent.action.PROVIDER_CHANGED Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000010 cmp=com.android.calendar/.alerts.AlertReceiver }
  1349. 04-29 10:27:52.892  9543  9567 D AlertService: 0 Action = android.intent.action.PROVIDER_CHANGED
  1350. 04-29 10:27:57.899  9543  9567 I GlobalDismissManager: no sender configured
  1351. 04-29 10:27:57.901  9543  9567 D AlertService: Beginning updateAlertNotification
  1352. 04-29 10:27:57.924  9543  9567 D AlertService: No fired or scheduled alerts
  1353. 04-29 10:27:57.936  9543  9567 D AlertService: Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
  1354. 04-29 10:27:57.950  9543  9567 D AlarmScheduler: No events found starting within 1 week.
  1355. 04-29 10:28:13.072   426 10474 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@69a5f2e attribute=null, token = android.os.BinderProxy@c161624
  1356. 04-29 10:28:14.832   426   928 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@b1328e1 attribute=null, token = android.os.BinderProxy@c161624
  1357. 04-29 10:28:14.848  9384  9398 I chatty  : uid=10008(com.android.contacts) expire 1 line
  1358. 04-29 10:28:18.446   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@ca32606
  1359. 04-29 10:28:18.567   154   453 E BufferQueueProducer: [Toast] cancelBuffer: BufferQueue has been abandoned
  1360. 04-29 10:28:18.570   426   499 W WindowManager: Failed looking up window
  1361. 04-29 10:28:18.570   426   499 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@5b134c7 does not exist
  1362. 04-29 10:28:18.570   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1363. 04-29 10:28:18.570   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1364. 04-29 10:28:18.570   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1365. 04-29 10:28:18.570   426   499 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1366. 04-29 10:28:18.570   426   499 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1367. 04-29 10:28:18.570   426   499 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1368. 04-29 10:28:18.570   426   499 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1369. 04-29 10:28:21.611   426   499 I ActivityManager: START u0 {act=android.intent.action.INSERT dat=content://com.android.contacts/contacts pkg=com.android.contacts cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1370. 04-29 10:28:26.736  9384  9384 W ViewRootImpl[CompactContactEditorActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=559.0, y[0]=587.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=133141275, downTime=133141213, deviceId=1, source=0x1002 }
  1371. 04-29 10:28:26.742   426   928 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@c185045 attribute=null, token = android.os.BinderProxy@4a70c51
  1372. 04-29 10:28:29.470  9384  9384 W ViewRootImpl[CompactContactEditorActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=588.0, y[0]=669.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=1, eventTime=133144002, downTime=133143950, deviceId=1, source=0x1002 }
  1373. 04-29 10:28:29.471  9384  9384 W ViewRootImpl[CompactContactEditorActivity]: Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=588.0, y[0]=669.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=133144012, downTime=133143950, deviceId=1, source=0x1002 }
  1374. 04-29 10:28:29.473   426   928 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@d894a8 attribute=null, token = android.os.BinderProxy@4a70c51
  1375. 04-29 10:28:29.864   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1376. 04-29 10:28:29.925   506   520 I art     : CollectorTransition marksweep + semispace GC freed 4610(73KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 2MB/3MB, paused 50.659ms total 50.659ms
  1377. 04-29 10:28:29.929   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1378. 04-29 10:28:30.334   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = contacts.zz ; version = 1714375710 ; date = ?
  1379. 04-29 10:28:33.670   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1380. 04-29 10:28:40.921  9384  9588 I chatty  : uid=10008(com.android.contacts) expire 1 line
  1381. 04-29 10:28:40.929   426   817 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/0r3-414141/3 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1382. 04-29 10:28:40.950   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1383. 04-29 10:28:42.026  9384  9384 I chatty  : uid=10008(com.android.contacts) expire 9 lines
  1384. 04-29 10:28:42.932   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@7accbf2
  1385. 04-29 10:28:43.029   154   294 E BufferQueueProducer: [Toast] cancelBuffer: BufferQueue has been abandoned
  1386. 04-29 10:28:43.031   426   817 W WindowManager: Failed looking up window
  1387. 04-29 10:28:43.031   426   817 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@5b7b53e does not exist
  1388. 04-29 10:28:43.031   426   817 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1389. 04-29 10:28:43.031   426   817 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1390. 04-29 10:28:43.031   426   817 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1391. 04-29 10:28:43.031   426   817 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1392. 04-29 10:28:43.031   426   817 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1393. 04-29 10:28:43.031   426   817 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1394. 04-29 10:28:43.031   426   817 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1395. 04-29 10:28:47.930   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@c92351c
  1396. 04-29 10:28:48.016   426 10474 W WindowManager: Failed looking up window
  1397. 04-29 10:28:48.016   426 10474 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@6175525 does not exist
  1398. 04-29 10:28:48.016   426 10474 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1399. 04-29 10:28:48.016   426 10474 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1400. 04-29 10:28:48.016   426 10474 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1401. 04-29 10:28:48.016   426 10474 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1402. 04-29 10:28:48.016   426 10474 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1403. 04-29 10:28:48.016   426 10474 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1404. 04-29 10:28:48.016   426 10474 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1405. 04-29 10:28:48.353   426  1661 I ActivityManager: START u0 {act=android.intent.action.EDIT dat=content://com.android.contacts/contacts/lookup/0r3-414141/3 cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1406. 04-29 10:28:50.619   426   944 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/0r3-414141/3 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1407. 04-29 10:28:50.632   426  1661 W ActivityManager: Duplicate finish request for ActivityRecord{78c8087 u0 com.android.contacts/.activities.CompactContactEditorActivity t59 f}
  1408. 04-29 10:28:50.651  9384  9402 I chatty  : uid=10008(com.android.contacts) expire 1 line
  1409. 04-29 10:28:51.337  9384  9384 V SmsInteractionsLoader: SmsInteractionsLoader
  1410. 04-29 10:28:51.338  9384  9407 V SmsInteractionsLoader: loadInBackground
  1411. 04-29 10:28:51.559  9384  9384 I art     : Starting a blocking GC Explicit
  1412. 04-29 10:28:51.630  9384  9384 I art     : Explicit concurrent mark sweep GC freed 33641(2MB) AllocSpace objects, 1(24KB) LOS objects, 25% free, 6MB/8MB, paused 823us total 65.063ms
  1413. 04-29 10:28:51.652  9384  9384 I art     : Starting a blocking GC Explicit
  1414. 04-29 10:28:51.704  9384  9384 I art     : Explicit concurrent mark sweep GC freed 12403(761KB) AllocSpace objects, 1(24KB) LOS objects, 25% free, 5MB/7MB, paused 915us total 46.875ms
  1415. 04-29 10:28:53.532   426   499 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/profile/9223372034707292161 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1416. 04-29 10:28:53.569  9384  9402 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1417. 04-29 10:28:53.624  9384  9407 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1418. 04-29 10:28:53.922  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1419. 04-29 10:28:53.939  9384  9384 V SmsInteractionsLoader: SmsInteractionsLoader
  1420. 04-29 10:28:53.941  9384  9402 V SmsInteractionsLoader: loadInBackground
  1421. 04-29 10:28:59.053   426 10474 I ActivityManager: START u0 {act=android.intent.action.EDIT dat=content://com.android.contacts/contacts/lookup/profile/9223372034707292161 cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1422. 04-29 10:28:59.130  9384  9407 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1423. 04-29 10:28:59.274  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1424. 04-29 10:28:59.276  9384  9384 V ContactEditor: Time needed for loading: 152
  1425. 04-29 10:28:59.356  9384  9384 V ContactEditor: Time needed for setting UI: 80
  1426. 04-29 10:29:01.364   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1427. 04-29 10:29:01.430   506   506 I art     : Waiting for a blocking GC DisableMovingGc
  1428. 04-29 10:29:01.432   506   520 I art     : CollectorTransition marksweep + semispace GC freed 1218(-36KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 2MB/3MB, paused 58.471ms total 58.471ms
  1429. 04-29 10:29:01.432   506   506 I art     : Starting a blocking GC DisableMovingGc
  1430. 04-29 10:29:01.435   506   506 I LatinIME: Starting input. Cursor position = 15,15
  1431. 04-29 10:29:03.861   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = contacts.zz ; version = 1714375743 ; date = ?
  1432. 04-29 10:29:03.948   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = contacts.zz ; version = 1714375743 ; date = 1714375743
  1433. 04-29 10:29:04.778   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1434. 04-29 10:29:07.520  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1435. 04-29 10:29:07.544  9384  9384 V SmsInteractionsLoader: SmsInteractionsLoader
  1436. 04-29 10:29:07.548  9384  9402 V SmsInteractionsLoader: loadInBackground
  1437. 04-29 10:29:08.437  9384  9384 I art     : Starting a blocking GC Explicit
  1438. 04-29 10:29:08.494  9384  9384 I art     : Explicit concurrent mark sweep GC freed 9591(444KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 6MB/9MB, paused 823us total 55.145ms
  1439. 04-29 10:29:08.516  9384  9384 I art     : Starting a blocking GC Explicit
  1440. 04-29 10:29:08.567  9384  9384 I art     : Explicit concurrent mark sweep GC freed 11070(807KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 6MB/8MB, paused 793us total 47.851ms
  1441. 04-29 10:29:10.986   426   438 I ActivityManager: START u0 {act=android.intent.action.EDIT dat=content://com.android.contacts/contacts/lookup/profile/9223372034707292161 cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1442. 04-29 10:29:11.075  9384  9402 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1443. 04-29 10:29:11.137 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1444. 04-29 10:29:11.325 10481 11292 I Icing   : Usage reports ok 12, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1445. 04-29 10:29:11.331 10481 10507 I art     : Starting a blocking GC Alloc
  1446. 04-29 10:29:11.331 10481 10507 I art     : Starting a blocking GC Alloc
  1447. 04-29 10:29:11.364  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1448. 04-29 10:29:11.377  9384  9384 V ContactEditor: Time needed for loading: 306
  1449. 04-29 10:29:11.414 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1450. 04-29 10:29:11.419 10481 11292 I Icing   : Indexing com.google.android.gms-contacts_contact_id from com.google.android.gms
  1451. 04-29 10:29:11.466  9384  9384 V ContactEditor: Time needed for setting UI: 89
  1452. 04-29 10:29:11.495 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1453. 04-29 10:29:11.501 10481 11292 W Icing   : Content incarnation mismatch: Expected [?????????????-fbf1831a2b51266] found [?????????????-c6567c164aca3844]
  1454. 04-29 10:29:11.501 10481 11292 I Icing   : Indexing done com.google.android.gms-contacts_contact_id
  1455. 04-29 10:29:11.501 10481 11292 E Icing   : Aborting indexing of corpus contacts_contact_id
  1456. 04-29 10:29:11.531 10481 11292 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1457. 04-29 10:29:11.539 10481 11292 I Icing   : Removing corpus key com.google.android.gms-contacts_contact_id for package com.google.android.gms
  1458. 04-29 10:29:11.623  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1459. 04-29 10:29:11.776 10481 11292 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1460. 04-29 10:29:11.787 10481 11292 I Icing   : Indexing com.google.android.gms-contacts_contact_id from com.google.android.gms
  1461. 04-29 10:29:11.787 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1462. 04-29 10:29:11.985 10481 11292 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1463. 04-29 10:29:12.001 10481 11292 I Icing   : Indexing done com.google.android.gms-contacts_contact_id
  1464. 04-29 10:29:12.003 10481 11292 I Icing   : Indexing com.google.android.gms-phones_data_id from com.google.android.gms
  1465. 04-29 10:29:12.034 10481 11292 W Icing   : Content incarnation mismatch: Expected [?????????????-47f95b694bcb4eb3] found [?????????????-13f2c52c867cfeb8]
  1466. 04-29 10:29:12.035 10481 11292 I Icing   : Indexing done com.google.android.gms-phones_data_id
  1467. 04-29 10:29:12.035 10481 11292 E Icing   : Aborting indexing of corpus phones_data_id
  1468. 04-29 10:29:12.037 10481 11292 I Icing   : Removing corpus key com.google.android.gms-phones_data_id for package com.google.android.gms
  1469. 04-29 10:29:12.051 10481 11292 I Icing   : Flash index sort hb 4 prefix-hits 4 -> 4 at 5.554ms
  1470. 04-29 10:29:12.202 10481 11292 I Icing   : Indexing com.google.android.gms-phones_data_id from com.google.android.gms
  1471. 04-29 10:29:12.248 10481 11292 I Icing   : Indexing done com.google.android.gms-phones_data_id
  1472. 04-29 10:29:12.541   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1473. 04-29 10:29:12.603   506   506 I art     : Waiting for a blocking GC DisableMovingGc
  1474. 04-29 10:29:12.604   506   520 I art     : CollectorTransition marksweep + semispace GC freed 2048(-20KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/3MB, paused 53.070ms total 53.070ms
  1475. 04-29 10:29:12.604   506   506 I art     : Starting a blocking GC DisableMovingGc
  1476. 04-29 10:29:12.606   506   506 I LatinIME: Starting input. Cursor position = 15,15
  1477. 04-29 10:29:26.728   426   443 E BatteryStatsService: no controller energy info supplied
  1478. 04-29 10:29:26.729   426   443 E BatteryStatsService: no controller energy info supplied
  1479. 04-29 10:29:26.729   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  1480. 04-29 10:29:26.731   426   443 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu?/cpufreq/stats/time_in_state (No such file or directory)
  1481. 04-29 10:29:26.731   426   443 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  1482. 04-29 10:29:26.733   426   443 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  1483. 04-29 10:29:28.638   426   440 I ActivityManager: Start proc 9623:com.android.settings/1000 for broadcast com.android.settings/.users.ProfileUpdateReceiver
  1484. 04-29 10:29:28.764  9623  9623 I chatty  : uid=1000(system) com.android.settings expire 2 lines
  1485. 04-29 10:29:28.773   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1486. 04-29 10:29:28.930  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1487. 04-29 10:29:28.947  9384  9384 V SmsInteractionsLoader: SmsInteractionsLoader
  1488. 04-29 10:29:28.979  9384  9402 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1489. 04-29 10:29:28.991  9384  9407 V SmsInteractionsLoader: loadInBackground
  1490. 04-29 10:29:29.400  9384  9384 I QuickContact: No contact found: content://com.android.contacts/contacts/lookup/profile/9223372034707292161
  1491. 04-29 10:29:29.982  9384  9384 I Choreographer: Skipped 33 frames!  The application may be doing too much work on its main thread.
  1492. 04-29 10:29:30.372  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1493. 04-29 10:29:30.412  9384  9384 I art     : Starting a blocking GC Explicit
  1494. 04-29 10:29:30.469  9384  9384 I art     : Explicit concurrent mark sweep GC freed 13354(699KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 6MB/8MB, paused 793us total 56.182ms
  1495. 04-29 10:29:30.487  9384  9384 I art     : Starting a blocking GC Explicit
  1496. 04-29 10:29:30.533  9384  9384 I art     : Explicit concurrent mark sweep GC freed 7844(550KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 6MB/8MB, paused 823us total 45.104ms
  1497. 04-29 10:29:30.739   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@ef6d1c3
  1498. 04-29 10:29:30.796   426  1618 W WindowManager: Failed looking up window
  1499. 04-29 10:29:30.796   426  1618 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@2d2ea40 does not exist
  1500. 04-29 10:29:30.796   426  1618 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1501. 04-29 10:29:30.796   426  1618 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1502. 04-29 10:29:30.796   426  1618 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1503. 04-29 10:29:30.796   426  1618 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1504. 04-29 10:29:30.796   426  1618 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1505. 04-29 10:29:30.796   426  1618 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1506. 04-29 10:29:30.796   426  1618 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1507. 04-29 10:29:32.474  9384  9410 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  1508. 04-29 10:29:32.474  9384  9410 W OpenGLRenderer: Incorrectly called buildLayer on View: ImageButton, destroying layer...
  1509. 04-29 10:29:34.245   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@de0b4ca
  1510. 04-29 10:29:34.341   154   452 E BufferQueueProducer: [Toast] cancelBuffer: BufferQueue has been abandoned
  1511. 04-29 10:29:34.343   426   437 W WindowManager: Failed looking up window
  1512. 04-29 10:29:34.343   426   437 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@4bd5396 does not exist
  1513. 04-29 10:29:34.343   426   437 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1514. 04-29 10:29:34.343   426   437 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1515. 04-29 10:29:34.343   426   437 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1516. 04-29 10:29:34.343   426   437 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1517. 04-29 10:29:34.343   426   437 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1518. 04-29 10:29:34.343   426   437 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1519. 04-29 10:29:34.343   426   437 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1520. 04-29 10:29:34.437   426   437 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@19fb1b3 attribute=null, token = android.os.BinderProxy@c161624
  1521. 04-29 10:29:35.877  9384  9410 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  1522. 04-29 10:29:35.877  9384  9410 W OpenGLRenderer: Incorrectly called buildLayer on View: ImageButton, destroying layer...
  1523. 04-29 10:29:35.879   426   817 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@877e47a attribute=null, token = android.os.BinderProxy@c161624
  1524. 04-29 10:29:35.920  9384  9467 I ProviderStatusWatcher: Provider status changed.
  1525. 04-29 10:29:39.600   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@305a42b
  1526. 04-29 10:29:39.693   426   499 W WindowManager: Failed looking up window
  1527. 04-29 10:29:39.693   426   499 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@5ae3088 does not exist
  1528. 04-29 10:29:39.693   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1529. 04-29 10:29:39.693   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1530. 04-29 10:29:39.693   426   499 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1531. 04-29 10:29:39.693   426   499 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1532. 04-29 10:29:39.693   426   499 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1533. 04-29 10:29:39.693   426   499 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1534. 04-29 10:29:39.693   426   499 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1535. 04-29 10:29:44.360   426   944 I ActivityManager: START u0 {act=android.intent.action.INSERT dat=content://com.android.contacts/contacts pkg=com.android.contacts cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1536. 04-29 10:29:52.164   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1537. 04-29 10:29:52.216   506   520 I art     : CollectorTransition marksweep + semispace GC freed 892(-51KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/3MB, paused 45.196ms total 45.196ms
  1538. 04-29 10:29:52.220   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1539. 04-29 10:29:52.671   506   633 I LatinIME:LogUtils: Dictionary info: dictionary = contacts.zz ; version = 1714375792 ; date = ?
  1540. 04-29 10:29:57.248   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1541. 04-29 10:29:57.249  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1542. 04-29 10:29:58.538   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1543. 04-29 10:29:58.546  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1544. 04-29 10:29:58.773 10481  9656 I art     : Starting a blocking GC Alloc
  1545. 04-29 10:29:58.773 10481  9656 I art     : Starting a blocking GC Alloc
  1546. 04-29 10:29:58.916 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1547. 04-29 10:29:58.999 10481 12958 I Icing   : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1548. 04-29 10:29:59.008 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1549. 04-29 10:29:59.012 10481 12958 I Icing   : Indexing com.google.android.gms-contacts_contact_id from com.google.android.gms
  1550. 04-29 10:29:59.040 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1551. 04-29 10:29:59.088 10481 12958 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1552. 04-29 10:29:59.107 10481 12958 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1553. 04-29 10:29:59.117 10481 12203 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
  1554. 04-29 10:29:59.126 10481 12958 I Icing   : Indexing done com.google.android.gms-contacts_contact_id
  1555. 04-29 10:29:59.153 10481 12958 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
  1556. 04-29 10:29:59.156 10481 12958 I Icing   : Indexing com.google.android.gms-phones_data_id from com.google.android.gms
  1557. 04-29 10:29:59.193 10481 12958 I Icing   : Indexing done com.google.android.gms-phones_data_id
  1558. 04-29 10:30:00.026   426   440 I ProcessStatsService: Prepared write state in 6ms
  1559. 04-29 10:30:01.018   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1560. 04-29 10:30:01.023  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1561. 04-29 10:30:03.457  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1562. 04-29 10:30:03.458   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1563. 04-29 10:30:04.428   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1564. 04-29 10:30:04.438  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1565. 04-29 10:30:06.668  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1566. 04-29 10:30:06.670   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1567. 04-29 10:30:07.197  9384  9384 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
  1568. 04-29 10:30:07.197  9384  9384 E SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
  1569. 04-29 10:30:07.499  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1570. 04-29 10:30:07.503   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1571. 04-29 10:30:08.453  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1572. 04-29 10:30:08.453  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1573. 04-29 10:30:08.453   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1574. 04-29 10:30:10.143   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1575. 04-29 10:30:10.150  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1576. 04-29 10:30:10.150  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1577. 04-29 10:30:11.153   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1578. 04-29 10:30:11.155  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1579. 04-29 10:30:11.155  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1580. 04-29 10:30:13.738   506   506 I LatinIME: Starting input. Cursor position = 0,0
  1581. 04-29 10:30:13.747  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1582. 04-29 10:30:13.747  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1583. 04-29 10:30:17.525  9384  9675 V ContactSaveService: Saved contact. New URI: content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1584. 04-29 10:30:17.533   426   607 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1585. 04-29 10:30:17.566   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1586. 04-29 10:30:17.759  9384  9402 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1587. 04-29 10:30:18.245  9384  9407 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1588. 04-29 10:30:18.589  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1589. 04-29 10:30:18.663  9384  9390 I art     : Do full code cache collection, code=87KB, data=125KB
  1590. 04-29 10:30:18.666  9384  9390 I art     : Starting a blocking GC JitCodeCache
  1591. 04-29 10:30:18.666  9384  9390 I art     : After code cache collection, code=85KB, data=95KB
  1592. 04-29 10:30:18.817  9384  9384 V SmsInteractionsLoader: SmsInteractionsLoader
  1593. 04-29 10:30:18.818  9384  9402 V SmsInteractionsLoader: loadInBackground
  1594. 04-29 10:30:18.878  9520  9535 I art     : Waiting for a blocking GC DisableMovingGc
  1595. 04-29 10:30:18.888  9520  9533 I art     : CollectorTransition marksweep + semispace GC freed 661(26KB) AllocSpace objects, 0(0B) LOS objects, 34% free, 981KB/1493KB, paused 26.641ms total 26.641ms
  1596. 04-29 10:30:18.888  9520  9535 I art     : WaitForGcToComplete blocked for 10.589ms for cause DisableMovingGc
  1597. 04-29 10:30:18.889  9520  9535 I art     : Starting a blocking GC DisableMovingGc
  1598. 04-29 10:30:18.959  9384  9384 I art     : Waiting for a blocking GC Explicit
  1599. 04-29 10:30:18.966  9384  9396 I art     : Background partial concurrent mark sweep GC freed 14038(710KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 7MB/9MB, paused 1.525ms total 112.701ms
  1600. 04-29 10:30:18.966  9384  9384 I art     : WaitForGcToComplete blocked for 7.232ms for cause Explicit
  1601. 04-29 10:30:18.967  9384  9384 I art     : Starting a blocking GC Explicit
  1602. 04-29 10:30:18.986  9384  9402 V CalendarInteractionsLoader: # ContactInteraction Loaded: 0
  1603. 04-29 10:30:19.002  9384  9384 I art     : Explicit concurrent mark sweep GC freed 9791(750KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 6MB/8MB, paused 518us total 35.217ms
  1604. 04-29 10:30:19.004  9384  9384 I art     : Starting a blocking GC Explicit
  1605. 04-29 10:30:19.037  9384  9384 I art     : Explicit concurrent mark sweep GC freed 718(22KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 6MB/8MB, paused 671us total 33.020ms
  1606. 04-29 10:30:19.535   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@a0d0a2e
  1607. 04-29 10:30:19.646   154   453 E BufferQueueProducer: [Toast] cancelBuffer: BufferQueue has been abandoned
  1608. 04-29 10:30:19.648   426   771 W WindowManager: Failed looking up window
  1609. 04-29 10:30:19.648   426   771 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@a639b3a does not exist
  1610. 04-29 10:30:19.648   426   771 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1611. 04-29 10:30:19.648   426   771 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1612. 04-29 10:30:19.648   426   771 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1613. 04-29 10:30:19.648   426   771 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1614. 04-29 10:30:19.648   426   771 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1615. 04-29 10:30:19.648   426   771 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1616. 04-29 10:30:19.648   426   771 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1617. 04-29 10:30:24.627   426   499 I ActivityManager: START u0 {act=android.intent.action.EDIT dat=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4 cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1618. 04-29 10:30:24.713  9384  9407 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1619. 04-29 10:30:25.045  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1620. 04-29 10:30:25.047  9384  9384 V ContactEditor: Time needed for loading: 340
  1621. 04-29 10:30:25.216  9384  9384 V ContactEditor: Time needed for setting UI: 169
  1622. 04-29 10:30:25.472  9384  9384 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1623. 04-29 10:30:25.485   426   447 I chatty  : uid=1000(system) android.display expire 5 lines
  1624. 04-29 10:30:26.495   426   438 I ActivityManager: START u0 {act=android.provider.action.QUICK_CONTACT dat=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4 flg=0x4000000 pkg=com.android.contacts cmp=com.android.contacts/.quickcontact.QuickContactActivity (has extras)} from uid 10008 on display 0
  1625. 04-29 10:30:26.505   426  1618 W ActivityManager: Duplicate finish request for ActivityRecord{f56f078 u0 com.android.contacts/.activities.CompactContactEditorActivity t59 f}
  1626. 04-29 10:30:26.531  9384  9402 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1627. 04-29 10:30:26.533  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1628. 04-29 10:30:27.183  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1629. 04-29 10:30:27.376  9384  9384 V SmsInteractionsLoader: SmsInteractionsLoader
  1630. 04-29 10:30:27.380  9384  9402 V SmsInteractionsLoader: loadInBackground
  1631. 04-29 10:30:27.411  9520  9539 I art     : Waiting for a blocking GC DisableMovingGc
  1632. 04-29 10:30:27.411  9520  9533 I art     : CollectorTransition marksweep + semispace GC freed 69(-2536B) AllocSpace objects, 0(0B) LOS objects, 34% free, 976KB/1488KB, paused 14.801ms total 14.801ms
  1633. 04-29 10:30:27.411  9520  9539 I art     : Starting a blocking GC DisableMovingGc
  1634. 04-29 10:30:27.430  9384  9402 V CalendarInteractionsLoader: # ContactInteraction Loaded: 0
  1635. 04-29 10:30:27.492  9384  9384 I art     : Starting a blocking GC Explicit
  1636. 04-29 10:30:27.533  9384  9384 I art     : Explicit concurrent mark sweep GC freed 3350(162KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 7MB/9MB, paused 518us total 39.398ms
  1637. 04-29 10:30:27.547  9384  9384 I art     : Starting a blocking GC Explicit
  1638. 04-29 10:30:27.582  9384  9384 I art     : Explicit concurrent mark sweep GC freed 14562(981KB) AllocSpace objects, 1(24KB) LOS objects, 24% free, 6MB/8MB, paused 549us total 33.538ms
  1639. 04-29 10:30:28.323   426   438 I ActivityManager: START u0 {act=android.intent.action.EDIT dat=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4 cmp=com.android.contacts/.activities.CompactContactEditorActivity (has extras)} from uid 10008 on display 0
  1640. 04-29 10:30:28.419  9384  9407 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1641. 04-29 10:30:28.751  9384  9384 I ContactLoader: Registering content observer for content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1642. 04-29 10:30:28.753  9384  9384 V ContactEditor: Time needed for loading: 340
  1643. 04-29 10:30:28.931  9384  9384 V ContactEditor: Time needed for setting UI: 178
  1644. 04-29 10:30:31.623   426   438 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@db1bec attribute=null, token = android.os.BinderProxy@db3d1a7
  1645. 04-29 10:30:33.416  9384  9402 E ContactLoader: loadInBackground=content://com.android.contacts/contacts/lookup/0r4-473D2B2B/4
  1646. 04-29 10:30:33.820  9384  9384 V ContactEditor: Time needed for loading: 5407
  1647. 04-29 10:30:33.820  9384  9384 I ContactEditor: No contact found. Closing activity
  1648. 04-29 10:30:33.821   426  1660 W ActivityManager: Duplicate finish request for ActivityRecord{ea367a8 u0 com.android.contacts/.activities.CompactContactEditorActivity t59 f}
  1649. 04-29 10:30:34.045  9384  9384 I art     : Starting a blocking GC Explicit
  1650. 04-29 10:30:34.106  9384  9384 I art     : Explicit concurrent mark sweep GC freed 12770(815KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 7MB/9MB, paused 640us total 59.173ms
  1651. 04-29 10:30:34.128  9384  9384 I art     : Starting a blocking GC Explicit
  1652. 04-29 10:30:34.170  9384  9384 I art     : Explicit concurrent mark sweep GC freed 15112(912KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 6MB/8MB, paused 579us total 38.879ms
  1653. 04-29 10:30:36.450   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@8a7916
  1654. 04-29 10:30:36.523   426   771 W WindowManager: Failed looking up window
  1655. 04-29 10:30:36.523   426   771 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@8de7297 does not exist
  1656. 04-29 10:30:36.523   426   771 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1657. 04-29 10:30:36.523   426   771 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1658. 04-29 10:30:36.523   426   771 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1659. 04-29 10:30:36.523   426   771 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1660. 04-29 10:30:36.523   426   771 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1661. 04-29 10:30:36.523   426   771 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1662. 04-29 10:30:36.523   426   771 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1663. 04-29 10:30:36.538   426   438 I ActivityManager: START u0 {flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10023 on display 0
  1664. 04-29 10:30:37.970   426   929 I ActivityManager: Killing 9384:com.android.contacts/u0a8 (adj 900): remove task
  1665. 04-29 10:30:37.980   426   944 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 10023 on display 0
  1666. 04-29 10:30:38.026   426   771 I WindowManager: WIN DEATH: Window{3fe958d u0 com.android.contacts/com.android.contacts.activities.PeopleActivity}
  1667. 04-29 10:30:38.026   426   499 D ActivityManager: cleanUpApplicationRecord -- 9384
  1668. 04-29 10:30:38.035   426   499 W WindowManager: Permission Denial: removeAppToken() from pid=-169, uid=-1 requires android.permission.MANAGE_APP_TOKENS
  1669. 04-29 10:30:38.125   971   971 I art     : Waiting for a blocking GC DisableMovingGc
  1670. 04-29 10:30:38.126   971   988 I art     : CollectorTransition marksweep + semispace GC freed 143(-449KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 10MB/13MB, paused 123.321ms total 123.321ms
  1671. 04-29 10:30:38.126   971   971 I art     : Starting a blocking GC DisableMovingGc
  1672. 04-29 10:30:38.134   426 10474 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10046?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  1673. 04-29 10:30:38.540   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1674. 04-29 10:30:38.540   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1675. 04-29 10:30:38.540   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1676. 04-29 10:30:38.540   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1677. 04-29 10:30:38.540   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: AllAppsRecyclerViewContainerView, destroying layer...
  1678. 04-29 10:30:38.773   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  1679. 04-29 10:30:38.949   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1680. 04-29 10:30:38.949   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1681. 04-29 10:30:38.949   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1682. 04-29 10:30:38.950   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1683. 04-29 10:30:38.950   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: AllAppsRecyclerViewContainerView, destroying layer...
  1684. 04-29 10:30:41.960   426   944 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.cyanogenmod.eleven/.ui.activities.HomeActivity bnds=[14,333][168,529] (has extras)} from uid 10046 on display 0
  1685. 04-29 10:30:42.028   426  1661 I ActivityManager: Start proc 9701:com.cyanogenmod.eleven/u0a45 for activity com.cyanogenmod.eleven/.ui.activities.HomeActivity
  1686. 04-29 10:30:42.172  9701  9701 I art     : Waiting for a blocking GC AddRemoveAppImageSpace
  1687. 04-29 10:30:42.173  9701  9701 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1688. 04-29 10:30:42.262   426   929 I ActivityManager: Start proc 9719:com.cyanogenmod.eleven:main/u0a45 for service com.cyanogenmod.eleven/.MusicPlaybackService
  1689. 04-29 10:30:42.401  9719  9719 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1690. 04-29 10:30:42.454  9719  9719 V RenderScript_jni: RS native mode
  1691. 04-29 10:30:42.483  9701  9701 V RenderScript_jni: RS native mode
  1692. 04-29 10:30:42.484  9719  9719 V RenderScript_jni: Unable to load libRSSupportIO.so, USAGE_IO not supported
  1693. 04-29 10:30:42.509  9701  9701 V RenderScript_jni: Unable to load libRSSupportIO.so, USAGE_IO not supported
  1694. 04-29 10:30:42.557  9701  9713 I art     : Background sticky concurrent mark sweep GC freed 11055(1027KB) AllocSpace objects, 9(144KB) LOS objects, 13% free, 4MB/5MB, paused 8.819ms total 39.733ms
  1695. 04-29 10:30:42.593  9719  9730 I art     : Background sticky concurrent mark sweep GC freed 1994(220KB) AllocSpace objects, 0(0B) LOS objects, 21% free, 1097KB/1405KB, paused 21.118ms total 62.072ms
  1696. 04-29 10:30:42.613  9443  9455 I art     : Waiting for a blocking GC DisableMovingGc
  1697. 04-29 10:30:42.613  9443  9454 I art     : CollectorTransition marksweep + semispace GC freed 310(11KB) AllocSpace objects, 0(0B) LOS objects, 34% free, 969KB/1481KB, paused 18.981ms total 18.981ms
  1698. 04-29 10:30:42.613  9443  9455 I art     : Starting a blocking GC DisableMovingGc
  1699. 04-29 10:30:42.802  9701  9754 D LocaleSetManager: Locale Changed from: null to ar-IQ
  1700. 04-29 10:30:42.820  9701  9746 W linker  : /system/vendor/lib/hw/gralloc.omap4.so: unused DT entry: type 0xf arg 0x53b
  1701. 04-29 10:30:42.821  9701  9746 W linker  : /system/vendor/lib/libpvr2d.so: unused DT entry: type 0xf arg 0x767
  1702. 04-29 10:30:42.824  9701  9746 I OpenGLRenderer: Initialized EGL, version 1.4
  1703. 04-29 10:30:42.824  9701  9746 D OpenGLRenderer: Swap behavior 1
  1704. 04-29 10:30:42.825  9701  9746 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  1705. 04-29 10:30:42.825  9701  9746 D OpenGLRenderer: Swap behavior 0
  1706. 04-29 10:30:42.946  9701  9754 I MusicLocale: AddressBook Labels [ar-IQ]: [?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 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, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, #, ?]
  1707. 04-29 10:30:46.255   426  1618 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@8494ac attribute=null, token = android.os.BinderProxy@502b38b
  1708. 04-29 10:30:46.668   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1709. 04-29 10:30:46.673   506   506 I art     : Waiting for a blocking GC DisableMovingGc
  1710. 04-29 10:30:46.679   506   520 I art     : CollectorTransition marksweep + semispace GC freed 1805(-16KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/3MB, paused 62.286ms total 62.286ms
  1711. 04-29 10:30:46.679   506   506 I art     : WaitForGcToComplete blocked for 6.561ms for cause DisableMovingGc
  1712. 04-29 10:30:46.679   506   506 I art     : Starting a blocking GC DisableMovingGc
  1713. 04-29 10:30:46.684   506   506 I LatinIME: Starting input. Cursor position = 15,15
  1714. 04-29 10:30:47.953  9701  9701 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
  1715. 04-29 10:30:47.953  9701  9701 W ViewRootImpl[??? ????? ???????]: Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, actionButton=0, id[0]=0, x[0]=673.0, y[0]=249.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=4, eventTime=133282490, downTime=133282417, deviceId=1, source=0x1002 }
  1716. 04-29 10:30:47.954  9701  9701 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
  1717. 04-29 10:30:47.960   506   506 W InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
  1718. 04-29 10:30:47.974  9701  9701 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1719. 04-29 10:30:47.974  9701  9701 W IInputConnectionWrapper: finishComposingText on inactive InputConnection
  1720. 04-29 10:30:49.290   426   929 I ActivityManager: START u0 {cmp=com.cyanogenmod.eleven/.ui.activities.SettingsActivity} from uid 10045 on display 0
  1721. 04-29 10:30:55.732   426   771 I ActivityManager: START u0 {flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10023 on display 0
  1722. 04-29 10:30:56.059   535   556 I art     : Background partial concurrent mark sweep GC freed 45110(1713KB) AllocSpace objects, 2(48KB) LOS objects, 25% free, 14MB/19MB, paused 1.007ms total 207.855ms
  1723. 04-29 10:30:56.817   426   944 I ActivityManager: Killing 9701:com.cyanogenmod.eleven/u0a45 (adj 900): remove task
  1724. 04-29 10:30:56.832   426   771 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 10023 on display 0
  1725. 04-29 10:30:56.857   426   929 I ActivityManager: Killing 9719:com.cyanogenmod.eleven:main/u0a45 (adj 500): remove task
  1726. 04-29 10:30:56.857   426   944 I WindowManager: WIN DEATH: Window{adf3b47 u0 com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.SettingsActivity}
  1727. 04-29 10:30:56.858   426   438 I chatty  : uid=1000(system) Binder:426_2 expire 1 line
  1728. 04-29 10:30:56.859   426   817 D ActivityManager: cleanUpApplicationRecord -- 9701
  1729. 04-29 10:30:56.859   152   152 E lowmemorykiller: Error writing /proc/9719/oom_score_adj; errno=22
  1730. 04-29 10:30:56.868   426  1618 I WindowManager: WIN DEATH: Window{7f4905e u0 com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.SettingsActivity}
  1731. 04-29 10:30:56.872   426   475 I chatty  : uid=1000(system) InputDispatcher expire 2 lines
  1732. 04-29 10:30:56.873   426   817 W WindowManager: Permission Denial: removeAppToken() from pid=-169, uid=-1 requires android.permission.MANAGE_APP_TOKENS
  1733. 04-29 10:30:56.875   426   928 I WindowManager: WIN DEATH: Window{d5cfc68 u0 com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.HomeActivity}
  1734. 04-29 10:30:56.875   426   928 W InputDispatcher: Attempted to unregister already unregistered input channel 'd5cfc68 com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.HomeActivity (server)'
  1735. 04-29 10:30:56.876   426   817 W BinderNative: Uncaught exception from death notification
  1736. 04-29 10:30:56.876   426   817 W BinderNative: java.lang.SecurityException: Requires MANAGE_APP_TOKENS permission
  1737. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.wm.WindowManagerService.removeAppToken(WindowManagerService.java:4849)
  1738. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.am.ActivityStack.removeActivityFromHistoryLocked(ActivityStack.java:3858)
  1739. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.am.ActivityStack.removeHistoryRecordsForAppLocked(ActivityStack.java:4264)
  1740. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.am.ActivityStack.handleAppDiedLocked(ActivityStack.java:5005)
  1741. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.am.ActivityStackSupervisor.handleAppDiedLocked(ActivityStackSupervisor.java:1745)
  1742. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.am.ActivityManagerService.handleAppDiedLocked(ActivityManagerService.java:5118)
  1743. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.am.ActivityManagerService.appDiedLocked(ActivityManagerService.java:5267)
  1744. 04-29 10:30:56.876   426   817 W BinderNative:  at com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied(ActivityManagerService.java:1495)
  1745. 04-29 10:30:56.876   426   817 W BinderNative:  at android.os.BinderProxy.sendDeathNotice(Binder.java:688)
  1746. 04-29 10:30:56.928   426   437 D ActivityManager: cleanUpApplicationRecord -- 9719
  1747. 04-29 10:30:56.929   426   437 W ActivityManager: Scheduling restart of crashed service com.cyanogenmod.eleven/.MusicPlaybackService in 1000ms
  1748. 04-29 10:30:57.036   971   988 I art     : CollectorTransition marksweep + semispace GC freed 143(-449KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 10MB/13MB, paused 183.898ms total 183.898ms
  1749. 04-29 10:30:57.067   426 10474 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10046?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  1750. 04-29 10:30:57.763   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  1751. 04-29 10:30:57.958   426   440 I ActivityManager: Start proc 9784:com.cyanogenmod.eleven:main/u0a45 for service com.cyanogenmod.eleven/.MusicPlaybackService
  1752. 04-29 10:30:58.136  9784  9784 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1753. 04-29 10:30:58.189  9784  9784 V RenderScript_jni: RS native mode
  1754. 04-29 10:30:58.231  9784  9784 V RenderScript_jni: Unable to load libRSSupportIO.so, USAGE_IO not supported
  1755. 04-29 10:31:01.211   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1756. 04-29 10:31:01.211   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1757. 04-29 10:31:01.211   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1758. 04-29 10:31:01.211   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1759. 04-29 10:31:02.514   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1760. 04-29 10:31:02.514   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1761. 04-29 10:31:02.514   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1762. 04-29 10:31:02.514   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1763. 04-29 10:31:02.514   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: View, destroying layer...
  1764. 04-29 10:31:02.514   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  1765. 04-29 10:31:03.595   971   988 I art     : Background partial concurrent mark sweep GC freed 1720(107KB) AllocSpace objects, 1(128KB) LOS objects, 25% free, 14MB/19MB, paused 2.319ms total 101.135ms
  1766. 04-29 10:31:06.814   426   440 W ActivityManager: Activity destroy timeout for ActivityRecord{f7d3c25 u0 com.cyanogenmod.eleven/.ui.activities.HomeActivity t60 f}
  1767. 04-29 10:31:07.121   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1768. 04-29 10:31:07.121   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1769. 04-29 10:31:07.121   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1770. 04-29 10:31:07.121   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1771. 04-29 10:31:07.121   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: View, destroying layer...
  1772. 04-29 10:31:07.121   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  1773. 04-29 10:31:10.243   426   438 I ActivityManager: START u0 {act=android.appwidget.action.APPWIDGET_BIND cmp=com.android.settings/.AllowBindAppWidgetActivity (has extras)} from uid 10046 on display 0
  1774. 04-29 10:31:10.293  9623  9635 I chatty  : uid=1000(system) HeapTaskDaemon expire 4 lines
  1775. 04-29 10:31:10.523  9623  9810 I chatty  : uid=1000(system) RenderThread expire 6 lines
  1776. 04-29 10:31:10.714   426   447 I ActivityManager: Displayed com.android.settings/.AllowBindAppWidgetActivity: +451ms
  1777. 04-29 10:31:12.708   426   440 I ActivityManager: Start proc 9812:com.android.gallery3d/u0a15 for broadcast com.android.gallery3d/.gadget.PhotoAppWidgetProvider
  1778. 04-29 10:31:12.819   426  1660 I ActivityManager: START u0 {act=android.appwidget.action.APPWIDGET_CONFIGURE cmp=com.android.gallery3d/.gadget.WidgetConfigure (has extras)} from uid 1000 on display 0
  1779. 04-29 10:31:12.893  9812  9812 I art     : Starting a blocking GC AddRemoveAppImageSpace
  1780. 04-29 10:31:12.904   426   438 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10046?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  1781. 04-29 10:31:12.919   426  1618 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@f9b1d40 attribute=android.view.inputmethod.EditorInfo@7752479, token = android.os.BinderProxy@fc4e2d4
  1782. 04-29 10:31:12.998   426   437 I ActivityManager: START u0 {cmp=com.android.gallery3d/.gadget.WidgetTypeChooser} from uid 10015 on display 0
  1783. 04-29 10:31:13.176  9812  9812 E PhotoDatabaseHelper: query fail: empty cursor: android.database.sqlite.SQLiteCursor@bdc8e7e appWidgetId: 7
  1784. 04-29 10:31:13.177  9812  9812 E WidgetProvider: cannot load widget: 7
  1785. 04-29 10:31:13.351  9812  9834 W linker  : /system/vendor/lib/hw/gralloc.omap4.so: unused DT entry: type 0xf arg 0x53b
  1786. 04-29 10:31:13.351  9812  9834 W linker  : /system/vendor/lib/libpvr2d.so: unused DT entry: type 0xf arg 0x767
  1787. 04-29 10:31:13.372  9812  9834 I OpenGLRenderer: Initialized EGL, version 1.4
  1788. 04-29 10:31:13.372  9812  9834 D OpenGLRenderer: Swap behavior 1
  1789. 04-29 10:31:13.373  9812  9834 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  1790. 04-29 10:31:13.373  9812  9834 D OpenGLRenderer: Swap behavior 0
  1791. 04-29 10:31:13.937   426   447 I ActivityManager: Displayed com.android.gallery3d/.gadget.WidgetTypeChooser: +746ms (total +1s16ms)
  1792. 04-29 10:31:15.560   426   944 I ActivityManager: START u0 {act=android.intent.action.GET_CONTENT typ=image/* cmp=com.android.gallery3d/.app.DialogPicker} from uid 10015 on display 0
  1793. 04-29 10:31:15.978  9812  9812 V StateManager: startState class com.android.gallery3d.app.AlbumSetPage
  1794. 04-29 10:31:15.989  9812  9812 V NFC     : this device does not have NFC support
  1795. 04-29 10:31:16.061  9443  9455 I art     : Waiting for a blocking GC DisableMovingGc
  1796. 04-29 10:31:16.066  9443  9454 I art     : CollectorTransition marksweep + semispace GC freed 754(24KB) AllocSpace objects, 0(0B) LOS objects, 34% free, 989KB/1501KB, paused 40.588ms total 40.588ms
  1797. 04-29 10:31:16.066  9443  9455 I art     : WaitForGcToComplete blocked for 5.401ms for cause DisableMovingGc
  1798. 04-29 10:31:16.066  9443  9455 I art     : Starting a blocking GC DisableMovingGc
  1799. 04-29 10:31:16.220  9812  9840 I GLRootView: onSurfaceChanged: 800x1280, gl10: com.google.android.gles_jni.GLImpl@28fe506
  1800. 04-29 10:31:16.220  9812  9840 V GLRootView: layout content pane 800x1280 (compensation 0)
  1801. 04-29 10:31:16.452   426   447 I ActivityManager: Displayed com.android.gallery3d/.app.DialogPicker: +861ms
  1802. 04-29 10:31:18.072  9812  9812 V StateManager: startStateForResult class com.android.gallery3d.app.AlbumPage, 1
  1803. 04-29 10:31:18.284  9812  9812 D AlbumPage: onSyncDone: ********* result=0
  1804. 04-29 10:31:18.288  9812  9840 V GLRootView: layout content pane 800x1280 (compensation 0)
  1805. 04-29 10:31:18.387 10481  9849 I art     : Starting a blocking GC Alloc
  1806. 04-29 10:31:18.387 10481  9849 I art     : Starting a blocking GC Alloc
  1807. 04-29 10:31:18.388 10481 12992 I art     : Waiting for a blocking GC Alloc
  1808. 04-29 10:31:18.415   426   436 I art     : Background sticky concurrent mark sweep GC freed 16308(1088KB) AllocSpace objects, 8(228KB) LOS objects, 18% free, 8MB/10MB, paused 3.570ms total 135.192ms
  1809. 04-29 10:31:18.478 10481 10500 I art     : Waiting for a blocking GC DisableMovingGc
  1810. 04-29 10:31:18.479 10481 12992 I art     : WaitForGcToComplete blocked for 91.156ms for cause Alloc
  1811. 04-29 10:31:18.479 10481 12992 I art     : Starting a blocking GC Alloc
  1812. 04-29 10:31:18.486 10481 10500 I art     : WaitForGcToComplete blocked for 8.789ms for cause DisableMovingGc
  1813. 04-29 10:31:18.486 10481 10500 I art     : Starting a blocking GC DisableMovingGc
  1814. 04-29 10:31:19.516   426   928 I ActivityManager: START u0 {act=com.android.camera.action.CROP dat=content://com.android.gallery3d.fileprovider/cropped_image/crop_source.png typ=image/* flg=0x3 cmp=com.android.gallery3d/.filtershow.crop.CropActivity clip={text/uri-list U:content://com.android.gallery3d.fileprovider/cropped_image/crop_dest.png} (has extras)} from uid 10015 on display 0
  1815. 04-29 10:31:19.554   154   452 E IPCThreadState: binder thread pool (4 threads) starved for 140 ms
  1816. 04-29 10:31:19.908  9812  9860 W ImageLoader: Failed to read EXIF orientation
  1817. 04-29 10:31:19.908  9812  9860 W ImageLoader: java.io.IOException: Invalid exif format : com.android.gallery3d.exif.ExifInvalidFormatException: Invalid JPEG format
  1818. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at com.android.gallery3d.exif.ExifInterface.readExif(ExifInterface.java:743)
  1819. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at com.android.gallery3d.filtershow.cache.ImageLoader.getMetadataOrientation(ImageLoader.java:145)
  1820. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at com.android.gallery3d.filtershow.cache.ImageLoader.getMetadataRotation(ImageLoader.java:190)
  1821. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at com.android.gallery3d.filtershow.crop.CropActivity$LoadBitmapTask.doInBackground(CropActivity.java:266)
  1822. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at com.android.gallery3d.filtershow.crop.CropActivity$LoadBitmapTask.doInBackground(CropActivity.java:262)
  1823. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at android.os.AsyncTask$2.call(AsyncTask.java:305)
  1824. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at java.util.concurrent.FutureTask.run(FutureTask.java:237)
  1825. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243)
  1826. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  1827. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  1828. 04-29 10:31:19.908  9812  9860 W ImageLoader:   at java.lang.Thread.run(Thread.java:761)
  1829. 04-29 10:31:20.369   426   447 I ActivityManager: Displayed com.android.gallery3d/.filtershow.crop.CropActivity: +789ms
  1830. 04-29 10:31:20.666  9812  9812 V StateManager: destroy
  1831. 04-29 10:31:27.022   971   988 I art     : CollectorTransition marksweep + semispace GC freed 1699(-370KB) AllocSpace objects, 2(448KB) LOS objects, 25% free, 10MB/13MB, paused 132.019ms total 132.019ms
  1832. 04-29 10:31:27.024   971   971 E Launcher: Error: appWidgetId (EXTRA_APPWIDGET_ID) was not returned from the widget configuration activity.
  1833. 04-29 10:31:27.032   426   771 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10046?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  1834. 04-29 10:31:27.699   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1835. 04-29 10:31:27.699   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1836. 04-29 10:31:27.699   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1837. 04-29 10:31:27.699   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1838. 04-29 10:31:27.699   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: View, destroying layer...
  1839. 04-29 10:31:27.699   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  1840. 04-29 10:31:28.875   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1841. 04-29 10:31:28.875   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1842. 04-29 10:31:28.875   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1843. 04-29 10:31:28.875   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1844. 04-29 10:31:28.875   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: View, destroying layer...
  1845. 04-29 10:31:28.875   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: FrameLayout, destroying layer...
  1846. 04-29 10:31:29.750   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1847. 04-29 10:31:29.750   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1848. 04-29 10:31:29.750   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1849. 04-29 10:31:29.750   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1850. 04-29 10:31:30.357   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1851. 04-29 10:31:30.357   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1852. 04-29 10:31:30.373   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1853. 04-29 10:31:30.373   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1854. 04-29 10:31:30.373   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: AllAppsRecyclerViewContainerView, destroying layer...
  1855. 04-29 10:31:31.188   426   499 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.gallery3d/.app.GalleryActivity bnds=[14,137][168,333] (has extras)} from uid 10046 on display 0
  1856. 04-29 10:31:31.360  9812  9812 V StateManager: startState class com.android.gallery3d.app.AlbumSetPage
  1857. 04-29 10:31:31.443  9443  9454 I art     : CollectorTransition marksweep + semispace GC freed 286(8KB) AllocSpace objects, 0(0B) LOS objects, 34% free, 980KB/1492KB, paused 50.659ms total 50.659ms
  1858. 04-29 10:31:31.658  9812  9871 I GLRootView: onSurfaceChanged: 800x1280, gl10: com.google.android.gles_jni.GLImpl@128c2e0
  1859. 04-29 10:31:31.659  9812  9871 V GLRootView: layout content pane 800x1280 (compensation 0)
  1860. 04-29 10:31:31.879   426   447 I ActivityManager: Displayed com.android.gallery3d/.app.GalleryActivity: +666ms
  1861. 04-29 10:31:35.158  9812  9877 V MenuExecutor: Execute cmd: 2131689897 for /local/all/1028075469
  1862. 04-29 10:31:35.171  9443  9753 D MediaProvider: object removed 80
  1863. 04-29 10:31:35.194  9812  9877 V MenuExecutor: It takes 36 ms to execute cmd for /local/all/1028075469
  1864. 04-29 10:31:35.545   426  1661 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@5ff6197 attribute=null, token = android.os.BinderProxy@a6eeebc
  1865. 04-29 10:31:35.727  9784  9806 E ELEVEN  : calling refresh!
  1866. 04-29 10:31:37.790   426   928 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@166ec8f attribute=null, token = android.os.BinderProxy@a6eeebc
  1867. 04-29 10:31:39.077   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@f42bf84
  1868. 04-29 10:31:39.128   426  1660 W WindowManager: Failed looking up window
  1869. 04-29 10:31:39.128   426  1660 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@9ddf36d does not exist
  1870. 04-29 10:31:39.128   426  1660 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1871. 04-29 10:31:39.128   426  1660 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1872. 04-29 10:31:39.128   426  1660 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1873. 04-29 10:31:39.128   426  1660 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1874. 04-29 10:31:39.128   426  1660 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1875. 04-29 10:31:39.128   426  1660 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1876. 04-29 10:31:39.128   426  1660 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1877. 04-29 10:31:39.244   426   928 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@644e838 attribute=null, token = android.os.BinderProxy@a6eeebc
  1878. 04-29 10:31:39.452  9812  9812 V StateManager: switchState com.android.gallery3d.app.AlbumSetPage@84a80b0, class com.android.gallery3d.app.AlbumSetPage
  1879. 04-29 10:31:39.666   426   437 I NotificationService: cancelToast pkg=com.android.gallery3d callback=android.app.ITransientNotification$Stub$Proxy@d682011
  1880. 04-29 10:31:39.667   426   437 W NotificationService: Toast already cancelled. pkg=com.android.gallery3d callback=android.app.ITransientNotification$Stub$Proxy@d682011
  1881. 04-29 10:31:39.675  9812  9871 V GLRootView: layout content pane 800x1280 (compensation 0)
  1882. 04-29 10:31:41.193   426   771 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@e81413 attribute=null, token = android.os.BinderProxy@a6eeebc
  1883. 04-29 10:31:43.227   426   426 W WindowManager: Attempted to remove non-existing token: android.os.Binder@d410576
  1884. 04-29 10:31:43.286   426  1661 W WindowManager: Failed looking up window
  1885. 04-29 10:31:43.286   426  1661 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@39d7777 does not exist
  1886. 04-29 10:31:43.286   426  1661 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9455)
  1887. 04-29 10:31:43.286   426  1661 W WindowManager:         at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9446)
  1888. 04-29 10:31:43.286   426  1661 W WindowManager:         at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2390)
  1889. 04-29 10:31:43.286   426  1661 W WindowManager:         at com.android.server.wm.Session.remove(Session.java:193)
  1890. 04-29 10:31:43.286   426  1661 W WindowManager:         at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:242)
  1891. 04-29 10:31:43.286   426  1661 W WindowManager:         at com.android.server.wm.Session.onTransact(Session.java:136)
  1892. 04-29 10:31:43.286   426  1661 W WindowManager:         at android.os.Binder.execTransact(Binder.java:565)
  1893. 04-29 10:31:43.335   426   437 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@a35de6f attribute=null, token = android.os.BinderProxy@a6eeebc
  1894. 04-29 10:31:43.552   426  1661 I ActivityManager: START u0 {act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.android.packageinstaller cmp=com.android.packageinstaller/.permission.ui.GrantPermissionsActivity (has extras)} from uid 10015 on display 0
  1895. 04-29 10:31:43.753  9329  9341 I art     : CollectorTransition marksweep + semispace GC freed 2947(134KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 1008KB/1520KB, paused 21.179ms total 21.179ms
  1896. 04-29 10:31:43.834   426   438 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@5ebf28b attribute=null, token = android.os.BinderProxy@a6eeebc
  1897. 04-29 10:31:43.849  9812  9812 V StateManager: switchState com.android.gallery3d.app.AlbumSetPage@d6cfd17, class com.android.gallery3d.app.AlbumSetPage
  1898. 04-29 10:31:43.922  9812  9871 I GLRootView: GLObject has changed from com.google.android.gles_jni.GLImpl@128c2e0 to com.google.android.gles_jni.GLImpl@c830e7a
  1899. 04-29 10:31:43.924  9812  9871 I GLRootView: onSurfaceChanged: 800x1280, gl10: com.google.android.gles_jni.GLImpl@c830e7a
  1900. 04-29 10:31:43.925  9812  9871 V GLRootView: layout content pane 800x1280 (compensation 0)
  1901. 04-29 10:31:45.452   426   607 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@47f42bd attribute=null, token = android.os.BinderProxy@a6eeebc
  1902. 04-29 10:31:45.541  9812  9812 V StateManager: switchState com.android.gallery3d.app.AlbumSetPage@d289ef6, class com.android.gallery3d.app.AlbumSetPage
  1903. 04-29 10:31:45.811   426  1660 I NotificationService: cancelToast pkg=com.android.gallery3d callback=android.app.ITransientNotification$Stub$Proxy@bb330b2
  1904. 04-29 10:31:45.813   426  1660 W WindowManager: Attempted to remove non-existing token: android.os.Binder@bdecf68
  1905. 04-29 10:31:45.820  9812  9871 V GLRootView: layout content pane 800x1280 (compensation 0)
  1906. 04-29 10:31:50.104  9812  9877 V MenuExecutor: Execute cmd: 2131689897 for /cluster/{/local/all}/type/0
  1907. 04-29 10:31:50.104  9812  9877 V MenuExecutor: It takes 0 ms to execute cmd for /cluster/{/local/all}/type/0
  1908. 04-29 10:31:50.104  9812  9877 V MenuExecutor: Execute cmd: 2131689897 for /cluster/{/local/all}/type/1
  1909. 04-29 10:31:50.104  9812  9877 V MenuExecutor: It takes 0 ms to execute cmd for /cluster/{/local/all}/type/1
  1910. 04-29 10:31:50.541   426  1618 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@e4c240a attribute=null, token = android.os.BinderProxy@a6eeebc
  1911. 04-29 10:31:51.222  9812  9812 V StateManager: no more state, finish activity
  1912. 04-29 10:31:51.222  9812  9812 V StateManager: finishState com.android.gallery3d.app.AlbumSetPage@e6297aa
  1913. 04-29 10:31:51.480   971   971 I art     : Waiting for a blocking GC DisableMovingGc
  1914. 04-29 10:31:51.480   971   988 I art     : CollectorTransition marksweep + semispace GC freed 1345(-366KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 9MB/12MB, paused 145.629ms total 145.629ms
  1915. 04-29 10:31:51.480   971   971 I art     : Starting a blocking GC DisableMovingGc
  1916. 04-29 10:31:51.484   426   771 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10046?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  1917. 04-29 10:31:51.554   426   436 I art     : Background partial concurrent mark sweep GC freed 12503(639KB) AllocSpace objects, 2(60KB) LOS objects, 19% free, 8MB/10MB, paused 1.647ms total 161.651ms
  1918. 04-29 10:31:51.846   426  1660 I ActivityManager: START u0 {flg=0x10804000 cmp=com.android.systemui/.recents.RecentsActivity} from uid 10023 on display 0
  1919. 04-29 10:31:51.933  9812  9812 V StateManager: destroy
  1920. 04-29 10:31:52.362   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  1921. 04-29 10:31:53.035   426  1660 I ActivityManager: Killing 9812:com.android.gallery3d/u0a15 (adj 900): remove task
  1922. 04-29 10:31:53.046   426 10474 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.Launcher} from uid 10023 on display 0
  1923. 04-29 10:31:53.099   426  1618 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10046?v=0 pkg=com.google.android.googlequicksearchbox } U=0: not found
  1924. 04-29 10:31:53.182   426  1660 D GraphicsStats: Buffer count: 8
  1925. 04-29 10:31:53.183   426  1660 D ActivityManager: cleanUpApplicationRecord -- 9812
  1926. 04-29 10:31:53.634   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: Hotseat, destroying layer...
  1927. 04-29 10:31:53.634   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer...
  1928. 04-29 10:31:53.634   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: PageIndicatorLineCaret, destroying layer...
  1929. 04-29 10:31:53.634   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: QsbContainerView, destroying layer...
  1930. 04-29 10:31:53.634   971  1022 W OpenGLRenderer: Incorrectly called buildLayer on View: AllAppsRecyclerViewContainerView, destroying layer...
  1931. 04-29 10:31:56.390   426  1661 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[477,137][631,333] (has extras)} from uid 10046 on display 0
  1932. 04-29 10:31:56.651  9918  9918 I com.android.settings: type=1400 audit(0.0:30): avc: denied { getattr } for comm=4173796E635461736B202331 path="/data/user_de/0/com.android.phone" dev="mmcblk0p12" ino=604122 scontext=u:r:system_app:s0 tcontext=u:object_r:radio_data_file:s0 tclass=dir permissive=1
  1933. 04-29 10:31:56.658  9623  9918 I chatty  : uid=1000(system) AsyncTask #1 expire 6 lines
  1934. 04-29 10:31:56.706  9623  9919 I chatty  : uid=1000(system) AsyncTask #2 expire 3 lines
  1935. 04-29 10:31:56.803  9623  9921 I chatty  : uid=1000(system) SummaryLoader expire 10 lines
  1936. 04-29 10:31:57.016   426   447 I ActivityManager: Displayed com.android.settings/.Settings: +614ms (total +13s297ms)
  1937. 04-29 10:31:57.070 20824 20835 I art     : CollectorTransition marksweep + semispace GC freed 50(1360B) AllocSpace objects, 0(0B) LOS objects, 29% free, 1236KB/1748KB, paused 16.815ms total 16.815ms
  1938. 04-29 10:31:57.150   426   817 I ProcessStatsService: Added stats: ????-??-??-??-??-??, over +3h17m1s250ms
  1939. 04-29 10:31:57.196   426   486 E wifi    : wifi_get_supported_feature_set returned error = 0xffffffa1
  1940. 04-29 10:31:57.201   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  1941. 04-29 10:31:57.201   426   771 E BatteryStatsService: no controller energy info supplied
  1942. 04-29 10:31:57.201   426   771 E BatteryStatsService: no controller energy info supplied
  1943. 04-29 10:31:57.202   426   771 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu?/cpufreq/stats/time_in_state (No such file or directory)
  1944. 04-29 10:31:57.203   426   771 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  1945. 04-29 10:31:57.205   426   771 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  1946. 04-29 10:31:57.230  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.icing.service.IndexWorkerService
  1947. 04-29 10:31:57.230  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.service.DropBoxEntryAddedService
  1948. 04-29 10:31:57.230  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.PlatformStatsCollectorService
  1949. 04-29 10:31:57.230  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.security.snet.SnetService
  1950. 04-29 10:31:57.230  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.icing.service.IndexService
  1951. 04-29 10:31:57.230  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.ipa.base.IpaGcmTaskService
  1952. 04-29 10:31:57.287  9623  9921 W DataUsageController: Failed to get data usage, no subscriber id
  1953. 04-29 10:32:02.790  9623  9623 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:767 android.content.ContextWrapper.startActivity:356 com.android.settings.Utils.startWithFragment:529 com.android.settings.Utils.startWithFragment:484 com.android.settings.dashboard.conditional.BatterySaverCondition.onPrimaryClick:58
  1954. 04-29 10:32:02.790  9623  9623 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:779 android.app.ContextImpl.startActivity:768 android.content.ContextWrapper.startActivity:356 com.android.settings.Utils.startWithFragment:529 com.android.settings.Utils.startWithFragment:484
  1955. 04-29 10:32:02.791   426  1661 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  1956. 04-29 10:32:02.792   426  1661 W ActivityManager: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras) }
  1957. 04-29 10:32:02.925  9623  9623 D SubSettings: Launching fragment com.android.settings.fuelgauge.BatterySaverSettings
  1958. 04-29 10:32:03.068  9623  9918 D Index   : Indexing locale 'ar_IQ' took 10 millis
  1959. 04-29 10:32:03.087  9623  9635 I art     : Background partial concurrent mark sweep GC freed 7514(468KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 2MB/3MB, paused 7.293ms total 93.872ms
  1960. 04-29 10:32:03.122  9623  9918 D Index   : Indexing locale 'ar_IQ' took 16 millis
  1961. 04-29 10:32:03.456   426   447 I ActivityManager: Displayed com.android.settings/.SubSettings: +651ms
  1962. 04-29 10:32:05.101   426   928 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2aefda6 attribute=null, token = android.os.BinderProxy@b00bbc9
  1963. 04-29 10:32:08.936   426  1618 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@911663d attribute=null, token = android.os.BinderProxy@b00bbc9
  1964. 04-29 10:32:11.087   426   499 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@32f3d00 attribute=null, token = android.os.BinderProxy@b00bbc9
  1965. 04-29 10:32:12.648  9623  9635 W art     : Suspending all threads took: 29.205ms
  1966. 04-29 10:32:12.663  9623  9635 I art     : Background sticky concurrent mark sweep GC freed 7738(431KB) AllocSpace objects, 1(20KB) LOS objects, 13% free, 3MB/3MB, paused 30.334ms total 73.272ms
  1967. 04-29 10:32:12.667  9623  9919 D Index   : Indexing locale 'ar_IQ' took 99 millis
  1968. 04-29 10:32:12.721 20824 20835 I art     : CollectorTransition marksweep + semispace GC freed 41(984B) AllocSpace objects, 0(0B) LOS objects, 30% free, 1158KB/1670KB, paused 33.843ms total 33.843ms
  1969. 04-29 10:32:12.832   426   607 I ProcessStatsService: Added stats: ????-??-??-??-??-??, over +3h17m1s250ms
  1970. 04-29 10:32:12.871  9623  9623 D DashboardSummary: onConditionsChanged
  1971. 04-29 10:32:12.873  9623  9921 W ProcStatsManager: No process com.android.providers.calendar/10003 for service com.android.providers.calendar.EmptyService
  1972. 04-29 10:32:12.873  9623  9921 W ProcStatsManager: No process com.android.calendar/10037 for service com.android.calendar.alerts.AlertService
  1973. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.android.printspooler/10053 for service com.android.printspooler.model.PrintSpoolerService
  1974. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.security.snet.SnetIdleTaskService
  1975. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.chimera.GmsBoundBrokerService
  1976. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.checkin.EventLogService
  1977. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.chimera.GmsIntentOperationService
  1978. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.icing.service.IndexWorkerService
  1979. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.service.DropBoxEntryAddedService
  1980. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.PlatformStatsCollectorService
  1981. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.security.snet.SnetService
  1982. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.icing.service.IndexService
  1983. 04-29 10:32:12.874  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.ipa.base.IpaGcmTaskService
  1984. 04-29 10:32:12.889  9623  9921 W DataUsageController: Failed to get data usage, no subscriber id
  1985. 04-29 10:32:12.908   426   486 E wifi    : wifi_get_supported_feature_set returned error = 0xffffffa1
  1986. 04-29 10:32:12.913   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  1987. 04-29 10:32:12.913   426   607 E BatteryStatsService: no controller energy info supplied
  1988. 04-29 10:32:12.914   426   607 E BatteryStatsService: no controller energy info supplied
  1989. 04-29 10:32:12.914   426   607 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu?/cpufreq/stats/time_in_state (No such file or directory)
  1990. 04-29 10:32:12.915   426   607 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  1991. 04-29 10:32:12.916   426   607 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  1992. 04-29 10:32:16.178   426   443 E BatteryStatsService: power: Missing API
  1993. 04-29 10:32:16.180   426   486 E wifi    : wifi_get_supported_feature_set returned error = 0xffffffa1
  1994. 04-29 10:32:16.185   426   440 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu?/cpufreq/stats/time_in_state (No such file or directory)
  1995. 04-29 10:32:16.188   426   443 E BatteryStatsService: no controller energy info supplied
  1996. 04-29 10:32:16.188   426   443 E BatteryStatsService: no controller energy info supplied
  1997. 04-29 10:32:16.189   426   440 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  1998. 04-29 10:32:16.190   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  1999. 04-29 10:32:16.194   426   443 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu?/cpufreq/stats/time_in_state (No such file or directory)
  2000. 04-29 10:32:16.194   426   443 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  2001. 04-29 10:32:16.196   426   443 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  2002. 04-29 10:32:17.970  9623  9623 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:767 android.content.ContextWrapper.startActivity:356 com.android.settings.Utils.startWithFragment:529 com.android.settings.Utils.startWithFragment:484 com.android.settings.dashboard.conditional.BatterySaverCondition.onPrimaryClick:58
  2003. 04-29 10:32:17.971  9623  9623 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:779 android.app.ContextImpl.startActivity:768 android.content.ContextWrapper.startActivity:356 com.android.settings.Utils.startWithFragment:529 com.android.settings.Utils.startWithFragment:484
  2004. 04-29 10:32:17.972   426   944 I ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
  2005. 04-29 10:32:17.972   426   944 W ActivityManager: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras) }
  2006. 04-29 10:32:18.077  9623  9623 D SubSettings: Launching fragment com.android.settings.fuelgauge.BatterySaverSettings
  2007. 04-29 10:32:18.136  9623  9919 D Index   : Indexing locale 'ar_IQ' took 16 millis
  2008. 04-29 10:32:18.170  9623  9919 D Index   : Indexing locale 'ar_IQ' took 11 millis
  2009. 04-29 10:32:18.520   426   447 I ActivityManager: Displayed com.android.settings/.SubSettings: +531ms
  2010. 04-29 10:32:19.706  9623  9918 D Index   : Indexing locale 'ar_IQ' took 21 millis
  2011. 04-29 10:32:19.891   426   499 I ProcessStatsService: Added stats: ????-??-??-??-??-??, over +3h17m1s250ms
  2012. 04-29 10:32:19.937   426   486 E wifi    : wifi_get_supported_feature_set returned error = 0xffffffa1
  2013. 04-29 10:32:19.940   655   655 E PhoneInterfaceManager: [PhoneIntfMgr] queryModemActivityInfo: Empty response
  2014. 04-29 10:32:19.942   426   944 E BatteryStatsService: no controller energy info supplied
  2015. 04-29 10:32:19.942   426   944 E BatteryStatsService: no controller energy info supplied
  2016. 04-29 10:32:19.943   426   944 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu?/cpufreq/stats/time_in_state (No such file or directory)
  2017. 04-29 10:32:19.944   426   944 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
  2018. 04-29 10:32:19.945   426   944 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
  2019. 04-29 10:32:20.002  9623  9623 D DashboardSummary: onConditionsChanged
  2020. 04-29 10:32:20.008  9623  9921 W ProcStatsManager: No process com.android.providers.calendar/10003 for service com.android.providers.calendar.EmptyService
  2021. 04-29 10:32:20.011  9623  9921 W ProcStatsManager: No process com.android.calendar/10037 for service com.android.calendar.alerts.AlertService
  2022. 04-29 10:32:20.011  9623  9921 W ProcStatsManager: No process com.android.printspooler/10053 for service com.android.printspooler.model.PrintSpoolerService
  2023. 04-29 10:32:20.011  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.security.snet.SnetIdleTaskService
  2024. 04-29 10:32:20.011  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.chimera.GmsBoundBrokerService
  2025. 04-29 10:32:20.011  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.checkin.EventLogService
  2026. 04-29 10:32:20.011  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.chimera.GmsIntentOperationService
  2027. 04-29 10:32:20.011  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.icing.service.IndexWorkerService
  2028. 04-29 10:32:20.012  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.service.DropBoxEntryAddedService
  2029. 04-29 10:32:20.012  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.stats.PlatformStatsCollectorService
  2030. 04-29 10:32:20.012  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.security.snet.SnetService
  2031. 04-29 10:32:20.012  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.icing.service.IndexService
  2032. 04-29 10:32:20.012  9623  9921 W ProcStatsManager: No process com.google.android.gms/10024 for service com.google.android.gms.ipa.base.IpaGcmTaskService
  2033. 04-29 10:32:20.019  9623  9921 W DataUsageController: Failed to get data usage, no subscriber id
  2034. 04-29 10:32:20.163  9623  9623 I art     : Starting a blocking GC Explicit
  2035. 04-29 10:32:20.194  9623  9623 I art     : Explicit concurrent mark sweep GC freed 11325(763KB) AllocSpace objects, 5(172KB) LOS objects, 24% free, 3MB/4MB, paused 427us total 30.639ms
  2036. 04-29 10:32:20.196  9623  9623 I art     : Starting a blocking GC Explicit
  2037. 04-29 10:32:20.222  9623  9623 I art     : Explicit concurrent mark sweep GC freed 529(24KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 3MB/4MB, paused 396us total 25.939ms
  2038. 04-29 10:32:20.817   426 10474 I ActivityManager: START u0 {flg=0x8000 cmp=com.evervolv.toolbox/.Toolbox (has extras)} from uid 1000 on display 0
  2039. 04-29 10:32:20.887   426   771 I ActivityManager: Start proc 9951:com.evervolv.toolbox/1000 for activity com.evervolv.toolbox/.Toolbox
  2040. 04-29 10:32:21.016  9951  9951 W System  : ClassLoader referenced unknown path: /system/priv-app/EVToolbox/lib/arm
  2041. 04-29 10:32:21.165  9951  9951 W art     : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
  2042. 04-29 10:32:21.224  9951  9951 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
  2043. 04-29 10:32:21.312  9951  9951 D ConstraintsHelper: construct key=disable_toolbox available=true
  2044. 04-29 10:32:21.507  9951  9968 W linker  : /system/vendor/lib/hw/gralloc.omap4.so: unused DT entry: type 0xf arg 0x53b
  2045. 04-29 10:32:21.508  9951  9968 W linker  : /system/vendor/lib/libpvr2d.so: unused DT entry: type 0xf arg 0x767
  2046. 04-29 10:32:21.511  9951  9968 I OpenGLRenderer: Initialized EGL, version 1.4
  2047. 04-29 10:32:21.511  9951  9968 D OpenGLRenderer: Swap behavior 1
  2048. 04-29 10:32:21.511  9951  9968 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  2049. 04-29 10:32:21.511  9951  9968 D OpenGLRenderer: Swap behavior 0
  2050. 04-29 10:32:21.895   426   447 I ActivityManager: Displayed com.evervolv.toolbox/.Toolbox: +1s53ms
  2051. 04-29 10:32:25.864   426   944 I ActivityManager: START u0 {act=com.evervolv.toolbox.action.BUGREPORT cmp=com.evervolv.toolbox/.support.BugReport} from uid 1000 on display 0
  2052. 04-29 10:32:25.907  9951  9951 I AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
  2053. 04-29 10:32:26.416   426   447 I ActivityManager: Displayed com.evervolv.toolbox/.support.BugReport: +535ms
  2054. 04-29 10:32:29.463  9951  9968 W linker  : /system/vendor/lib/libglslcompiler.so: unused DT entry: type 0xf arg 0x3db
  2055. 04-29 10:32:29.490  9951  9951 D BugReport: Calling pull_logcat
  2056. 04-29 10:32:29.519  9974  9974 I init    : type=1400 audit(0.0:31): avc: denied { execute_no_trans } for path="/system/bin/dumplogcat" dev="mmcblk0p10" ino=31841 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
  2057. 04-29 10:32:29.550  9975  9975 I logcat  : type=1400 audit(0.0:32): avc: denied { write } for path="/data/data/com.evervolv.toolbox/files/logcat-2024-04-29-10-32-29.txt.tmp" dev="mmcblk0p12" ino=605890 scontext=u:r:logd:s0 tcontext=u:object_r:system_app_data_file:s0 tclass=file permissive=1
  2058. [logcat: 0.315s elapsed]
  2059.  
  2060. Broadcasting: Intent { act=com.evervolv.toolbox.action.DUMPLOGCAT_FINISHED (has extras) }
  2061. Broadcast completed: result=0
  2062.  

Reply to "Logcat: ev_soho-7.1.2-nightly-2017.11.03"

Here you can reply to the paste above