When reporting a fatal error, collect and add the entire report text to
android_set_abort_message so that it can be found in the tombstone.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| compiler-rt/lib/hwasan/hwasan_report.cc | ||
|---|---|---|
| 68 ↗ | (On Diff #173246) | why not InternalScopedString ? |
| compiler-rt/lib/hwasan/hwasan_report.cc | ||
|---|---|---|
| 68 ↗ | (On Diff #173246) | I don't like InternalScopedString. Its append method truncates the string instead of resizing the storage, and also does unnecessary format string parsing. |
| compiler-rt/lib/hwasan/hwasan_report.cc | ||
|---|---|---|
| 68 ↗ | (On Diff #173246) | ack. |
Comment Actions
LGTM
| compiler-rt/lib/hwasan/hwasan_report.cc | ||
|---|---|---|
| 68 ↗ | (On Diff #173246) | actually, up to you. |