-
Notifications
You must be signed in to change notification settings - Fork 212
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
NullPointerException #8
Comments
You have any repro steps? |
Sorry. I don't. This was reported by an anonymous user and I couldn't reproduce it on my handsets. Searching online I found a few people encountered similar issues. At least one of them looks like also related to QuickAction. http://stackoverflow.com/questions/6896356/android-error-nullpointerexception-view-dispatch-key-event |
I can't reproduce the error, tested it on Android 2.1-4.0.4 never got the exception |
ACRA Crash Report from anonymous too. java.lang.NullPointerException
|
I think this issue might be related with ui thread. Do you perform a process in separated thread within quick action? |
I don't think so. I have emailed you my source code to lorenz [at] londatiga [dot] n e t, this might help you. |
I always get same error reports from my users. For example: manufacturer: unknown java.lang.NullPointerException |
Hi Lorensius, Thanks for your great work.
I'm still using your July-16 commit and one of my users encountered the following exception. Has this been fixed in the latest release? Thanks!
java.lang.NullPointerException
at android.widget.PopupWindow$PopupViewContainer.dispatchKeyEvent(PopupWindow.java:1340)
at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2471)
at android.view.ViewRoot.deliverKeyEvent(ViewRoot.java:2431)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1741)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:878)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:636)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: