[PATCH] D54284: [hwasan] Add entire report to abort message on Android.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 16:28:08 PST 2018


eugenis created this revision.
eugenis added reviewers: kcc, vitalybuka.
Herald added subscribers: kubamracek, srhines.

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.


https://reviews.llvm.org/D54284

Files:
  compiler-rt/lib/hwasan/hwasan.cc
  compiler-rt/lib/hwasan/hwasan.h
  compiler-rt/lib/hwasan/hwasan_linux.cc
  compiler-rt/lib/hwasan/hwasan_report.cc
  compiler-rt/lib/hwasan/hwasan_report.h
  compiler-rt/test/hwasan/TestCases/abort-message-android.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54284.173246.patch
Type: text/x-patch
Size: 5430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181109/8b76517a/attachment.bin>


More information about the llvm-commits mailing list