Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp79 const Thread& thread, bool should_log) { in print_thread_header()
99 std::vector<std::pair<std::string, uint64_t>> row, bool should_log) { in print_register_row()
109 const Thread& thread, bool should_log) { in print_thread_registers()
164 bool should_log) { in print_backtrace()
191 const Thread& thread, bool should_log) { in print_thread_backtrace()
H A Dtombstone.cpp146 tombstone_proto_to_text(tombstone, [&log](const std::string& line, bool should_log) { in engrave_tombstone()