Advertisement
Guest User

Untitled

a guest
Sep 9th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.98 KB | None | 0 0
  1. --------- beginning of /dev/log/system
  2. I/ActivityManager( 3186): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 3186
  3. I/ActivityManager( 3186): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 3186
  4. I/ActivityManager( 3186): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.modaco.cameralauncher/com.modaco.cameralauncherActivity bnds=[640,376][640,376] u=0} from pid 3395
  5. --------- beginning of /dev/log/main
  6. I/dalvikvm( 5435): Turning on JNI app bug workarounds for target SDK version 10...
  7. I/ActivityManager( 3186): Start proc com.modaco.cameralauncher for activity com.modaco.cameralauncher/com.modaco.cameralauncherActivity: pid=5435 uid=10005 gids={1028}
  8. D/AndroidRuntime( 5435): Shutting down VM
  9. W/dalvikvm( 5435): threadid=1: thread exiting with uncaught exception (group=0x40cde300)
  10. I/ActivityManager( 3186): START {act=android.intent.action.MAIN cmp=com.google.android.gallery3d/com.android.camera.Camera u=0} from pid 5435
  11. E/AndroidRuntime( 5435): FATAL EXCEPTION: main
  12. E/AndroidRuntime( 5435): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.modaco.cameralauncher/com.modaco.cameralauncherActivity}: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.google.android.gallery3d/com.android.camera.Camera}; have you declared this activity in your AndroidManifest.xml?
  13. E/AndroidRuntime( 5435):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
  14. E/AndroidRuntime( 5435):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
  15. E/AndroidRuntime( 5435):    at android.app.ActivityThread.access$600(ActivityThread.java:130)
  16. E/AndroidRuntime( 5435):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
  17. E/AndroidRuntime( 5435):    at android.os.Handler.dispatchMessage(Handler.java:99)
  18. E/AndroidRuntime( 5435):    at android.os.Looper.loop(Looper.java:137)
  19. E/AndroidRuntime( 5435):    at android.app.ActivityThread.main(ActivityThread.java:4745)
  20. E/AndroidRuntime( 5435):    at java.lang.reflect.Method.invokeNative(Native Method)
  21. E/AndroidRuntime( 5435):    at java.lang.reflect.Method.invoke(Method.java:511)
  22. E/AndroidRuntime( 5435):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
  23. E/AndroidRuntime( 5435):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
  24. E/AndroidRuntime( 5435):    at dalvik.system.NativeStart.main(Native Method)
  25. E/AndroidRuntime( 5435): Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.google.android.gallery3d/com.android.camera.Camera}; have you declared this activity in your AndroidManifest.xml?
  26. E/AndroidRuntime( 5435):    at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1541)
  27. E/AndroidRuntime( 5435):    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1416)
  28. E/AndroidRuntime( 5435):    at android.app.Activity.startActivityForResult(Activity.java:3351)
  29. E/AndroidRuntime( 5435):    at android.app.Activity.startActivityForResult(Activity.java:3312)
  30. E/AndroidRuntime( 5435):    at android.app.Activity.startActivity(Activity.java:3522)
  31. E/AndroidRuntime( 5435):    at android.app.Activity.startActivity(Activity.java:3490)
  32. E/AndroidRuntime( 5435):    at com.modaco.cameralauncherActivity.onCreate(cameralauncherActivity.java:18)
  33. E/AndroidRuntime( 5435):    at android.app.Activity.performCreate(Activity.java:5008)
  34. E/AndroidRuntime( 5435):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
  35. E/AndroidRuntime( 5435):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
  36. E/AndroidRuntime( 5435):    ... 11 more
  37. W/ActivityManager( 3186):   Force finishing activity com.modaco.cameralauncher/com.modaco.cameralauncherActivity
  38. I/dalvikvm( 3186): Jit: resizing JitTable from 8192 to 16384
  39. W/ActivityManager( 3186): Activity pause timeout for ActivityRecord{41b478f0 com.modaco.cameralauncher/com.modaco.cameralauncherActivity}
  40. I/ActivityManager( 3186): No longer want com.hatsproductions.OrganTrail (pid 5032): hidden #16
  41. D/dalvikvm( 4734): GC_CONCURRENT freed 370K, 22% free 9242K/11719K, paused 4ms+2ms, total 30ms
  42. I/Process ( 5435): Sending signal. PID: 5435 SIG: 9
  43. I/ActivityManager( 3186): Process com.modaco.cameralauncher (pid 5435) has died.
  44. W/InputMethodManagerService( 3186): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41689de8 attribute=null
  45. V/TabletStatusBar( 3289): setLightsOn(true)
  46. D/dalvikvm( 3289): GC_CONCURRENT freed 898K, 64% free 11593K/32199K, paused 12ms+3ms, total 43ms
  47. D/dalvikvm( 3289): WAIT_FOR_CONCURRENT_GC blocked 26ms
  48. W/ActivityManager( 3186): Activity destroy timeout for ActivityRecord{41b478f0 com.modaco.cameralauncher/com.modaco.cameralauncherActivity}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement