Add the TID to the CallStack.
R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/1849933002 .
This commit is contained in:
parent
c77c51fae6
commit
d9c532217e
4 changed files with 14 additions and 1 deletions
|
@ -267,6 +267,7 @@ ProcessResult MinidumpProcessor::Process(
|
|||
// one bad thread.
|
||||
BPLOG(ERROR) << "No stackwalker for " << thread_string;
|
||||
}
|
||||
stack->set_tid(thread_id);
|
||||
process_state->threads_.push_back(stack.release());
|
||||
process_state->thread_memory_regions_.push_back(thread_memory);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue