Home
last modified time | relevance | path

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

/system/logging/logd/
Dmain.cpp237 std::string buffer_type = GetProperty("logd.buffer_type", "serialized"); in main() local
239 LogStatistics log_statistics(false, buffer_type == "serialized"); in main()
247 if (buffer_type == "serialized") { in main()
249 } 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.property53 logd.buffer_type string (empty) The log buffer type: 'simple' or