bees4honey / mobile_vin_scanner

This is a repo for Mobile VIN Scanner created by bees4honey.
Other
73 stars 42 forks source link

No more crashing of Phonegap/Cordova plugin on Android #25

Open nbeguesse opened 7 years ago

nbeguesse commented 7 years ago

To recreate the crash, open and close the VIN scanner plugin several times. You can use Android Studio memory monitor to see the memory usage rise each time, until it finally crashes. The solution includes putting the VIN scanner on a separate thread, as well as some smaller memory fixes.