Searched refs:log_indent_ (Results 1 – 2 of 2) sorted by relevance
/system/core/libunwindstack/ |
D | ArmExidx.cpp | 41 log(log_indent_, log_str.c_str()); in LogRawData() 70 log(log_indent_, "Raw Data: 0x00 0x00 0x00 0x01"); in ExtractEntryData() 72 log(log_indent_, "[cantunwind]"); in ExtractEntryData() 198 log(log_indent_, "Refuse to unwind"); in DecodePrefix_10_00() 219 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_00() 267 log(log_indent_, "[Reserved]"); in DecodePrefix_10_01() 275 log(log_indent_, "vsp = r%d", bits); in DecodePrefix_10_01() 303 log(log_indent_, "%s, r14}", msg.c_str()); in DecodePrefix_10_10() 305 log(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_10() 353 log(log_indent_, "finish"); in DecodePrefix_10_11_0000() [all …]
|
D | ArmExidx.h | 85 void set_log_indent(uint8_t indent) { log_indent_ = indent; } in set_log_indent() 117 uint8_t log_indent_ = 0; variable
|