Home
last modified time | relevance | path

Searched defs:should_log (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp75 const Thread& thread, bool should_log) { in print_thread_header()
95 std::vector<std::pair<std::string, uint64_t>> row, bool should_log) { in print_register_row()
105 const Thread& thread, bool should_log) { in print_thread_registers()
156 bool should_log) { in print_backtrace()
183 const Thread& thread, bool should_log) { in print_thread_backtrace()
Dtombstone.cpp140 tombstone_proto_to_text(tombstone, [&log](const std::string& line, bool should_log) { in engrave_tombstone()