Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. I/ActivityManager( 629): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10304000 cmp=com.vache.fdmanager/.MyActivity u=0} from pid 787
  2. D/PowerManagerService( 629): acquireWakeLock flags=0x1 tag=ActivityManager-Launch
  3. I/ActivityManager( 629): Start proc com.vache.fdmanager for activity com.vache.fdmanager/.MyActivity: pid=3891 uid=10113 gids={1029}
  4. D/WindowManager( 629): applyLidSwitchState --> mPowerManager.goToSleep time : 1357242879440
  5. E/Trace ( 3891): error opening trace file: No such file or directory (2)
  6. D/ActivityThread( 3891): setTargetHeapUtilization:0.25
  7. D/ActivityThread( 3891): setTargetHeapIdealFree:8388608
  8. D/ActivityThread( 3891): setTargetHeapConcurrentStart:2097152
  9. W/dalvikvm( 3891): threadid=1: thread exiting with uncaught exception (group=0x40fee438)
  10. E/AndroidRuntime( 3891): FATAL EXCEPTION: main
  11. E/AndroidRuntime( 3891): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.vache.fdmanager/com.vache.fdmanager.MyActivity}: java.lang.NullPointerException
  12. E/AndroidRuntime( 3891): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2062)
  13. E/AndroidRuntime( 3891): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2087)
  14. E/AndroidRuntime( 3891): at android.app.ActivityThread.access$600(ActivityThread.java:133)
  15. E/AndroidRuntime( 3891): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1198)
  16. E/AndroidRuntime( 3891): at android.os.Handler.dispatchMessage(Handler.java:99)
  17. E/AndroidRuntime( 3891): at android.os.Looper.loop(Looper.java:137)
  18. E/AndroidRuntime( 3891): at android.app.ActivityThread.main(ActivityThread.java:4777)
  19. E/AndroidRuntime( 3891): at java.lang.reflect.Method.invokeNative(Native Method)
  20. E/AndroidRuntime( 3891): at java.lang.reflect.Method.invoke(Method.java:511)
  21. E/AndroidRuntime( 3891): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
  22. E/AndroidRuntime( 3891): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
  23. E/AndroidRuntime( 3891): at dalvik.system.NativeStart.main(Native Method)
  24. E/AndroidRuntime( 3891): Caused by: java.lang.NullPointerException
  25. E/AndroidRuntime( 3891): at com.vache.fdmanager.MyActivity.Run(MyActivity.java:94)
  26. E/AndroidRuntime( 3891): at com.vache.fdmanager.MyActivity.onCreate(MyActivity.java:29)
  27. E/AndroidRuntime( 3891): at android.app.Activity.performCreate(Activity.java:5008)
  28. E/AndroidRuntime( 3891): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
  29. E/AndroidRuntime( 3891): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2026)
  30. E/AndroidRuntime( 3891): ... 11 more
  31. W/ActivityManager( 629): Force finishing activity com.vache.fdmanager/.MyActivity
  32. D/PowerManagerService( 629): acquireWakeLock flags=0x1 tag=ActivityManager-Launch
  33. W/ActivityManager( 629): Activity pause timeout for ActivityRecord{41d5b780 com.vache.fdmanager/.MyActivity}
  34. D/WindowManager( 629): applyLidSwitchState --> mPowerManager.goToSleep time : 1357242880116
  35. D/WindowManager( 629): applyLidSwitchState --> mPowerManager.goToSleep time : 1357242880120
  36. W/ResourceType( 629): Skipping entry 0x7f04000c in package table 0 because it is not complex!
  37. W/ResourceType( 629): Skipping entry 0x7f04000d in package table 0 because it is not complex!
  38. D/PowerManagerService( 629): releaseWakeLock flags=0x1 tag=ActivityManager-Launch
  39. I/ActivityManager( 629): No longer want com.android.email (pid 2419): hidden #16
  40. I/CcdiService( 3261): handleMessage():1305: handleMessage received : MSG_CHECK_HAS_ACCOUNT
  41. V/CcdiService( 3261): checkHasAccount():1483: checkHasAccount() newdequeue = true
  42. D/dalvikvm( 629): WAIT_FOR_CONCURRENT_GC blocked 0ms
  43. D/dalvikvm( 629): GC_EXPLICIT freed 1280K, 22% free 28962K/36679K, paused 3ms+6ms, total 144ms
  44. D/QC-QMI ( 156): Processing indication: Service ID= 3, Message ID = 81, Client ID = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement