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

Android crash #428

Closed
laithbzour opened this issue Jun 10, 2022 · 5 comments
Closed

Android crash #428

laithbzour opened this issue Jun 10, 2022 · 5 comments
Labels

Comments

@laithbzour
Copy link

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)

@laithbzour laithbzour added the bug label Jun 10, 2022
@NiklasMerz
Copy link
Owner

I see not class name of this plugin in the error message. Seems like another plugin com.efwteecom.plugins.openPasscode may have crashed the application.

@NiklasMerz NiklasMerz closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2022
@laithbzour
Copy link
Author

sorry .. this is correct crash

java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4430)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:4470)
at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:51)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:145)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:70)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2199)
at android.os.Handler.dispatchMessage (Handler.java:112)
at android.os.Looper.loop (Looper.java:216)
at android.app.ActivityThread.main (ActivityThread.java:7625)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:524)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:987)
Caused by: java.lang.RuntimeException:
at android.app.ActivityThread.deliverResults (ActivityThread.java:5078)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4409)
Caused by: java.lang.NullPointerException:
at de.niklasmerz.cordova.biometric.Fingerprint.lambda$sendError$1$Fingerprint (Fingerprint.java:161)
at de.niklasmerz.cordova.biometric.-$$Lambda$Fingerprint$_IdBAQVnuaTauk5dvw-uOCtIEnI.run (Unknown Source:4)
at android.app.Activity.runOnUiThread (Activity.java:6595)
at de.niklasmerz.cordova.biometric.Fingerprint.sendError (Fingerprint.java:160)
at de.niklasmerz.cordova.biometric.Fingerprint.sendError (Fingerprint.java:132)
at de.niklasmerz.cordova.biometric.Fingerprint.onActivityResult (Fingerprint.java:115)
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:7797)
at android.app.ActivityThread.deliverResults (ActivityThread.java:5071)

@laithbzour
Copy link
Author

and this is another crash

java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:5230)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:5269)
at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:54)
at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45)
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:2438)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8663)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1135)
Caused by: java.lang.RuntimeException:
at android.app.ActivityThread.deliverResults (ActivityThread.java:5864)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:5197)
Caused by: java.lang.NullPointerException:
at de.niklasmerz.cordova.biometric.Fingerprint.lambda$sendError$1$Fingerprint (Fingerprint.java:161)
at de.niklasmerz.cordova.biometric.-$$Lambda$Fingerprint$_IdBAQVnuaTauk5dvw-uOCtIEnI.run (Unknown Source:4)
at android.app.Activity.runOnUiThread (Activity.java:7258)
at de.niklasmerz.cordova.biometric.Fingerprint.sendError (Fingerprint.java:160)
at de.niklasmerz.cordova.biometric.Fingerprint.sendError (Fingerprint.java:132)
at de.niklasmerz.cordova.biometric.Fingerprint.onActivityResult (Fingerprint.java:115)
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:8659)
at android.app.ActivityThread.deliverResults (ActivityThread.java:5857)

@laithbzour
Copy link
Author

I see not class name of this plugin in the error message. Seems like another plugin com.efwteecom.plugins.openPasscode may have crashed the application.

sorry for mistake look crash log above
thanks

@NiklasMerz NiklasMerz reopened this Jun 13, 2022
@NiklasMerz
Copy link
Owner

Looks like this is the same error as #370

@NiklasMerz NiklasMerz closed this as not planned Won't fix, can't repro, duplicate, stale Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants