Skip to content

Instantly share code, notes, and snippets.

@wmbest2
Created October 11, 2010 23:25
Show Gist options
  • Save wmbest2/621400 to your computer and use it in GitHub Desktop.
Save wmbest2/621400 to your computer and use it in GitHub Desktop.
10-11 19:15:48.649: INFO/ActivityManager(17687): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.wmbest.iphone4/.iPhone4Launcher }
10-11 19:15:48.707: INFO/ActivityManager(17687): Start proc com.wmbest.iphone4 for activity com.wmbest.iphone4/.iPhone4Launcher: pid=23166 uid=10113 gids={3003}
10-11 19:15:48.949: ERROR/dalvikvm(23166): Could not find class 'com.wmbest.iphone4.iPhone4Launcher$1', referenced from method com.wmbest.iphone4.iPhone4Launcher.onCreate
10-11 19:15:48.949: WARN/dalvikvm(23166): VFY: unable to resolve new-instance 155 (Lcom/wmbest/iphone4/iPhone4Launcher$1;) in Lcom/wmbest/iphone4/iPhone4Launcher;
10-11 19:15:48.949: DEBUG/dalvikvm(23166): VFY: replacing opcode 0x22 at 0x0026
10-11 19:15:48.949: DEBUG/dalvikvm(23166): VFY: dead code 0x0028-0036 in Lcom/wmbest/iphone4/iPhone4Launcher;.onCreate (Landroid/os/Bundle;)V
10-11 19:15:49.027: DEBUG/AndroidRuntime(23166): Shutting down VM
10-11 19:15:49.027: WARN/dalvikvm(23166): threadid=1: thread exiting with uncaught exception (group=0x4001d7e0)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): FATAL EXCEPTION: main
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): java.lang.NoClassDefFoundError: com.wmbest.iphone4.iPhone4Launcher$1
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at com.wmbest.iphone4.iPhone4Launcher.onCreate(iPhone4Launcher.java:24)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.os.Handler.dispatchMessage(Handler.java:99)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.os.Looper.loop(Looper.java:123)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at android.app.ActivityThread.main(ActivityThread.java:4627)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at java.lang.reflect.Method.invokeNative(Native Method)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at java.lang.reflect.Method.invoke(Method.java:521)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
10-11 19:15:49.035: ERROR/AndroidRuntime(23166): at dalvik.system.NativeStart.main(Native Method)
10-11 19:15:49.043: WARN/ActivityManager(17687): Force finishing activity com.wmbest.iphone4/.iPhone4Launcher
10-11 19:15:49.316: INFO/ActivityManager(17687): Process com.appspot.swisscodemonkeys.apps (pid 23064) has died.
10-11 19:15:49.543: WARN/ActivityManager(17687): Activity pause timeout for HistoryRecord{4726efd8 com.wmbest.iphone4/.iPhone4Launcher}
10-11 19:15:50.410: INFO/ActivityManager(17687): Process com.noshufou.android.su (pid 23082) has died.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment