Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp104 const Thread& thread, bool should_log) { in print_thread_header()
126 std::vector<std::pair<std::string, uint64_t>> row, bool should_log) { in print_register_row()
136 const Thread& thread, bool should_log) { in print_thread_registers()
193 bool should_log) { in print_backtrace()
223 bool should_log) { in print_thread_backtrace()
568 bool should_log) { in print_guest_thread()
Dtombstone.cpp151 [&log](const std::string& line, bool should_log) { in engrave_tombstone()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_proto_to_text_test.cpp66 [this](const std::string& line, bool should_log) { in ProtoToString()