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

Crashes on Samsung Devices #127

Open
mdanics opened this issue Feb 6, 2023 · 1 comment
Open

Crashes on Samsung Devices #127

mdanics opened this issue Feb 6, 2023 · 1 comment

Comments

@mdanics
Copy link

mdanics commented Feb 6, 2023

Hi there,

I'm getting the following crash on numerous Samsung devices running Android 12 and 13 in our production app

Caused by java.lang.IllegalStateException
Reply already submitted
io.flutter.embedding.engine.dart.DartMessenger$Reply.reply (DartMessenger.java:430)
io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.error (MethodChannel.java:272)
com.flutterbeacon.FlutterBeaconPlugin.onActivityResult (FlutterBeaconPlugin.java:436)

This seems to happen when calling initializeAndCheckScanning.

This crash appears to be a different than the bug mentioned in #109 as the line in question for this crash is FlutterBeaconPlugin.java:436 vs FlutterBeaconPlugin.java:65 in #109

Has anyone seen this before? @alann-maulana Any suggestions for how to debug this?

Thank you

@pdurasie
Copy link

I suspect your crash is the same bug as in #109, you just haven't enabled code shrinking / obfuscation, which would change the code line numbers.

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

2 participants