I use several fragments in the application, and with a long transition between fragments, an OutOfMemoryError crashes.
Tell me how to catch the error? As I understand it - a memory leak?
I use several fragments in the application, and with a long transition between fragments, an OutOfMemoryError crashes.
Tell me how to catch the error? As I understand it - a memory leak?
Source: https://ru.stackoverflow.com/questions/550099/
All Articles