Home
last modified time | relevance | path

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

/system/core/liblog/
Dlogprint.cpp69 bool descriptive_output; member
76 static bool descriptive_output = false; variable
223 p_ret->descriptive_output = false; in android_log_format_new()
224 descriptive_output = false; in android_log_format_new()
284 p_format->descriptive_output = true; in android_log_setPrintFormat()
285 descriptive_output = true; in android_log_setPrintFormat()
1073 if (descriptive_output && map) { in android_log_processBinaryLogBuffer()