Merge 784515ad
Change-Id: I3e5b691d008e9548f43339635bafdd95bc2f56fe
This commit is contained in:
commit
cb5529efd8
@ -2287,7 +2287,7 @@ static void __bionic_heap_error(const char* msg, const char* function)
|
||||
strlcat(buffer, " IN ", sizeof(buffer));
|
||||
strlcat(buffer, function, sizeof(buffer));
|
||||
}
|
||||
__libc_android_log_write(ANDROID_LOG_FATAL,"libc","%s", buffer);
|
||||
__libc_android_log_write(ANDROID_LOG_FATAL,"libc",buffer);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user