Merge "Print number of frames" am: 152de539df am: 719caf8746
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2479215 Change-Id: I39e0a4b8707c42355f8b1097a205393ea63cfd73 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
31ee094672
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue