Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 09-26 13:40:45.019: D/dalvikvm(810): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:40:45.089: D/AndroidRuntime(810): Shutting down VM
- 09-26 13:40:45.109: W/dalvikvm(810): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:40:45.189: E/AndroidRuntime(810): FATAL EXCEPTION: main
- 09-26 13:40:45.189: E/AndroidRuntime(810): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:40:45.189: E/AndroidRuntime(810): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:40:45.189: E/AndroidRuntime(810): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:40:45.189: E/AndroidRuntime(810): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:40:45.189: E/AndroidRuntime(810): ... 11 more
- 09-26 13:40:48.349: I/Process(810): Sending signal. PID: 810 SIG: 9
- 09-26 13:41:31.809: D/dalvikvm(835): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:41:31.889: D/AndroidRuntime(835): Shutting down VM
- 09-26 13:41:31.889: W/dalvikvm(835): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:41:32.019: E/AndroidRuntime(835): FATAL EXCEPTION: main
- 09-26 13:41:32.019: E/AndroidRuntime(835): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:41:32.019: E/AndroidRuntime(835): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:41:32.019: E/AndroidRuntime(835): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:41:32.019: E/AndroidRuntime(835): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:41:32.019: E/AndroidRuntime(835): ... 11 more
- 09-26 13:41:46.600: D/dalvikvm(873): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:41:46.638: D/AndroidRuntime(873): Shutting down VM
- 09-26 13:41:46.668: W/dalvikvm(873): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:41:46.768: E/AndroidRuntime(873): FATAL EXCEPTION: main
- 09-26 13:41:46.768: E/AndroidRuntime(873): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:41:46.768: E/AndroidRuntime(873): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:41:46.768: E/AndroidRuntime(873): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:41:46.768: E/AndroidRuntime(873): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:41:46.768: E/AndroidRuntime(873): ... 11 more
- 09-26 13:41:49.708: I/Process(873): Sending signal. PID: 873 SIG: 9
- 09-26 13:42:27.858: D/dalvikvm(934): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:42:27.928: D/AndroidRuntime(934): Shutting down VM
- 09-26 13:42:27.928: W/dalvikvm(934): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:42:27.958: E/AndroidRuntime(934): FATAL EXCEPTION: main
- 09-26 13:42:27.958: E/AndroidRuntime(934): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:42:27.958: E/AndroidRuntime(934): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:42:27.958: E/AndroidRuntime(934): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:42:27.958: E/AndroidRuntime(934): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:42:27.958: E/AndroidRuntime(934): ... 11 more
- 09-26 13:43:26.069: D/dalvikvm(981): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:43:26.109: D/AndroidRuntime(981): Shutting down VM
- 09-26 13:43:26.109: W/dalvikvm(981): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:43:26.159: E/AndroidRuntime(981): FATAL EXCEPTION: main
- 09-26 13:43:26.159: E/AndroidRuntime(981): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:43:26.159: E/AndroidRuntime(981): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:43:26.159: E/AndroidRuntime(981): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:43:26.159: E/AndroidRuntime(981): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:43:26.159: E/AndroidRuntime(981): ... 11 more
- 09-26 13:44:06.079: I/Process(981): Sending signal. PID: 981 SIG: 9
- 09-26 13:45:15.859: D/dalvikvm(1028): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:45:15.859: D/AndroidRuntime(1028): Shutting down VM
- 09-26 13:45:15.859: W/dalvikvm(1028): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): FATAL EXCEPTION: main
- 09-26 13:45:15.969: E/AndroidRuntime(1028): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:45:15.969: E/AndroidRuntime(1028): ... 11 more
- 09-26 13:45:19.140: I/Process(1028): Sending signal. PID: 1028 SIG: 9
- 09-26 13:46:51.848: D/dalvikvm(1081): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:46:51.858: D/AndroidRuntime(1081): Shutting down VM
- 09-26 13:46:51.898: W/dalvikvm(1081): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): FATAL EXCEPTION: main
- 09-26 13:46:51.948: E/AndroidRuntime(1081): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:46:51.948: E/AndroidRuntime(1081): ... 11 more
- 09-26 13:46:54.878: I/Process(1081): Sending signal. PID: 1081 SIG: 9
- 09-26 13:48:03.529: D/dalvikvm(1131): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 13:48:03.558: D/AndroidRuntime(1131): Shutting down VM
- 09-26 13:48:03.558: W/dalvikvm(1131): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): FATAL EXCEPTION: main
- 09-26 13:48:03.618: E/AndroidRuntime(1131): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.os.Looper.loop(Looper.java:137)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at dalvik.system.NativeStart.main(Native Method)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 13:48:03.618: E/AndroidRuntime(1131): ... 11 more
- 09-26 13:48:06.970: I/Process(1131): Sending signal. PID: 1131 SIG: 9
- 09-26 14:01:43.518: D/gralloc_goldfish(1210): Emulator without GPU emulation detected.
- 09-26 14:05:04.359: I/Choreographer(1210): Skipped 76 frames! The application may be doing too much work on its main thread.
- 09-26 14:05:31.418: D/dalvikvm(1268): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 14:05:31.488: D/AndroidRuntime(1268): Shutting down VM
- 09-26 14:05:31.518: W/dalvikvm(1268): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): FATAL EXCEPTION: main
- 09-26 14:05:31.559: E/AndroidRuntime(1268): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.os.Looper.loop(Looper.java:137)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at dalvik.system.NativeStart.main(Native Method)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 14:05:31.559: E/AndroidRuntime(1268): ... 11 more
- 09-26 14:05:35.049: I/Process(1268): Sending signal. PID: 1268 SIG: 9
- 09-26 14:06:29.709: D/dalvikvm(1315): newInstance failed: Lcom/example/appfit/Main; not accessible to Landroid/app/Instrumentation;
- 09-26 14:06:29.759: D/AndroidRuntime(1315): Shutting down VM
- 09-26 14:06:29.759: W/dalvikvm(1315): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): FATAL EXCEPTION: main
- 09-26 14:06:29.849: E/AndroidRuntime(1315): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Main}: java.lang.IllegalAccessException: access to class not allowed
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.os.Looper.loop(Looper.java:137)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at dalvik.system.NativeStart.main(Native Method)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): Caused by: java.lang.IllegalAccessException: access to class not allowed
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at java.lang.Class.newInstanceImpl(Native Method)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at java.lang.Class.newInstance(Class.java:1130)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-26 14:06:29.849: E/AndroidRuntime(1315): ... 11 more
- 09-26 14:06:49.588: D/dalvikvm(1361): GC_FOR_ALLOC freed 51K, 6% free 2734K/2904K, paused 74ms, total 87ms
- 09-26 14:06:49.608: I/dalvikvm-heap(1361): Grow heap (frag case) to 3.388MB for 635812-byte allocation
- 09-26 14:06:49.690: D/dalvikvm(1361): GC_FOR_ALLOC freed 3K, 5% free 3351K/3528K, paused 82ms, total 82ms
- 09-26 14:06:49.818: I/Choreographer(1361): Skipped 142 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:50.228: I/Choreographer(1361): Skipped 51 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:50.298: D/gralloc_goldfish(1361): Emulator without GPU emulation detected.
- 09-26 14:06:50.618: I/Choreographer(1361): Skipped 95 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:54.649: I/Choreographer(1361): Skipped 36 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:55.109: I/Choreographer(1361): Skipped 30 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:55.789: I/Choreographer(1361): Skipped 44 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:56.069: I/Choreographer(1361): Skipped 64 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:56.369: I/Choreographer(1361): Skipped 50 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:57.779: I/Choreographer(1361): Skipped 30 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:58.539: I/Choreographer(1361): Skipped 30 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:58.669: I/Choreographer(1361): Skipped 31 frames! The application may be doing too much work on its main thread.
- 09-26 14:06:59.679: I/Choreographer(1361): Skipped 36 frames! The application may be doing too much work on its main thread.
- 09-26 14:07:02.009: I/Choreographer(1361): Skipped 57 frames! The application may be doing too much work on its main thread.
- 09-26 14:07:21.508: I/Choreographer(1361): Skipped 41 frames! The application may be doing too much work on its main thread.
- 09-26 14:07:23.378: I/Choreographer(1361): Skipped 50 frames! The application may be doing too much work on its main thread.
- 09-26 14:07:30.209: I/Choreographer(1361): Skipped 51 frames! The application may be doing too much work on its main thread.
- 09-26 14:08:17.169: I/Choreographer(1361): Skipped 250 frames! The application may be doing too much work on its main thread.
- 09-26 14:08:21.588: I/Choreographer(1361): Skipped 35 frames! The application may be doing too much work on its main thread.
- 09-26 14:08:31.608: I/Choreographer(1361): Skipped 128 frames! The application may be doing too much work on its main thread.
- 09-26 14:09:08.568: D/gralloc_goldfish(1445): Emulator without GPU emulation detected.
- 09-26 14:09:10.888: D/dalvikvm(1445): GC_FOR_ALLOC freed 62K, 7% free 2811K/2992K, paused 123ms, total 150ms
- 09-26 14:09:10.918: I/dalvikvm-heap(1445): Grow heap (frag case) to 3.463MB for 635812-byte allocation
- 09-26 14:09:11.108: D/dalvikvm(1445): GC_FOR_ALLOC freed 7K, 6% free 3424K/3616K, paused 187ms, total 187ms
- 09-26 14:09:11.888: I/Choreographer(1445): Skipped 136 frames! The application may be doing too much work on its main thread.
- 09-26 14:09:17.208: I/Choreographer(1445): Skipped 72 frames! The application may be doing too much work on its main thread.
- 09-26 14:18:46.608: D/gralloc_goldfish(1491): Emulator without GPU emulation detected.
- 09-26 14:18:48.948: D/dalvikvm(1491): GC_FOR_ALLOC freed 66K, 7% free 2811K/2996K, paused 128ms, total 148ms
- 09-26 14:18:48.991: I/dalvikvm-heap(1491): Grow heap (frag case) to 3.463MB for 635812-byte allocation
- 09-26 14:18:49.201: D/dalvikvm(1491): GC_FOR_ALLOC freed 7K, 6% free 3424K/3620K, paused 204ms, total 204ms
- 09-26 14:18:49.898: I/Choreographer(1491): Skipped 98 frames! The application may be doing too much work on its main thread.
- 09-26 14:18:52.318: I/Choreographer(1491): Skipped 97 frames! The application may be doing too much work on its main thread.
- 09-26 14:18:55.468: I/Choreographer(1491): Skipped 115 frames! The application may be doing too much work on its main thread.
- 09-26 14:18:57.568: I/Choreographer(1491): Skipped 57 frames! The application may be doing too much work on its main thread.
- 09-26 14:20:59.949: I/Choreographer(1553): Skipped 57 frames! The application may be doing too much work on its main thread.
- 09-26 14:21:00.399: D/gralloc_goldfish(1553): Emulator without GPU emulation detected.
- 09-26 14:21:00.599: I/Choreographer(1553): Skipped 71 frames! The application may be doing too much work on its main thread.
- 09-26 14:21:02.799: D/dalvikvm(1553): GC_FOR_ALLOC freed 70K, 7% free 2813K/3004K, paused 243ms, total 270ms
- 09-26 14:21:02.819: I/dalvikvm-heap(1553): Grow heap (frag case) to 3.465MB for 635812-byte allocation
- 09-26 14:21:03.049: D/dalvikvm(1553): GC_FOR_ALLOC freed 7K, 6% free 3426K/3628K, paused 223ms, total 223ms
- 09-26 14:21:03.629: I/Choreographer(1553): Skipped 74 frames! The application may be doing too much work on its main thread.
- 09-26 14:21:06.070: I/Choreographer(1553): Skipped 64 frames! The application may be doing too much work on its main thread.
- 09-26 14:21:08.660: I/Choreographer(1553): Skipped 137 frames! The application may be doing too much work on its main thread.
- 09-26 14:21:10.669: I/Choreographer(1553): Skipped 68 frames! The application may be doing too much work on its main thread.
- 09-26 14:21:13.359: I/Choreographer(1553): Skipped 96 frames! The application may be doing too much work on its main thread.
- 09-26 14:21:14.788: W/InputEventReceiver(1553): Attempted to finish an input event but the input event receiver has already been disposed.
- 09-26 15:26:33.941: I/Choreographer(1553): Skipped 44 frames! The application may be doing too much work on its main thread.
- 09-26 15:26:43.068: I/Choreographer(1553): Skipped 92 frames! The application may be doing too much work on its main thread.
- 09-26 15:27:30.419: D/gralloc_goldfish(1730): Emulator without GPU emulation detected.
- 09-26 15:27:57.560: D/dalvikvm(1730): GC_FOR_ALLOC freed 62K, 7% free 2813K/2996K, paused 124ms, total 148ms
- 09-26 15:27:57.598: I/dalvikvm-heap(1730): Grow heap (frag case) to 3.465MB for 635812-byte allocation
- 09-26 15:27:57.779: D/dalvikvm(1730): GC_FOR_ALLOC freed 7K, 6% free 3427K/3620K, paused 179ms, total 179ms
- 09-26 15:27:58.498: I/Choreographer(1730): Skipped 113 frames! The application may be doing too much work on its main thread.
- 09-26 15:28:00.178: W/InputEventReceiver(1730): Attempted to finish an input event but the input event receiver has already been disposed.
- 09-26 15:28:00.188: W/ViewRootImpl(1730): Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=158.0, y[0]=-86.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=6581158, downTime=6581101, deviceId=0, source=0x1002 }
- 09-26 15:28:00.188: W/InputEventReceiver(1730): Attempted to finish an input event but the input event receiver has already been disposed.
- 09-26 15:29:05.481: I/Choreographer(1730): Skipped 51 frames! The application may be doing too much work on its main thread.
- 09-26 15:29:14.159: I/Choreographer(1730): Skipped 41 frames! The application may be doing too much work on its main thread.
- 09-26 15:30:44.039: I/Choreographer(1780): Skipped 33 frames! The application may be doing too much work on its main thread.
- 09-26 15:30:44.719: D/gralloc_goldfish(1780): Emulator without GPU emulation detected.
- 09-26 15:30:46.409: I/Choreographer(1780): Skipped 32 frames! The application may be doing too much work on its main thread.
- 09-26 15:30:47.179: D/dalvikvm(1780): GC_FOR_ALLOC freed 67K, 7% free 2813K/3000K, paused 126ms, total 148ms
- 09-26 15:30:47.209: I/dalvikvm-heap(1780): Grow heap (frag case) to 3.465MB for 635812-byte allocation
- 09-26 15:30:47.409: D/dalvikvm(1780): GC_FOR_ALLOC freed 7K, 6% free 3426K/3624K, paused 191ms, total 191ms
- 09-26 15:30:48.069: I/Choreographer(1780): Skipped 107 frames! The application may be doing too much work on its main thread.
- 09-26 15:32:01.769: W/InputEventReceiver(1780): Attempted to finish an input event but the input event receiver has already been disposed.
- 09-26 15:32:05.779: I/Choreographer(1780): Skipped 37 frames! The application may be doing too much work on its main thread.
- 09-26 15:32:09.479: I/Choreographer(1780): Skipped 57 frames! The application may be doing too much work on its main thread.
- 09-26 15:32:32.709: D/gralloc_goldfish(1825): Emulator without GPU emulation detected.
- 09-26 15:32:32.919: I/Choreographer(1825): Skipped 31 frames! The application may be doing too much work on its main thread.
- 09-26 15:32:41.449: D/dalvikvm(1825): GC_FOR_ALLOC freed 69K, 7% free 2793K/2980K, paused 130ms, total 147ms
- 09-26 15:32:41.479: I/dalvikvm-heap(1825): Grow heap (frag case) to 3.446MB for 635812-byte allocation
- 09-26 15:32:41.679: D/dalvikvm(1825): GC_FOR_ALLOC freed 7K, 6% free 3407K/3604K, paused 194ms, total 194ms
- 09-26 15:32:42.741: I/Choreographer(1825): Skipped 142 frames! The application may be doing too much work on its main thread.
- 09-26 15:36:08.288: I/Choreographer(1868): Skipped 40 frames! The application may be doing too much work on its main thread.
- 09-26 15:36:08.568: D/gralloc_goldfish(1868): Emulator without GPU emulation detected.
- 09-26 15:36:08.748: I/Choreographer(1868): Skipped 55 frames! The application may be doing too much work on its main thread.
- 09-26 15:38:38.148: D/dalvikvm(1868): GC_FOR_ALLOC freed 76K, 7% free 2817K/3012K, paused 131ms, total 162ms
- 09-26 15:38:38.178: I/dalvikvm-heap(1868): Grow heap (frag case) to 3.469MB for 635812-byte allocation
- 09-26 15:38:38.368: D/dalvikvm(1868): GC_FOR_ALLOC freed 7K, 6% free 3430K/3636K, paused 186ms, total 186ms
- 09-26 15:38:39.011: I/Choreographer(1868): Skipped 92 frames! The application may be doing too much work on its main thread.
- 09-26 15:38:41.148: W/InputEventReceiver(1868): Attempted to finish an input event but the input event receiver has already been disposed.
- 09-26 15:45:42.428: I/Choreographer(1868): Skipped 94 frames! The application may be doing too much work on its main thread.
- 09-26 16:02:58.688: W/InputEventReceiver(1868): Attempted to finish an input event but the input event receiver has already been disposed.
- 09-26 16:03:02.119: I/Choreographer(1868): Skipped 53 frames! The application may be doing too much work on its main thread.
- 09-26 16:03:04.078: I/Choreographer(1868): Skipped 41 frames! The application may be doing too much work on its main thread.
- 09-27 01:36:27.338: I/Choreographer(2046): Skipped 38 frames! The application may be doing too much work on its main thread.
- 09-27 01:36:27.478: D/AndroidRuntime(2046): Shutting down VM
- 09-27 01:36:27.518: W/dalvikvm(2046): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): FATAL EXCEPTION: main
- 09-27 01:36:27.568: E/AndroidRuntime(2046): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Select}: java.lang.NullPointerException
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.os.Looper.loop(Looper.java:137)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at dalvik.system.NativeStart.main(Native Method)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): Caused by: java.lang.NullPointerException
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.content.ContextWrapper.getResources(ContextWrapper.java:89)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.view.ContextThemeWrapper.getResources(ContextThemeWrapper.java:78)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at com.example.appfit.Select.<init>(Select.java:19)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at java.lang.Class.newInstanceImpl(Native Method)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at java.lang.Class.newInstance(Class.java:1130)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-27 01:36:27.568: E/AndroidRuntime(2046): ... 11 more
- 09-27 01:37:44.548: I/Process(2046): Sending signal. PID: 2046 SIG: 9
- 09-27 01:39:21.380: D/AndroidRuntime(2093): Shutting down VM
- 09-27 01:39:21.380: W/dalvikvm(2093): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): FATAL EXCEPTION: main
- 09-27 01:39:21.389: E/AndroidRuntime(2093): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Select}: java.lang.NullPointerException
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.os.Looper.loop(Looper.java:137)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at dalvik.system.NativeStart.main(Native Method)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): Caused by: java.lang.NullPointerException
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.content.ContextWrapper.getResources(ContextWrapper.java:89)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.view.ContextThemeWrapper.getResources(ContextThemeWrapper.java:78)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at com.example.appfit.Select.<init>(Select.java:19)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at java.lang.Class.newInstanceImpl(Native Method)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at java.lang.Class.newInstance(Class.java:1130)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-27 01:39:21.389: E/AndroidRuntime(2093): ... 11 more
- 09-27 01:40:16.139: I/Process(2093): Sending signal. PID: 2093 SIG: 9
- 09-27 01:42:06.490: D/AndroidRuntime(2141): Shutting down VM
- 09-27 01:42:06.490: W/dalvikvm(2141): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): FATAL EXCEPTION: main
- 09-27 01:42:06.579: E/AndroidRuntime(2141): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Select}: java.lang.NullPointerException
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.os.Looper.loop(Looper.java:137)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at dalvik.system.NativeStart.main(Native Method)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): Caused by: java.lang.NullPointerException
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.content.ContextWrapper.getResources(ContextWrapper.java:89)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.view.ContextThemeWrapper.getResources(ContextThemeWrapper.java:78)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at com.example.appfit.Select.<init>(Select.java:19)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at java.lang.Class.newInstanceImpl(Native Method)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at java.lang.Class.newInstance(Class.java:1130)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-27 01:42:06.579: E/AndroidRuntime(2141): ... 11 more
- 09-27 01:46:09.290: I/Choreographer(2188): Skipped 37 frames! The application may be doing too much work on its main thread.
- 09-27 01:46:09.588: D/gralloc_goldfish(2188): Emulator without GPU emulation detected.
- 09-27 01:46:09.839: I/Choreographer(2188): Skipped 77 frames! The application may be doing too much work on its main thread.
- 09-27 01:46:12.911: D/dalvikvm(2188): GC_FOR_ALLOC freed 126K, 9% free 2795K/3040K, paused 126ms, total 173ms
- 09-27 01:46:12.968: I/dalvikvm-heap(2188): Grow heap (frag case) to 3.448MB for 635812-byte allocation
- 09-27 01:46:13.158: D/dalvikvm(2188): GC_FOR_ALLOC freed 7K, 7% free 3408K/3664K, paused 189ms, total 189ms
- 09-27 01:46:14.238: I/Choreographer(2188): Skipped 148 frames! The application may be doing too much work on its main thread.
- 09-27 01:46:16.838: I/Choreographer(2188): Skipped 51 frames! The application may be doing too much work on its main thread.
- 09-27 01:46:31.369: I/Choreographer(2188): Skipped 48 frames! The application may be doing too much work on its main thread.
- 09-27 01:47:24.490: I/Choreographer(2237): Skipped 42 frames! The application may be doing too much work on its main thread.
- 09-27 01:47:25.178: D/gralloc_goldfish(2237): Emulator without GPU emulation detected.
- 09-27 01:47:25.688: I/Choreographer(2237): Skipped 33 frames! The application may be doing too much work on its main thread.
- 09-27 01:47:26.568: I/Choreographer(2237): Skipped 57 frames! The application may be doing too much work on its main thread.
- 09-27 01:47:27.099: I/Choreographer(2237): Skipped 44 frames! The application may be doing too much work on its main thread.
- 09-27 01:48:40.731: W/ViewRootImpl(2237): Dropping event due to no window focus: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=158, metaState=0, flags=0x8, repeatCount=0, eventTime=43820593, downTime=43820593, deviceId=0, source=0x101 }
- 09-27 01:48:40.950: I/Choreographer(2237): Skipped 74 frames! The application may be doing too much work on its main thread.
- 09-27 01:48:41.498: D/InputEventConsistencyVerifier(2237): KeyEvent: ACTION_UP but key was not down.
- 09-27 01:48:41.498: D/InputEventConsistencyVerifier(2237): in com.android.internal.policy.impl.PhoneWindow$DecorView{416f3918 V.E..... R.....I. 0,0-480,800}
- 09-27 01:48:41.498: D/InputEventConsistencyVerifier(2237): 0: sent at 43820681000000, KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=158, metaState=0, flags=0x8, repeatCount=0, eventTime=43820681, downTime=43820593, deviceId=0, source=0x101 }
- 09-27 01:48:42.568: I/Choreographer(2237): Skipped 116 frames! The application may be doing too much work on its main thread.
- 09-27 01:48:44.808: I/Choreographer(2237): Skipped 46 frames! The application may be doing too much work on its main thread.
- 09-27 01:49:17.038: I/Choreographer(2282): Skipped 36 frames! The application may be doing too much work on its main thread.
- 09-27 01:49:17.318: D/gralloc_goldfish(2282): Emulator without GPU emulation detected.
- 09-27 01:49:17.728: I/Choreographer(2282): Skipped 116 frames! The application may be doing too much work on its main thread.
- 09-27 01:49:18.408: I/Choreographer(2282): Skipped 45 frames! The application may be doing too much work on its main thread.
- 09-27 01:50:05.629: D/dalvikvm(2282): GC_FOR_ALLOC freed 92K, 7% free 2845K/3056K, paused 141ms, total 179ms
- 09-27 01:50:05.668: I/dalvikvm-heap(2282): Grow heap (frag case) to 3.497MB for 635812-byte allocation
- 09-27 01:50:05.819: D/dalvikvm(2282): GC_FOR_ALLOC freed 59K, 8% free 3407K/3680K, paused 132ms, total 132ms
- 09-27 01:50:06.928: I/Choreographer(2282): Skipped 150 frames! The application may be doing too much work on its main thread.
- 09-27 01:50:09.229: I/Choreographer(2282): Skipped 53 frames! The application may be doing too much work on its main thread.
- 09-27 01:50:10.629: I/Choreographer(2282): Skipped 74 frames! The application may be doing too much work on its main thread.
- 09-27 01:54:52.419: D/AndroidRuntime(2328): Shutting down VM
- 09-27 01:54:52.429: W/dalvikvm(2328): threadid=1: thread exiting with uncaught exception (group=0x41465700)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): FATAL EXCEPTION: main
- 09-27 01:54:52.459: E/AndroidRuntime(2328): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.appfit/com.example.appfit.Select}: java.lang.NullPointerException
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2137)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.app.ActivityThread.access$600(ActivityThread.java:141)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.os.Handler.dispatchMessage(Handler.java:99)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.os.Looper.loop(Looper.java:137)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.app.ActivityThread.main(ActivityThread.java:5103)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at java.lang.reflect.Method.invokeNative(Native Method)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at java.lang.reflect.Method.invoke(Method.java:525)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at dalvik.system.NativeStart.main(Native Method)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): Caused by: java.lang.NullPointerException
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.content.ContextWrapper.getResources(ContextWrapper.java:89)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.view.ContextThemeWrapper.getResources(ContextThemeWrapper.java:78)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at com.example.appfit.Select.<init>(Select.java:17)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at java.lang.Class.newInstanceImpl(Native Method)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at java.lang.Class.newInstance(Class.java:1130)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
- 09-27 01:54:52.459: E/AndroidRuntime(2328): ... 11 more
- 09-27 01:55:06.778: I/Process(2328): Sending signal. PID: 2328 SIG: 9
Advertisement
Add Comment
Please, Sign In to add comment