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

ANRs on handleCheckEvent #20

Open
NguyenDinhTruong97 opened this issue Mar 2, 2022 · 2 comments
Open

ANRs on handleCheckEvent #20

NguyenDinhTruong97 opened this issue Mar 2, 2022 · 2 comments

Comments

@NguyenDinhTruong97
Copy link

NguyenDinhTruong97 commented Mar 2, 2022

I got this log in firebase crashlytics.

SslPinningPlugin.java
com.macif.plugin.sslpinningplugin.SslPinningPlugin.handleCheckEvent

Triggered ANR - Root blocking

main (waiting): tid=1 systid=7551
at sun.misc.Unsafe.park(Unsafe.java)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)
at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1723)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3446)
at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1752)
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1923)

at com.macif.plugin.sslpinningplugin.SslPinningPlugin.handleCheckEvent(SslPinningPlugin.java)
at com.macif.plugin.sslpinningplugin.SslPinningPlugin.onMethodCall(SslPinningPlugin.java)
at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java)
at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java)
at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java)

at android.os.MessageQueue.nativePollOnce(MessageQueue.java)
at android.os.MessageQueue.next(MessageQueue.java:339)
at android.os.Looper.loop(Looper.java:208)
at android.app.ActivityThread.main(ActivityThread.java:8218)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:626)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1016)

This happened mostly in android 11 and 12
Screen Shot 2022-03-02 at 11 27 28

Anyone can help me with this issue? Thank you very much

@NguyenDinhTruong97 NguyenDinhTruong97 changed the title ARNs on handleCheckEvent ANRs on handleCheckEvent Mar 8, 2022
@parakramadr
Copy link

parakramadr commented Apr 20, 2022

I am facing the same issue. Anyone can please help me with this issue? Thank you very much @us3soap @adsellor

@devmansanket
Copy link

Same Issue.. How to fix? Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants