Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_WRAP_DEFAULT_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/system/logging/liblog/include_vndk/log/
Dlog_read.h29 #define ANDROID_LOG_WRAP_DEFAULT_TIMEOUT 7200 /* 2 hour default */ macro
/system/logging/liblog/include/log/
Dlog_read.h29 #define ANDROID_LOG_WRAP_DEFAULT_TIMEOUT 7200 /* 2 hour default */ macro
/system/logging/logcat/
Dlogcat.cpp622 size_t timeout = ANDROID_LOG_WRAP_DEFAULT_TIMEOUT; in Run()
627 if (timeout != ANDROID_LOG_WRAP_DEFAULT_TIMEOUT) { in Run()
629 long_options[option_index].name, ANDROID_LOG_WRAP_DEFAULT_TIMEOUT, in Run()
/system/logging/liblog/
Dlogd_reader.cpp325 ret = snprintf(cp, remaining, " timeout=%u", ANDROID_LOG_WRAP_DEFAULT_TIMEOUT); in logdOpen()