notecipher
notecipher copied to clipboard
RuntimeException: Unable to resume activity
There have been about 30 of these reported on Android 4.x
java.lang.RuntimeException: Unable to resume activity {info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteCipher}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=0, data=null} to activity {info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteCipher}: java.lang.NullPointerException
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2618)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2646)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2111)
at android.app.ActivityThread.access$600(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1204)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4928)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=0, data=null} to activity {info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteCipher}: java.lang.NullPointerException
at android.app.ActivityThread.deliverResults(ActivityThread.java:3215)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2605)
... 12 more
Caused by: java.lang.NullPointerException
at info.guardianproject.notepadbot.NotesDbAdapter.fetchAllNotes(NotesDbAdapter.java:211)
at info.guardianproject.notepadbot.NoteCipher.fillData(NoteCipher.java:382)
at info.guardianproject.notepadbot.NoteCipher.onActivityResult(NoteCipher.java:547)
at android.app.Activity.dispatchActivityResult(Activity.java:5434)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3211)
... 13 more