when I run the command adb logcat
while running the android emulator, all of the old logs blow past and so I figure they are stored in a file somewhere. Is there a command I can run to clear the logs and start fresh? If not, is there some other way to do this?
views:
122answers:
1
+1
A:
Have you tried
adb logcat -c
http://developer.android.com/intl/de/guide/developing/tools/adb.html#logcatoptions
Pentium10
2010-04-17 07:32:23
whoop whoop! that worked, thanks!
DJTripleThreat
2010-04-17 11:27:50