Home
last modified time | relevance | path

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

/system/libbase/
Dlogging.cpp257 static constexpr int LOG_LINE_MAX = 1024 - 48; in KernelLogLine() local
258 char buf[LOG_LINE_MAX] __attribute__((__uninitialized__)); in KernelLogLine()