0

Viewing the logcat output of a production app and found this mysterious crash. I have no idea how to comprehend it.

enter image description here

aaa
  • 363
  • 4
  • 15

1 Answers1

1

The Barcode API is partially implemented in native code, and you managed to trip over a bug in that native code, which resulted in a crash. We will have a fix in a future release of the API.

Thanks for the log output!

pchx
  • 86
  • 1