Commit 1ab93ba9 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

[base] Add note about ~CheckError's name being signifiant for the crash service

Bug: 1071058, 1031540
Change-Id: I9a8e9abed41a65e5571acc1b86f30adfd3e35c25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150593
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarWez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759277}
parent 9c3e5490
...@@ -89,6 +89,9 @@ std::ostream& CheckError::stream() { ...@@ -89,6 +89,9 @@ std::ostream& CheckError::stream() {
} }
CheckError::~CheckError() { CheckError::~CheckError() {
// Note: This function ends up in crash stack traces. If its full name
// changes, the crash server's magic signature logic needs to be updated.
// See cl/306632920.
delete log_message_; delete log_message_;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment