Advertisement
Guest User

Untitled

a guest
Aug 13th, 2011
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. FATAL EXCEPTION: main
  2. java.lang.RuntimeException: Unable to resume activity {net.toreishi.webtop2sd/net.toreishi.webtop2sd.webtop2sd}: java.lang.RuntimeException: Unable to resume activity {net.toreishi.webtop2sd/net.toreishi.webtop2sd.PartitioningActivity}: java.lang.NullPointerException
  3. at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2208)
  4. at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2228)
  5. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1721)
  6. at android.app.ActivityThread.access$1500(ActivityThread.java:124)
  7. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:968)
  8. at android.os.Handler.dispatchMessage(Handler.java:99)
  9. at android.os.Looper.loop(Looper.java:130)
  10. at android.app.ActivityThread.main(ActivityThread.java:3806)
  11. at java.lang.reflect.Method.invokeNative(Native Method)
  12. at java.lang.reflect.Method.invoke(Method.java:507)
  13. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
  14. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
  15. at dalvik.system.NativeStart.main(Native Method)
  16. Caused by: java.lang.RuntimeException: Unable to resume activity {net.toreishi.webtop2sd/net.toreishi.webtop2sd.PartitioningActivity}: java.lang.NullPointerException
  17. at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2208)
  18. at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:170)
  19. at android.app.LocalActivityManager.dispatchResume(LocalActivityManager.java:518)
  20. at android.app.ActivityGroup.onResume(ActivityGroup.java:58)
  21. at net.toreishi.webtop2sd.webtop2sd.onResume(Unknown Source)
  22. at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1150)
  23. at android.app.Activity.performResume(Activity.java:3912)
  24. at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2191)
  25. ... 12 more
  26. Caused by: java.lang.NullPointerException
  27. at net.toreishi.a.d.a(Unknown Source)
  28. at net.toreishi.a.d.b(Unknown Source)
  29. at net.toreishi.webtop2sd.webtop2sdApplication.a(Unknown Source)
  30. at net.toreishi.webtop2sd.PartitioningActivity.onSharedPreferenceChanged(Unknown Source)
  31. at net.toreishi.webtop2sd.PartitioningActivity.onResume(Unknown Source)
  32. at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1150)
  33. at android.app.Activity.performResume(Activity.java:3912)
  34. at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2191)
  35. ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement