-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Bug Report
Problem
App crashes on Android 9 Samsung Galaxy Note 10
What is expected to happen?
Not to crash on the mentioned devices
What does actually happen?
App crashes on Android 9 Samsung Galaxy Note 10
Information
14 Nov 13:28 on app version 10030
Samsung Galaxy Note10 (d1), Android 9
Report 1 of 1
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3163)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3306)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1994)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:216)
at android.app.ActivityThread.main (ActivityThread.java:7263)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:975)
Caused by: java.lang.RuntimeException:
at org.apache.cordova.CordovaWebViewImpl.createEngine (CordovaWebViewImpl.java:82)
at org.apache.cordova.CordovaActivity.makeWebViewEngine (CordovaActivity.java:206)
at org.apache.cordova.CordovaActivity.makeWebView (CordovaActivity.java:202)
at org.apache.cordova.CordovaActivity.init (CordovaActivity.java:146)
at org.apache.cordova.CordovaActivity.loadUrl (CordovaActivity.java:224)
at com.bendigobank.mobileios.BendigoInvestDirect.MainActivity.onCreate (MainActivity.java:39)
at android.app.Activity.performCreate (Activity.java:7353)
at android.app.Activity.performCreate (Activity.java:7344)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1275)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3143)
Caused by: java.lang.reflect.InvocationTargetException:
at java.lang.reflect.Constructor.newInstance0 (Native Method)
at java.lang.reflect.Constructor.newInstance (Constructor.java:343)
at org.apache.cordova.CordovaWebViewImpl.createEngine (CordovaWebViewImpl.java:80)
Caused by: java.lang.RuntimeException:
at org.chromium.android_webview.AwBrowserProcess.b (PG:12)
at in.m (PG:33)
at in.a (PG:48)
at in.b (PG:16)
at com.android.webview.chromium.WebViewChromiumFactoryProvider.a (PG:32)
at com.android.webview.chromium.WebViewChromium.init (PG:12)
at android.webkit.WebView. (WebView.java:678)
at android.webkit.WebView. (WebView.java:604)
at android.webkit.WebView. (WebView.java:587)
at android.webkit.WebView. (WebView.java:574)
at org.apache.cordova.engine.SystemWebView. (SystemWebView.java:47)
at org.apache.cordova.engine.SystemWebView. (SystemWebView.java:43)
at org.apache.cordova.engine.SystemWebViewEngine. (SystemWebViewEngine.java:76)
Command or Code
Cannot reproduce. The crashes are happening irregularly.
Environment, Platform, Device
Android
Version information
cordova@9.0.0
cordova-plugin-wkwebview-engine@1.2.1
Checklist
- I searched for existing GitHub issues
- I updated all Cordova tooling to most recent version
- I included all the necessary information above