-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Android crash #428
Comments
I see not class name of this plugin in the error message. Seems like another plugin |
sorry .. this is correct crash java.lang.RuntimeException: |
and this is another crash java.lang.RuntimeException: |
sorry for mistake look crash log above |
Looks like this is the same error as #370 |
java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4445)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:4477)
at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:52)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2067)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:223)
at android.app.ActivityThread.main (ActivityThread.java:7697)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:952)
Caused by: java.lang.RuntimeException:
at android.app.ActivityThread.deliverResults (ActivityThread.java:5016)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4432)
Caused by: java.lang.NullPointerException:
at com.efwteecom.plugins.openPasscode.openPasscode.onActivityResult (openPasscode.java:83)
at org.apache.cordova.CordovaInterfaceImpl.onActivityResult (CordovaInterfaceImpl.java:160)
at org.apache.cordova.CordovaActivity.onActivityResult (CordovaActivity.java:368)
at android.app.Activity.dispatchActivityResult (Activity.java:8310)
at android.app.ActivityThread.deliverResults (ActivityThread.java:5009)
The text was updated successfully, but these errors were encountered: