History log of /external/libcxxabi/src/abort_message.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0a1ce9cae10bf7e2e6640e2a8f1efe7062c47292 05-Mar-2015 Dan Albert <danalbert@google.com> Merge to upstream r231075.

Change-Id: If60a5707fa4299ce03b7bfd605b360486bcd9d2f
/external/libcxxabi/src/abort_message.cpp
81b12ba7fc860afad1013ebb3d30ba14fb688b79 16-Jan-2015 Dan Albert <danalbert@google.com> Fix abort_message.cpp for the NDK.

The NDK doesn't have access to `android/set_abort_message.h`, so use
an extern declaration instead for API 21. For older releases, just use
`__assert2`, which will report to logcat and/or the tombstone for some
older releases.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@226310 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit d2a72c45bb125271df1e68aa66bdf6bc77a2ce96)

Change-Id: Ifbec2bb50425b1b95ab355a6dca85134b06b8cde
/external/libcxxabi/src/abort_message.cpp
f02f3d37e0309314ce69f9bf49f17f54bed2c109 19-Aug-2014 Dan Albert <danalbert@google.com> Improve logging of aborts for Android.

In Android, stderr only goes to the console, and as such will only ever
be seen by adb shell users. Since very few developers will ever actually
see that, also send the abort message to logcat and the tombstone.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@215983 91177308-0d34-0410-b5e6-96231b3b80d8

Bug: 17059126
Change-Id: I67055243d0750b1ea3cf5c77e911353cc9905878
(cherry picked from commit 3ac101d77e00b8831bb36f4929a516cb4c480f03)
/external/libcxxabi/src/abort_message.cpp
a31cad9a68d5aee38c9e4f263f0389d2f197a7e5 14-Mar-2012 Nick Kledzik <kledzik@apple.com> fix crash log magic

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@152693 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/abort_message.cpp
0240685ed6756ee0eed7c76e37eb2abdc01dcf82 02-Feb-2012 Howard Hinnant <hhinnant@apple.com> Work on restricting symbol visibility.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@149633 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/abort_message.cpp
c632c50527eb60090a5c1ba092cf6c9118d80dbe 24-Jan-2012 Howard Hinnant <hhinnant@apple.com> CrashReporterClient.h is back, but this time protected with __has_include. Thanks for the suggestion Doug. The use is consistent with how the same header is used in llvm/lib/Support/PrettyStackTrace.cpp (though there autoconfig is used instead of __has_include).

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148851 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/abort_message.cpp
ae154287dd55f8fb2b374af757b41db2e328a5c2 24-Jan-2012 Howard Hinnant <hhinnant@apple.com> Removed reference to internal header

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148763 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/abort_message.cpp
8f696ff15c2e188dac75dbed3f7524fb80928607 24-Jan-2012 Howard Hinnant <hhinnant@apple.com> I renamed abort_message to be a C++ file to simplify my simplistic build script which I'm still working on. I also added a struct for the crash reporter on __APPLE__.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148752 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/abort_message.cpp