I need to log information relative to dalvikvm, i can see them using the LogCat window but i want to do is to save a particular information into a file.
12-29 10:34:47.881: D/dalvikvm(7634): GC_FOR_ALLOC freed 23794K, 76% free 11573K/47148K, paused 14ms, total 14ms
12-29 10:34:47.891: I/dalvikvm-heap(7634): Grow heap (frag case) to 34.952MB for 23970832-byte allocation
I need to log this so i can say to my customer to save a bitmap it uses 23794k in 14ms ....
But i have no ideas on how to do this.
Thanks, i know this is something special.