I want to filter out logcat output messages that were logged at a specific time in the past.
Let's say I want to see logcat entries between the time tag value 03-31 16:31:57.260and 03-31 17:32:34.166.
I would like to see this data directly on Eclipse or write it to a file (I know how to do this).
Can this be done?
thank
source
share