removeLogEntries

A few question about void removeLogEntries(short nEntries) in the android API:

Is there a way to remove all of the log entries or do I have to know how many I want to remove? For example, if I always use 65535 for nEntries and I have 1000 entries, will it remove everything or do I have to use 1000 for nEntries.

Thanks,
Derek

Comments

This discussion has been closed.