You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Getting lot of ANR on Android play console and firebase
Stacktrace/Logcat
"main" tid=1 Native
#00 pc 0x0000000000089af0 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) #1 pc 0x000000000008e4d8 /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex+148) #2 pc 0x00000000000f489c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+80) #3 pc 0x0000000002c1c6d8 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e) #4 pc 0x0000000002c1b888 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e) #5 pc 0x0000000002c1b594 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e) #6 pc 0x0000000002c1c65c /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e) #7 pc 0x000000000472f8a0 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e)
at J.N.MgWRfeHz (Native method)
at com.android.webview.chromium.a.flush (chromium-TrichromeWebViewGoogle6432.aab-stable-626106433:17)
at com.pichillilorenzo.flutter_inappwebview.in_app_webview.InAppWebViewClient.onPageFinished (InAppWebViewClient.java:226)
at WV.e00.b (chromium-TrichromeWebViewGoogle6432.aab-stable-626106433:12)
at WV.D6.handleMessage (chromium-TrichromeWebViewGoogle6432.aab-stable-626106433:261)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:211)
at android.os.Looper.loop (Looper.java:300)
at android.app.ActivityThread.main (ActivityThread.java:8432)
at java.lang.reflect.Method.invoke (Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:560)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:954)
The text was updated successfully, but these errors were encountered:
Are you sure you have already searched for the same problem?
Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem!
If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue.
In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding android WebView [MY ERROR HERE] or ios WKWebView [MY ERROR HERE] keywords.
Following these steps can save you, me, and other people a lot of time, thanks!
Environment
Description
Expected behavior:
it should not break
Current behavior:
Getting lot of ANR on Android play console and firebase
Stacktrace/Logcat
"main" tid=1 Native
#00 pc 0x0000000000089af0 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32)
#1 pc 0x000000000008e4d8 /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex+148)
#2 pc 0x00000000000f489c /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_wait+80)
#3 pc 0x0000000002c1c6d8 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e)
#4 pc 0x0000000002c1b888 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e)
#5 pc 0x0000000002c1b594 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e)
#6 pc 0x0000000002c1c65c /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e)
#7 pc 0x000000000472f8a0 /data/app/~~IdYCUvKv6qooxNu0NCYYnQ==/com.google.android.trichromelibrary_626106433-YPbid2s2RlKTkwWqkdUXSw==/base.apk (BuildId: ee35a0c07bc2fed2bbd74d50a745a65bc91c2e5e)
at J.N.MgWRfeHz (Native method)
at com.android.webview.chromium.a.flush (chromium-TrichromeWebViewGoogle6432.aab-stable-626106433:17)
at com.pichillilorenzo.flutter_inappwebview.in_app_webview.InAppWebViewClient.onPageFinished (InAppWebViewClient.java:226)
at WV.e00.b (chromium-TrichromeWebViewGoogle6432.aab-stable-626106433:12)
at WV.D6.handleMessage (chromium-TrichromeWebViewGoogle6432.aab-stable-626106433:261)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:211)
at android.os.Looper.loop (Looper.java:300)
at android.app.ActivityThread.main (ActivityThread.java:8432)
at java.lang.reflect.Method.invoke (Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:560)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:954)
The text was updated successfully, but these errors were encountered: