Revert "Revert "libc: Add logcat error message for memory corruption""

This reverts commit 368ee1e4d6.
This commit is contained in:
Jean-Baptiste Queru
2011-07-06 12:58:56 -07:00
parent 368ee1e4d6
commit c993768360
3 changed files with 79 additions and 21 deletions

View File

@@ -44,6 +44,7 @@ enum {
ANDROID_LOG_SILENT, /* only for SetMinPriority(); must be last */
};
int __libc_android_log_write(int prio, const char* tag, const char* buffer);
int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...);
int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);