Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Null Pointer Exception #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kwadkore
Copy link

No description provided.

@kwadkore
Copy link
Author

It has happened twice (that I know of) on users' devices. All I received was the stack trace so I'm not sure what actions led to the error. According to the description, I shouldn't have to be doing this check since it's internal to RateMeMaybe.

@zaventh
Copy link

zaventh commented Jan 9, 2014

I see the same error rarely in analytic logs, though I haven't been able to reproduce it myself yet.

java.lang.NullPointerException
com.kopfgeldjaeger.ratememaybe.RateMeMaybeFragment.onCancel(RateMeMaybeFragment.java:78)
android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1236)
android.os.Handler.dispatchMessage(Handler.java:99)
android.os.Looper.loop(Looper.java:137)
android.app.ActivityThread.main(ActivityThread.java:4898)
java.lang.reflect.Method.invokeNative(Native Method)
java.lang.reflect.Method.invoke(Method.java:511)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
dalvik.system.NativeStart.main(Native Method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants