Skip to content

Instantly share code, notes, and snippets.

@soulfly
Last active February 21, 2017 09:18
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 soulfly/fe7a2d4ac0a6125cbf151c2eaa7c4b2c to your computer and use it in GitHub Desktop.
Save soulfly/fe7a2d4ac0a6125cbf151c2eaa7c4b2c to your computer and use it in GitHub Desktop.
QM_Android_crash_startapp
02-21 11:18:00.684 18925-18925/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.quickblox.q_municate, PID: 18925
java.lang.NullPointerException: Attempt to invoke interface method 'boolean java.util.Collection.isEmpty()' on a null object reference
at com.quickblox.q_municate_core.utils.ChatNotificationUtils.parseDialogFromQBMessage(ChatNotificationUtils.java:68)
at com.quickblox.q_municate_core.qb.helpers.QBChatHelper.onChatMessageReceived(QBChatHelper.java:673)
at com.quickblox.q_municate_core.qb.helpers.QBChatHelper.access$600(QBChatHelper.java:63)
at com.quickblox.q_municate_core.qb.helpers.QBChatHelper$AllChatMessagesListener.processMessage(QBChatHelper.java:740)
at com.quickblox.chat.QBIncomingMessagesManager$2.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment