Searched refs:buffer_type (Results 1 – 3 of 3) sorted by relevance
238 std::string buffer_type = GetProperty("logd.buffer_type", "serialized"); in main() local242 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()
36 buffer_type from the buffers specified by `buffers` starting after the number of logs specified by
55 logd.buffer_type string (empty) Set the log buffer type. Current choices are 'simple',