Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp940 const char* logFormat = getenv("ANDROID_PRINTF_LOG"); in Run() local
942 if (!!logFormat) { in Run()
943 for (const auto& arg : Split(logFormat, delimiters)) { in Run()