Skip to content

Instantly share code, notes, and snippets.

@cpjolicoeur
Created July 29, 2015 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpjolicoeur/731efdee90243f02e56e to your computer and use it in GitHub Desktop.
Save cpjolicoeur/731efdee90243f02e56e to your computer and use it in GitHub Desktop.
Location manager on dead thread error
07-29 09:52:08.043 18671-325/com.accuweather.watchface W/MessageQueue﹕ Handler (android.location.LocationManager$ListenerTransport$1) {4268d760} sending message to a Handler on a dead thread
java.lang.RuntimeException: Handler (android.location.LocationManager$ListenerTransport$1) {4268d760} sending message to a Handler on a dead thread
at android.os.MessageQueue.enqueueMessage(MessageQueue.java:320)
at android.os.Handler.enqueueMessage(Handler.java:626)
at android.os.Handler.sendMessageAtTime(Handler.java:595)
at android.os.Handler.sendMessageDelayed(Handler.java:566)
at android.os.Handler.sendMessage(Handler.java:503)
at android.location.LocationManager$ListenerTransport.onLocationChanged(LocationManager.java:242)
at android.location.ILocationListener$Stub.onTransact(ILocationListener.java:58)
at android.os.Binder.execTransact(Binder.java:404)
at dalvik.system.NativeStart.run(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment