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
This library is used by a Cordova plugin for barcode scanning. When I implemented this plugin into my Cordova app and used it for scanning with ML Kit, it caused very high RAM consumption when the scanning screen opened. We can easily see this by opening the Profiler tool in Android Studio to check the app's performance. When we start scanning, the RAM usage increases exponentially, eventually causing the app to crash. I also checked this behavior by implementing this library in an Android project, and the same issue exists there as well. This behavior does not occur when we use ZXing for scanning.
The text was updated successfully, but these errors were encountered:
This library is used by a Cordova plugin for barcode scanning. When I implemented this plugin into my Cordova app and used it for scanning with ML Kit, it caused very high RAM consumption when the scanning screen opened. We can easily see this by opening the Profiler tool in Android Studio to check the app's performance. When we start scanning, the RAM usage increases exponentially, eventually causing the app to crash. I also checked this behavior by implementing this library in an Android project, and the same issue exists there as well. This behavior does not occur when we use ZXing for scanning.
The text was updated successfully, but these errors were encountered: