Home
last modified time | relevance | path

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

/system/logging/logd/
Dmain.cpp238 std::string buffer_type = GetProperty("logd.buffer_type", "serialized"); in main() local
242 buffer_type == "serialized"); in main()
250 if (buffer_type == "chatty") { in main()
252 } else if (buffer_type == "serialized") { in main()
254 } else if (buffer_type == "simple") { in main()
DREADME.replay.md36 buffer_type from the buffers specified by `buffers` starting after the number of logs specified by
DREADME.property55 logd.buffer_type string (empty) Set the log buffer type. Current choices are 'simple',