We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It happened on an Android device, Android system 12, and the device was the Pixel 6 Pro,The ANR information is as follows:
main (runnable) tid=1 systid=4124 Triggered ANR Root blocking com.mixpanel.mixpanel_flutter.MixpanelFlutterPlugin.handleInitialize (MixpanelFlutterPlugin.java) com.mixpanel.mixpanel_flutter.MixpanelFlutterPlugin.onMethodCall (MixpanelFlutterPlugin.java) io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage (SourceFile) io.flutter.embedding.engine.dart.DartMessenger.invokeHandler (DartMessenger.java) io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0 (DartMessenger.java) android.os.Handler.handleCallback (Handler.java:938) android.os.Handler.dispatchMessage (Handler.java:99) android.os.Looper.loopOnce (Looper.java:201) android.os.Looper.loop (Looper.java:288) android.app.ActivityThread.main (ActivityThread.java:7870) java.lang.reflect.Method.invoke (Native method) com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:548) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1009)
The text was updated successfully, but these errors were encountered:
mixpanel_flutter: ^2.2.0 flutter sdk version :3.13.9
Sorry, something went wrong.
No branches or pull requests
It happened on an Android device, Android system 12, and the device was the Pixel 6 Pro,The ANR information is as follows:
main (runnable)
tid=1 systid=4124
Triggered ANR
Root blocking
com.mixpanel.mixpanel_flutter.MixpanelFlutterPlugin.handleInitialize (MixpanelFlutterPlugin.java)
com.mixpanel.mixpanel_flutter.MixpanelFlutterPlugin.onMethodCall (MixpanelFlutterPlugin.java)
io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage (SourceFile)
io.flutter.embedding.engine.dart.DartMessenger.invokeHandler (DartMessenger.java)
io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0 (DartMessenger.java)
android.os.Handler.handleCallback (Handler.java:938)
android.os.Handler.dispatchMessage (Handler.java:99)
android.os.Looper.loopOnce (Looper.java:201)
android.os.Looper.loop (Looper.java:288)
android.app.ActivityThread.main (ActivityThread.java:7870)
java.lang.reflect.Method.invoke (Native method)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:548)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1009)
The text was updated successfully, but these errors were encountered: