Home
last modified time | relevance | path

Searched refs:setLogSize (Results 1 – 2 of 2) sorted by relevance

/system/core/logcat/
Dlogcat.cpp533 unsigned long setLogSize = 0; in Run() local
720 if (!ParseByteCount(optarg, &setLogSize) || setLogSize < 1) { in Run()
987 if (setLogSize || getLogSize || printStatistics || getPruneList || setPruneList) { in Run()
997 if (setLogSize || getLogSize || printStatistics || getPruneList || setPruneList) { in Run()
1058 if (setLogSize) { in Run()
1059 if (android_logger_set_log_size(logger, setLogSize)) { in Run()
1153 if (getLogSize || setLogSize || clearLog) return EXIT_SUCCESS; in Run()
/system/core/logd/
DCommandListener.h59 LogCmd(SetBufSize, setLogSize);