Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlogprint.cpp71 bool descriptive_output; member
78 static bool descriptive_output = false; variable
224 p_ret->descriptive_output = false; in android_log_format_new()
225 descriptive_output = false; in android_log_format_new()
285 p_format->descriptive_output = true; in android_log_setPrintFormat()
286 descriptive_output = true; in android_log_setPrintFormat()
1037 if (descriptive_output && map) { in android_log_processBinaryLogBuffer()