My Logcat is full of many the following messages interleaved with the messages I am interested in:
11-06 18:05:42.129: DEBUG/dalvikvm(853):
GC_FOR_MALLOC freed 543 objects / 25440 bytes in 46ms
I know how to filter in messages by TAG and/or by PID, but I don't know how to filter out.
My questions:
- Is there a way to filter out those GC_FOR_MALLOC messages?
- How can those GC_FOR_MALLOC messages be useful for an application program (i.e. not system) debug?