Advertisement
Guest User

Untitled

a guest
Aug 30th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. 08-30 14:58:25.347: D/UserLog(12339): step 1
  2. 08-30 14:58:25.347: D/UserLog(12339): step 2
  3. 08-30 14:58:25.367: D/UserLog(12339): step 3
  4. 08-30 14:58:25.367: D/UserLog(12339): step 4
  5. 08-30 14:58:25.367: D/UserLog(12339): step 5
  6. 08-30 14:58:25.367: D/UserLog(12339): step 6
  7. 08-30 14:58:25.367: D/UserLog(12339): step 7
  8. 08-30 14:58:25.377: D/UserLog(12339): step 8
  9. 08-30 14:58:25.377: D/UserLog(12339): step 9
  10. 08-30 14:58:25.397: D/UserLog(12339): step 10
  11. 08-30 14:58:25.397: D/UserLog(12339): step 11
  12. 08-30 14:58:25.397: D/UserLog(12339): step 12
  13. 08-30 14:58:25.397: D/UserLog(12339): step 13
  14. 08-30 14:58:25.397: D/UserLog(12339): step 14
  15. 08-30 14:58:25.397: D/UserLog(12339): step 15
  16. 08-30 14:58:25.397: D/UserLog(12339): step 16
  17. 08-30 14:58:25.397: D/UserLog(12339): step 17
  18. 08-30 14:58:25.417: D/UserLog(12339): step 18
  19. 08-30 14:58:25.417: D/UserLog(12339): step 19
  20. 08-30 14:58:25.417: D/UserLog(12339): step 20
  21. 08-30 14:58:25.417: D/UserLog(12339): step 21
  22. 08-30 14:58:25.417: D/UserLog(12339): step 22
  23. 08-30 14:58:25.417: D/UserLog(12339): step 23
  24. 08-30 14:58:25.417: D/UserLog(12339): step 24
  25. 08-30 14:58:25.417: D/UserLog(12339): step 25
  26. 08-30 14:58:25.427: D/UserLog(12339): step 26
  27. 08-30 14:58:25.447: D/UserLog(12339): step 27
  28. 08-30 14:58:25.477: D/UserLog(12339): step 28
  29. 08-30 14:58:25.477: D/UserLog(12339): step 29
  30. 08-30 14:58:25.477: D/UserLog(12339): step 30
  31. 08-30 14:58:25.477: D/UserLog(12339): step 31
  32. 08-30 14:58:25.477: D/UserLog(12339): step 32
  33. 08-30 14:58:25.477: D/UserLog(12339): step 33
  34. 08-30 14:58:25.477: D/UserLog(12339): step 34
  35. 08-30 14:58:25.477: D/UserLog(12339): step 35
  36. 08-30 14:58:25.477: D/UserLog(12339): step 36
  37. 08-30 14:58:25.477: D/UserLog(12339): step 37
  38. 08-30 14:58:25.477: D/UserLog(12339): step 38
  39. 08-30 14:58:25.477: D/UserLog(12339): step 39
  40. 08-30 14:58:25.477: D/AndroidRuntime(12339): Shutting down VM
  41. 08-30 14:58:25.477: W/dalvikvm(12339): threadid=1: thread exiting with uncaught exception (group=0x4165d700)
  42. 08-30 14:58:25.487: E/AndroidRuntime(12339): FATAL EXCEPTION: main
  43. 08-30 14:58:25.487: E/AndroidRuntime(12339): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.vsifc.elderlyapp/com.vsifc.elderlyapp.ReviewScoresActivity}: java.lang.NullPointerException
  44. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2339)
  45. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2389)
  46. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.ActivityThread.access$600(ActivityThread.java:153)
  47. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1269)
  48. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.os.Handler.dispatchMessage(Handler.java:99)
  49. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.os.Looper.loop(Looper.java:137)
  50. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.ActivityThread.main(ActivityThread.java:5289)
  51. 08-30 14:58:25.487: E/AndroidRuntime(12339): at java.lang.reflect.Method.invokeNative(Native Method)
  52. 08-30 14:58:25.487: E/AndroidRuntime(12339): at java.lang.reflect.Method.invoke(Method.java:525)
  53. 08-30 14:58:25.487: E/AndroidRuntime(12339): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
  54. 08-30 14:58:25.487: E/AndroidRuntime(12339): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
  55. 08-30 14:58:25.487: E/AndroidRuntime(12339): at dalvik.system.NativeStart.main(Native Method)
  56. 08-30 14:58:25.487: E/AndroidRuntime(12339): Caused by: java.lang.NullPointerException
  57. 08-30 14:58:25.487: E/AndroidRuntime(12339): at com.vsifc.elderlyapp.ReviewScoresActivity.onCreate(ReviewScoresActivity.java:120)
  58. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.Activity.performCreate(Activity.java:5133)
  59. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  60. 08-30 14:58:25.487: E/AndroidRuntime(12339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2293)
  61. 08-30 14:58:25.487: E/AndroidRuntime(12339): ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement