To do an effective count, one needs to be able to capture the logs for an extended period of time (to a file), and use a program like grep and wc to get the numbers.
aLogcat has an option to filter. Use GC_ as the filter string to only display GC messages, but the time range of logged messages on the phone is insufficient to get a proper count over time.
I only see a max of about 1000 lines in my logfile snapshots.
If memory is getting scarce and GCs occur more frequently and start slowing things down, a reboot may help (temporarily). A phone with more memory, or running less apps concurrently, should also help.
Sent from my unrooted DroidX using DroidForums app
aLogcat has an option to filter. Use GC_ as the filter string to only display GC messages, but the time range of logged messages on the phone is insufficient to get a proper count over time.
I only see a max of about 1000 lines in my logfile snapshots.
If memory is getting scarce and GCs occur more frequently and start slowing things down, a reboot may help (temporarily). A phone with more memory, or running less apps concurrently, should also help.
Sent from my unrooted DroidX using DroidForums app