Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. 02-06 04:35:10.854: I/Choreographer(1060): Skipped 40 frames! The application may be doing too much work on its main thread.
  2. 02-06 04:35:11.014: I/Choreographer(1060): Skipped 40 frames! The application may be doing too much work on its main thread.
  3. 02-06 04:35:11.134: D/gralloc_goldfish(1060): Emulator without GPU emulation detected.
  4. 02-06 04:35:12.094: D/AndroidRuntime(1060): Shutting down VM
  5. 02-06 04:35:12.094: W/dalvikvm(1060): threadid=1: thread exiting with uncaught exception (group=0xb4ac0b90)
  6. 02-06 04:35:12.164: E/AndroidRuntime(1060): FATAL EXCEPTION: main
  7. 02-06 04:35:12.164: E/AndroidRuntime(1060): Process: gates.apps.automaticmessageresponder, PID: 1060
  8. 02-06 04:35:12.164: E/AndroidRuntime(1060): java.lang.IllegalStateException: Could not execute method of the activity
  9. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.view.View$1.onClick(View.java:3814)
  10. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.view.View.performClick(View.java:4424)
  11. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.view.View$PerformClick.run(View.java:18383)
  12. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.os.Handler.handleCallback(Handler.java:733)
  13. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.os.Handler.dispatchMessage(Handler.java:95)
  14. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.os.Looper.loop(Looper.java:137)
  15. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.app.ActivityThread.main(ActivityThread.java:4998)
  16. 02-06 04:35:12.164: E/AndroidRuntime(1060): at java.lang.reflect.Method.invokeNative(Native Method)
  17. 02-06 04:35:12.164: E/AndroidRuntime(1060): at java.lang.reflect.Method.invoke(Method.java:515)
  18. 02-06 04:35:12.164: E/AndroidRuntime(1060): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
  19. 02-06 04:35:12.164: E/AndroidRuntime(1060): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:593)
  20. 02-06 04:35:12.164: E/AndroidRuntime(1060): at dalvik.system.NativeStart.main(Native Method)
  21. 02-06 04:35:12.164: E/AndroidRuntime(1060): Caused by: java.lang.reflect.InvocationTargetException
  22. 02-06 04:35:12.164: E/AndroidRuntime(1060): at java.lang.reflect.Method.invokeNative(Native Method)
  23. 02-06 04:35:12.164: E/AndroidRuntime(1060): at java.lang.reflect.Method.invoke(Method.java:515)
  24. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.view.View$1.onClick(View.java:3809)
  25. 02-06 04:35:12.164: E/AndroidRuntime(1060): ... 11 more
  26. 02-06 04:35:12.164: E/AndroidRuntime(1060): Caused by: java.lang.IllegalArgumentException: Component class gates.apps.automaticmessageresponder.SmsReceiver does not exist in gates.apps.automaticmessageresponder
  27. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.os.Parcel.readException(Parcel.java:1465)
  28. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.os.Parcel.readException(Parcel.java:1415)
  29. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:2912)
  30. 02-06 04:35:12.164: E/AndroidRuntime(1060): at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:1283)
  31. 02-06 04:35:12.164: E/AndroidRuntime(1060): at gates.apps.automaticmessageresponder.MainActivity.register(MainActivity.java:22)
  32. 02-06 04:35:12.164: E/AndroidRuntime(1060): ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement