Skip to content

Instantly share code, notes, and snippets.

@sakuramilk
Created March 2, 2014 12:57
Show Gist options
  • Save sakuramilk/9306191 to your computer and use it in GitHub Desktop.
Save sakuramilk/9306191 to your computer and use it in GitHub Desktop.
I/PowerManagerService( 833): Going to sleep by user request...
E/BroadcastReceiver( 2719): BroadcastReceiver trying to return result during a non-ordered broadcast
E/BroadcastReceiver( 2719): java.lang.RuntimeException: BroadcastReceiver trying to return result during a non-ordered broadcast
E/BroadcastReceiver( 2719): at android.content.BroadcastReceiver.checkSynchronousHint(BroadcastReceiver.java:795)
E/BroadcastReceiver( 2719): at android.content.BroadcastReceiver.setResultCode(BroadcastReceiver.java:550)
E/BroadcastReceiver( 2719): at com.android.providers.calendar.CalendarProviderBroadcastReceiver.onReceive(CalendarProviderBroadcastReceiver.java:37)
E/BroadcastReceiver( 2719): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2439)
E/BroadcastReceiver( 2719): at android.app.ActivityThread.access$1700(ActivityThread.java:145)
E/BroadcastReceiver( 2719): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1282)
E/BroadcastReceiver( 2719): at android.os.Handler.dispatchMessage(Handler.java:102)
E/BroadcastReceiver( 2719): at android.os.Looper.loop(Looper.java:136)
E/BroadcastReceiver( 2719): at android.app.ActivityThread.main(ActivityThread.java:5081)
E/BroadcastReceiver( 2719): at java.lang.reflect.Method.invokeNative(Native Method)
E/BroadcastReceiver( 2719): at java.lang.reflect.Method.invoke(Method.java:515)
E/BroadcastReceiver( 2719): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/BroadcastReceiver( 2719): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/BroadcastReceiver( 2719): at dalvik.system.NativeStart.main(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment