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
- Build Status
Buildable 24754 Build 24753: arc lint + arc unit
Event Timeline
compiler-rt/lib/hwasan/hwasan_report.cc | ||
---|---|---|
68 | why not InternalScopedString ? |
compiler-rt/lib/hwasan/hwasan_report.cc | ||
---|---|---|
68 | 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 | ack. |
why not InternalScopedString ?