Implementing a QR code analyser from firebase. The...
# announcements
s
Implementing a QR code analyser from firebase. The app crashes after about 30 second with the error OutOfMemoryError: no stack trace available. Is this the memory available on my computer?
a
Check memory usage of the device, and if there is any memory leakage. What you are doing basically (something else heavy other than firebase)?
l
Do you keep references of the frames handed by Firebase? That'd fill the memory very very quick.