I am getting an msg while i debug my app in the device,
Explicit concurrent mark sweep GC freed 23695(1310KB) AllocSpace objects, 4(113KB) LOS objects, 28% free, 10MB/14MB, paused 913us total 86.226ms
What does it mean can anyone explain ?
I am getting an msg while i debug my app in the device,
Explicit concurrent mark sweep GC freed 23695(1310KB) AllocSpace objects, 4(113KB) LOS objects, 28% free, 10MB/14MB, paused 913us total 86.226ms
What does it mean can anyone explain ?
Looks like an ordinary Android garbage collector debug message. Are you encountering any problems, or just the message?
Looks like an ordinary Android garbage collector debug message. Are you encountering any problems, or just the message?