Skip to content

Instantly share code, notes, and snippets.

@soulfly
Created July 14, 2015 12:26
Show Gist options
  • Save soulfly/8cb212a90235baf7e58d to your computer and use it in GitHub Desktop.
Save soulfly/8cb212a90235baf7e58d to your computer and use it in GitHub Desktop.
android issue
07-14 15:24:59.104 4351-4372/? D/dalvikvm﹕ WAIT_FOR_CONCURRENT_GC blocked 21ms
07-14 15:24:59.143 4192-4192/com.quickblox.sample.chat E/BroadcastReceiver﹕ BroadcastReceiver trying to return result during a non-ordered broadcast
java.lang.RuntimeException: BroadcastReceiver trying to return result during a non-ordered broadcast
at android.content.BroadcastReceiver.checkSynchronousHint(BroadcastReceiver.java:783)
at android.content.BroadcastReceiver.setResultCode(BroadcastReceiver.java:549)
at com.quickblox.sample.chat.pushnotifications.GcmBroadcastReceiver.onReceive(GcmBroadcastReceiver.java:17)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2424)
at android.app.ActivityThread.access$1500(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1332)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
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