luchfilip

LogCat errors after removed the intent-filter for GPS

Aug 7th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. 08-07 15:11:21.856: E/AndroidRuntime(19339): ... 11 more
  2. 08-07 15:11:50.601: E/(20159): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
  3. 08-07 15:11:50.601: I/(20159): Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
  4. 08-07 15:11:50.621: I/(20159): Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
  5. 08-07 15:11:50.656: I/(20159): Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
  6. 08-07 15:11:58.766: W/dalvikvm(20159): threadid=1: thread exiting with uncaught exception (group=0x415492d0)
  7. 08-07 15:11:58.771: E/AndroidRuntime(20159): FATAL EXCEPTION: main
  8. 08-07 15:11:58.771: E/AndroidRuntime(20159): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.locateme/com.example.locateme.GPSTracker}: java.lang.InstantiationException: can't instantiate class com.example.locateme.GPSTracker; no empty constructor
  9. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2267)
  10. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
  11. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.app.ActivityThread.access$600(ActivityThread.java:151)
  12. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1331)
  13. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.os.Handler.dispatchMessage(Handler.java:99)
  14. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.os.Looper.loop(Looper.java:155)
  15. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.app.ActivityThread.main(ActivityThread.java:5485)
  16. 08-07 15:11:58.771: E/AndroidRuntime(20159): at java.lang.reflect.Method.invokeNative(Native Method)
  17. 08-07 15:11:58.771: E/AndroidRuntime(20159): at java.lang.reflect.Method.invoke(Method.java:511)
  18. 08-07 15:11:58.771: E/AndroidRuntime(20159): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1028)
  19. 08-07 15:11:58.771: E/AndroidRuntime(20159): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:795)
  20. 08-07 15:11:58.771: E/AndroidRuntime(20159): at dalvik.system.NativeStart.main(Native Method)
  21. 08-07 15:11:58.771: E/AndroidRuntime(20159): Caused by: java.lang.InstantiationException: can't instantiate class com.example.locateme.GPSTracker; no empty constructor
  22. 08-07 15:11:58.771: E/AndroidRuntime(20159): at java.lang.Class.newInstanceImpl(Native Method)
  23. 08-07 15:11:58.771: E/AndroidRuntime(20159): at java.lang.Class.newInstance(Class.java:1319)
  24. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.app.Instrumentation.newActivity(Instrumentation.java:1069)
  25. 08-07 15:11:58.771: E/AndroidRuntime(20159): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2258)
  26. 08-07 15:11:58.771: E/AndroidRuntime(20159): ... 11 more
  27. 08-07 15:12:01.616: D/Process(20159): killProcess, pid=20159
  28. 08-07 15:12:01.616: D/Process(20159): dalvik.system.VMStack.getThreadStackTrace(Native Method)
  29. 08-07 15:12:01.616: D/Process(20159): java.lang.Thread.getStackTrace(Thread.java:599)
  30. 08-07 15:12:01.616: D/Process(20159): android.os.Process.killProcess(Process.java:944)
  31. 08-07 15:12:01.616: D/Process(20159): com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:108)
  32. 08-07 15:12:01.616: D/Process(20159): java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
  33. 08-07 15:12:01.616: D/Process(20159): java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
  34. 08-07 15:12:01.621: D/Process(20159): dalvik.system.NativeStart.main(Native Method)
Advertisement
Add Comment
Please, Sign In to add comment