diff --git a/debuggerd/libdebuggerd/tombstone_proto_to_text.cpp b/debuggerd/libdebuggerd/tombstone_proto_to_text.cpp index e4d68f86a..8e6abdfa1 100644 --- a/debuggerd/libdebuggerd/tombstone_proto_to_text.cpp +++ b/debuggerd/libdebuggerd/tombstone_proto_to_text.cpp @@ -190,6 +190,7 @@ static void print_backtrace(CallbackType callback, const Tombstone& tombstone, static void print_thread_backtrace(CallbackType callback, const Tombstone& tombstone, const Thread& thread, bool should_log) { CBS(""); + CB(should_log, "%d total frames", thread.current_backtrace().size()); CB(should_log, "backtrace:"); if (!thread.backtrace_note().empty()) { CB(should_log, " NOTE: %s",