Advertisement
Guest User

LOGCAT

a guest
Mar 25th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 03-25 10:48:44.875: D/libEGL(2534): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
  2. 03-25 10:48:44.898: D/libEGL(2534): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
  3. 03-25 10:48:44.906: D/libEGL(2534): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
  4. 03-25 10:48:44.953: D/OpenGLRenderer(2534): Enabling debug mode 0
  5. 03-25 10:48:47.738: W/IInputConnectionWrapper(2534): showStatusIcon on inactive InputConnection
  6. 03-25 10:48:57.977: V/GCMBroadcastReceiver(2534): onReceive: com.google.android.c2dm.intent.RECEIVE
  7. 03-25 10:48:57.980: V/GCMBroadcastReceiver(2534): GCM IntentService class: com.androidhive.pushnotifications.GCMIntentService
  8. 03-25 10:48:58.016: V/GCMBaseIntentService(2534): Acquiring wakelock
  9. 03-25 10:48:58.051: V/GCMBaseIntentService(2534): Intent service name: GCMIntentService-196232999743-1
  10. 03-25 10:48:58.055: I/GCMIntentService(2534): Received message
  11. 03-25 10:48:58.109: V/GCMBaseIntentService(2534): Releasing wakelock
  12. 03-25 10:48:58.234: W/dalvikvm(2534): threadid=12: thread exiting with uncaught exception (group=0x41d6c300)
  13. 03-25 10:48:58.273: E/AndroidRuntime(2534): FATAL EXCEPTION: AsyncTask #1
  14. 03-25 10:48:58.273: E/AndroidRuntime(2534): java.lang.RuntimeException: An error occured while executing doInBackground()
  15. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.os.AsyncTask$3.done(AsyncTask.java:299)
  16. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
  17. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
  18. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
  19. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.util.concurrent.FutureTask.run(FutureTask.java:137)
  20. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
  21. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
  22. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
  23. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.lang.Thread.run(Thread.java:856)
  24. 03-25 10:48:58.273: E/AndroidRuntime(2534): Caused by: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
  25. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.os.Handler.<init>(Handler.java:121)
  26. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.location.LocationManager$ListenerTransport$1.<init>(LocationManager.java:183)
  27. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.location.LocationManager$ListenerTransport.<init>(LocationManager.java:183)
  28. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.location.LocationManager._requestLocationUpdates(LocationManager.java:670)
  29. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.location.LocationManager.requestLocationUpdates(LocationManager.java:495)
  30. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at com.androidhive.pushnotifications.GCMIntentService.ReNewCoordinates(GCMIntentService.java:87)
  31. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at com.androidhive.pushnotifications.GCMIntentService$PostAsyncTask.doInBackground(GCMIntentService.java:178)
  32. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at com.androidhive.pushnotifications.GCMIntentService$PostAsyncTask.doInBackground(GCMIntentService.java:1)
  33. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at android.os.AsyncTask$2.call(AsyncTask.java:287)
  34. 03-25 10:48:58.273: E/AndroidRuntime(2534):     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
  35. 03-25 10:48:58.273: E/AndroidRuntime(2534):     ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement