Guest User

Crash log (LogCat)

a guest
Jun 13th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.23 KB | None | 0 0
  1. 06-13 17:13:01.909: D/LightsService(371): Excessive delay setting light: 64ms
  2. 06-13 17:13:01.969: D/LightsService(371): Excessive delay setting light: 52ms
  3. 06-13 17:13:02.079: D/LightsService(371): Excessive delay setting light: 53ms
  4. 06-13 17:13:02.299: D/LightsService(371): Excessive delay setting light: 73ms
  5. 06-13 17:13:02.309: I/ActivityManager(371): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.example.crystalball/.MainActivity} from pid 528
  6. 06-13 17:13:02.349: E/SoundPool(371): error loading /system/media/audio/ui/Effect_Tick.ogg
  7. 06-13 17:13:02.349: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg
  8. 06-13 17:13:02.349: E/SoundPool(371): error loading /system/media/audio/ui/Effect_Tick.ogg
  9. 06-13 17:13:02.349: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg
  10. 06-13 17:13:02.349: E/SoundPool(371): error loading /system/media/audio/ui/Effect_Tick.ogg
  11. 06-13 17:13:02.369: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg
  12. 06-13 17:13:02.369: E/SoundPool(371): error loading /system/media/audio/ui/Effect_Tick.ogg
  13. 06-13 17:13:02.369: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg
  14. 06-13 17:13:02.369: E/SoundPool(371): error loading /system/media/audio/ui/Effect_Tick.ogg
  15. 06-13 17:13:02.369: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg
  16. 06-13 17:13:02.379: E/SoundPool(371): error loading /system/media/audio/ui/KeypressStandard.ogg
  17. 06-13 17:13:02.379: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/KeypressStandard.ogg
  18. 06-13 17:13:02.379: E/SoundPool(371): error loading /system/media/audio/ui/KeypressSpacebar.ogg
  19. 06-13 17:13:02.379: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/KeypressSpacebar.ogg
  20. 06-13 17:13:02.379: E/SoundPool(371): error loading /system/media/audio/ui/KeypressDelete.ogg
  21. 06-13 17:13:02.379: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/KeypressDelete.ogg
  22. 06-13 17:13:02.379: E/SoundPool(371): error loading /system/media/audio/ui/KeypressReturn.ogg
  23. 06-13 17:13:02.379: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/KeypressReturn.ogg
  24. 06-13 17:13:02.389: E/SoundPool(371): error loading /system/media/audio/ui/KeypressInvalid.ogg
  25. 06-13 17:13:02.389: W/AudioService(371): Soundpool could not load file: /system/media/audio/ui/KeypressInvalid.ogg
  26. 06-13 17:13:02.389: W/AudioService(371): onLoadSoundEffects(), Error -1 while loading samples
  27. 06-13 17:13:02.419: E/gralloc_goldfish(49): gralloc_alloc: Mismatched usage flags: 328 x 546, usage 333
  28. 06-13 17:13:02.419: W/GraphicBufferAllocator(49): alloc(328, 546, 1, 00000333, ...) failed -22 (Invalid argument)
  29. 06-13 17:13:02.419: E/(49): GraphicBufferAlloc::createGraphicBuffer(w=328, h=546) failed (Invalid argument), handle=0x0
  30. 06-13 17:13:02.419: E/BufferQueue(371): [ScreenshotClient] dequeueBuffer: SurfaceComposer::createGraphicBuffer failed
  31. 06-13 17:13:02.429: W/WindowManager(371): Screenshot failure taking screenshot for (328x546) to layer 21005
  32. 06-13 17:13:02.689: I/ActivityManager(371): Start proc com.example.crystalball for activity com.example.crystalball/.MainActivity: pid=1138 uid=10052 gids={50052}
  33. 06-13 17:13:02.699: D/dalvikvm(1138): Not late-enabling CheckJNI (already on)
  34. 06-13 17:13:03.339: D/dalvikvm(1138): GC_FOR_ALLOC freed 49K, 4% free 2926K/3040K, paused 96ms, total 97ms
  35. 06-13 17:13:03.459: I/dalvikvm-heap(1138): Grow heap (frag case) to 3.691MB for 811216-byte allocation
  36. 06-13 17:13:03.599: D/dalvikvm(1138): GC_FOR_ALLOC freed <1K, 4% free 3718K/3836K, paused 132ms, total 132ms
  37. 06-13 17:13:03.829: D/AndroidRuntime(1138): Shutting down VM
  38. 06-13 17:13:03.829: W/dalvikvm(1138): threadid=1: thread exiting with uncaught exception (group=0xb1aaeba8)
  39. 06-13 17:13:03.849: E/AndroidRuntime(1138): FATAL EXCEPTION: main
  40. 06-13 17:13:03.849: E/AndroidRuntime(1138): Process: com.example.crystalball, PID: 1138
  41. 06-13 17:13:03.849: E/AndroidRuntime(1138): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.crystalball/com.example.crystalball.MainActivity}: java.lang.ClassCastException: android.widget.TextView cannot be cast to android.widget.Button
  42. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)
  43. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
  44. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.ActivityThread.access$800(ActivityThread.java:135)
  45. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
  46. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.os.Handler.dispatchMessage(Handler.java:102)
  47. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.os.Looper.loop(Looper.java:136)
  48. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.ActivityThread.main(ActivityThread.java:5017)
  49. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at java.lang.reflect.Method.invokeNative(Native Method)
  50. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at java.lang.reflect.Method.invoke(Method.java:515)
  51. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
  52. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
  53. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at dalvik.system.NativeStart.main(Native Method)
  54. 06-13 17:13:03.849: E/AndroidRuntime(1138): Caused by: java.lang.ClassCastException: android.widget.TextView cannot be cast to android.widget.Button
  55. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at com.example.crystalball.MainActivity.onCreate(MainActivity.java:23)
  56. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.Activity.performCreate(Activity.java:5231)
  57. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  58. 06-13 17:13:03.849: E/AndroidRuntime(1138):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
  59. 06-13 17:13:03.849: E/AndroidRuntime(1138):     ... 11 more
  60. 06-13 17:13:03.899: W/ActivityManager(371):   Force finishing activity com.example.crystalball/.MainActivity
  61. 06-13 17:13:04.229: I/WindowManager(371): Screenshot max retries 4 of Token{b208df78 ActivityRecord{b208de18 u0 com.example.crystalball/.MainActivity t5 f}} appWin=Window{b2136448 u0 Starting com.example.crystalball} drawState=4
  62. 06-13 17:13:04.229: W/WindowManager(371): Screenshot failure taking screenshot for (768x1280) to layer 21010
  63. 06-13 17:13:04.849: W/ActivityManager(371): Activity pause timeout for ActivityRecord{b208de18 u0 com.example.crystalball/.MainActivity t5 f}
  64. 06-13 17:13:05.349: W/EGL_emulation(528): eglSurfaceAttrib not implemented
  65. 06-13 17:13:12.459: E/WindowManager(371): Starting window AppWindowToken{b20ee150 token=Token{b208df78 ActivityRecord{b208de18 u0 com.example.crystalball/.MainActivity t5}}} timed out
  66. 06-13 17:13:16.999: W/ActivityManager(371): Activity destroy timeout for ActivityRecord{b208de18 u0 com.example.crystalball/.MainActivity t5 f}
Advertisement
Add Comment
Please, Sign In to add comment