How can I erase the old data from logcat?
Posted
by DJTripleThreat
on Stack Overflow
See other posts from Stack Overflow
or by DJTripleThreat
Published on 2010-04-17T05:17:21Z
Indexed on
2010/04/17
5:23 UTC
Read the original article
Hit count: 353
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?
© Stack Overflow or respective owner