I created my own application class.
I try to debug it and the code stops at Application.onCreate (), but does not stop at onLowMemory.
To test the script, I open many other high-memory applications.
I see that the end of the debugging session (in eclipse), and some of my static variables are equal to zero, indicates the end of the process.
Not only did debugging NOT stop @ the method breakpoint, I placed the line Log.e (...) and can't see it either.
Any idea why the method was not called?
Thank.
source
share