Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: implement fatal_error() via async_safe_fatal()
async_safe_fatal() performs the following steps: - logs the error message to stderr and logcat - passes error message to debuggerd via android_set_abort_message(). debuggerd then saves the error message in the crash report file ("tombstone") - calls abort()
- Loading branch information