Home
last modified time | relevance | path

Searched refs:log_indent_ (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/
DArmExidx.cpp42 Log::Info(log_indent_, "%s", log_str.c_str()); in LogRawData()
71 Log::Info(log_indent_, "Raw Data: 0x00 0x00 0x00 0x01"); in ExtractEntryData()
73 Log::Info(log_indent_, "[cantunwind]"); in ExtractEntryData()
199 Log::Info(log_indent_, "Refuse to unwind"); in DecodePrefix_10_00()
220 Log::Info(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_00()
268 Log::Info(log_indent_, "[Reserved]"); in DecodePrefix_10_01()
276 Log::Info(log_indent_, "vsp = r%d", bits); in DecodePrefix_10_01()
304 Log::Info(log_indent_, "%s, r14}", msg.c_str()); in DecodePrefix_10_10()
306 Log::Info(log_indent_, "%s}", msg.c_str()); in DecodePrefix_10_10()
354 Log::Info(log_indent_, "finish"); in DecodePrefix_10_11_0000()
[all …]
DArmExidx.h84 void set_log_indent(uint8_t indent) { log_indent_ = indent; } in set_log_indent()
116 uint8_t log_indent_ = 0; variable