On Apr 30, 8:23 am, Ward Willats <goo...@wardco.com> wrote:
> But lordy, how in the heck does that thing jump from 1 MB to 11 MB
> and back down again?? I surely don't have anything anywhere near that
> size that I am aware of!

It's possible that it didn't actually jump back down.  The event log
shows results from all running processes, not just your app, so you
may be seeing output from other things mixed in.  The 11.4MB may be
the last thing it did before it crashed, and the other entries showed
up after the phone returned to the launcher.

(This is why the python script I posted yesterday shows the pid and 5-
char app id on each line.)

You can insert a "grep" for your pid between the logcat and the gawk,
or modify your awk script to show the pid as well.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to