Expose android_set_abort_message().

Removes the leading underscores from __android_set_abort_message() and
moves its declaration into a public header file.

Bug: 17059126
Change-Id: I470c79db47ec783ea7a54b800f8b78ecbe7479ab
This commit is contained in:
Dan Albert
2014-08-18 14:37:42 -07:00
parent 54d24e099c
commit ce6b1abbb1
3 changed files with 41 additions and 4 deletions

View File

@@ -69,8 +69,6 @@ struct abort_msg_t {
char msg[0];
};
void __android_set_abort_message(const char* msg);
//
// Formats a message to the log (priority 'fatal'), then aborts.
//