Searched defs:clearLog (Results 1 - 1 of 1) sorted by relevance

/system/core/logcat/
H A Dlogcat.cpp355 static int clearLog(int logfd) function in namespace:android
461 int clearLog = 0; local
497 clearLog = 1;
739 if (clearLog) {
741 ret = android::clearLog(dev->fd);
775 if (clearLog) {

Completed in 94 milliseconds