Advertisement
CRY1S1S

DashClock

Oct 25th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. [ 10-26 03:34:55.780 422: 440 I/ActivityManager ]
  2. Start proc net.nurik.roman.dashclock for broadcast net.nurik.roman.dashclock/com.google.android.apps.dashclock.WidgetProvider: pid=8328 uid=10011 gids={50011, 3003, 1028}
  3.  
  4. [ 10-26 03:34:55.780 422: 1843 I/ActivityManager ]
  5. START u0 {act=android.appwidget.action.APPWIDGET_CONFIGURE cmp=net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationActivity (has extras)} from pid 6304
  6.  
  7. [ 10-26 03:34:55.850 149: 451 V/audio_hw_primary ]
  8. Set 'HS Left Playback' to 'Off'
  9.  
  10. [ 10-26 03:34:55.850 149: 451 V/audio_hw_primary ]
  11. Set 'HS Right Playback' to 'Off'
  12.  
  13. [ 10-26 03:34:55.850 149: 451 V/audio_hw_primary ]
  14. Set 'HF Left Playback' to 'Off'
  15.  
  16. [ 10-26 03:34:55.850 149: 451 V/audio_hw_primary ]
  17. Set 'HF Right Playback' to 'Off'
  18.  
  19. [ 10-26 03:34:55.975 422: 1843 D/dalvikvm ]
  20. GC_FOR_ALLOC freed 653K, 32% free 16913K/24844K, paused 129ms, total 129ms
  21.  
  22. [ 10-26 03:34:56.061 422: 1843 D/dalvikvm ]
  23. GC_FOR_ALLOC freed 429K, 32% free 16902K/24844K, paused 83ms, total 83ms
  24.  
  25. [ 10-26 03:34:56.076 6304: 6304 I/Choreographer ]
  26. Skipped 35 frames! The application may be doing too much work on its main thread.
  27.  
  28. [ 10-26 03:34:56.115 8328: 8328 W/ResourceType ]
  29. Failure getting entry for 0x7f020042 (t=1 e=66) in package 0 (error -75)
  30.  
  31. [ 10-26 03:34:56.115 8328: 8328 D/AndroidRuntime ]
  32. Shutting down VM
  33.  
  34. [ 10-26 03:34:56.115 8328: 8328 W/dalvikvm ]
  35. threadid=1: thread exiting with uncaught exception (group=0x419e5700)
  36.  
  37. [ 10-26 03:34:56.123 8328: 8328 E/AndroidRuntime ]
  38. FATAL EXCEPTION: main
  39.  
  40. java.lang.RuntimeException: Unable to start activity ComponentInfo{net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationActivity}: android.view.InflateException: Binary XML file line #39: Error inflating class com.android.internal.widget.ActionBarView
  41. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2214)
  42. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2264)
  43. at android.app.ActivityThread.access$600(ActivityThread.java:144)
  44. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1259)
  45. at android.os.Handler.dispatchMessage(Handler.java:99)
  46. at android.os.Looper.loop(Looper.java:137)
  47. at android.app.ActivityThread.main(ActivityThread.java:5136)
  48. at java.lang.reflect.Method.invokeNative(Native Method)
  49. at java.lang.reflect.Method.invoke(Method.java:525)
  50. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
  51. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
  52. at dalvik.system.NativeStart.main(Native Method)
  53.  
  54. Caused by: android.view.InflateException: Binary XML file line #39: Error inflating class com.android.internal.widget.ActionBarView
  55. at android.view.LayoutInflater.createView(LayoutInflater.java:620)
  56. at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:696)
  57. at android.view.LayoutInflater.rInflate(LayoutInflater.java:755)
  58. at android.view.LayoutInflater.rInflate(LayoutInflater.java:758)
  59. at android.view.LayoutInflater.rInflate(LayoutInflater.java:758)
  60. at android.view.LayoutInflater.inflate(LayoutInflater.java:492)
  61. at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  62. at android.view.LayoutInflater.inflate(LayoutInflater.java:353)
  63. at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:2823)
  64. at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2886)
  65. at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:263)
  66. at android.app.Activity.setContentView(Activity.java:1901)
  67. at com.google.android.apps.dashclock.configuration.ConfigurationActivity.onCreate(ConfigurationActivity.java:117)
  68. at android.app.Activity.performCreate(Activity.java:5216)
  69. at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  70. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2178)
  71. ... 11 more
  72.  
  73. Caused by: java.lang.reflect.InvocationTargetException
  74. at java.lang.reflect.Constructor.constructNative(Native Method)
  75. at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
  76. at android.view.LayoutInflater.createView(LayoutInflater.java:594)
  77. ... 26 more
  78.  
  79. Caused by: android.view.InflateException: Binary XML file line #17: Error inflating class <unknown>
  80. at android.view.LayoutInflater.createView(LayoutInflater.java:620)
  81. at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  82. at android.view.LayoutInflater.onCreateView(LayoutInflater.java:669)
  83. at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:694)
  84. at android.view.LayoutInflater.inflate(LayoutInflater.java:469)
  85. at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  86. at com.android.internal.widget.ActionBarView.<init>(ActionBarView.java:226)
  87. ... 29 more
  88.  
  89. Caused by: java.lang.reflect.InvocationTargetException
  90. at java.lang.reflect.Constructor.constructNative(Native Method)
  91. at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
  92. at android.view.LayoutInflater.createView(LayoutInflater.java:594)
  93. ... 35 more
  94.  
  95. Caused by: android.content.res.Resources$NotFoundException: File res/drawable/configure_ab_item_background.xml from drawable resource ID #0x7f020015
  96. at android.content.res.Resources.loadDrawable(Resources.java:2091)
  97. at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  98. at android.view.View.<init>(View.java:3364)
  99. at android.view.ViewGroup.<init>(ViewGroup.java:459)
  100. at android.widget.LinearLayout.<init>(LinearLayout.java:176)
  101. at android.widget.LinearLayout.<in
  102.  
  103. [ 10-26 03:34:56.131 422: 886 W/ActivityManager ]
  104. Force finishing activity net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationActivity
  105.  
  106. [ 10-26 03:34:56.631 422: 440 W/ActivityManager ]
  107. Activity pause timeout for ActivityRecord{426a1ea0 u0 net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationActivity}
  108.  
  109. [ 10-26 03:34:56.647 6304: 6304 E/Launcher ]
  110. Error: appWidgetId (EXTRA_APPWIDGET_ID) was not returned from the \widget configuration activity.
  111.  
  112. [ 10-26 03:34:58.319 8328: 8328 I/Process ]
  113. Sending signal. PID: 8328 SIG: 9
  114.  
  115. [ 10-26 03:34:58.326 149: 242 V/audio_hw_primary ]
  116. Set 'HS Left Playback' to 'Off'
  117.  
  118. [ 10-26 03:34:58.326 149: 242 V/audio_hw_primary ]
  119. Set 'HS Right Playback' to 'Off'
  120.  
  121. [ 10-26 03:34:58.326 149: 242 V/audio_hw_primary ]
  122. Set 'HF Left Playback' to 'HF DAC'
  123.  
  124. [ 10-26 03:34:58.326 149: 242 V/audio_hw_primary ]
  125. Set 'HF Right Playback' to 'HF DAC'
  126.  
  127. [ 10-26 03:34:58.350 422: 864 I/ActivityManager ]
  128. Process net.nurik.roman.dashclock (pid 8328) has died.
  129.  
  130. [ 10-26 03:34:58.358 422: 2801 W/InputMethodManagerService ]
  131. Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@420bf238 attribute=null, token = android.os.BinderProxy@421b8c90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement