Home
last modified time | relevance | path

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

/system/logging/logcat/
Dlogcat.cpp536 unsigned long setLogSize = 0; in Run() local
723 if (!ParseByteCount(optarg, &setLogSize) || setLogSize < 1) { in Run()
904 if (setLogSize || getLogSize || printStatistics || getPruneList || setPruneList) { in Run()
914 if (setLogSize || getLogSize || printStatistics || getPruneList || setPruneList) { in Run()
975 if (setLogSize) { in Run()
976 if (android_logger_set_log_size(logger, setLogSize)) { in Run()
1076 if (getLogSize || setLogSize || clearLog) return EXIT_SUCCESS; in Run()
/system/logging/logd/
DCommandListener.h59 LogCmd(SetBufSize, setLogSize);