22 lines
527 B
Plaintext
22 lines
527 B
Plaintext
|
diff -u -r ../../libbase/logging.cpp ./logging.cpp
|
||
|
--- ../../libbase/logging.cpp 2016-09-01 11:56:01.000000000 -0400
|
||
|
+++ ./logging.cpp 2016-09-01 12:17:04.405086704 -0400
|
||
|
@@ -46,7 +46,6 @@
|
||
|
|
||
|
// Headers for LogMessage::LogLine.
|
||
|
#ifdef __ANDROID__
|
||
|
-#include <android/set_abort_message.h>
|
||
|
#include "cutils/log.h"
|
||
|
#else
|
||
|
#include <sys/types.h>
|
||
|
@@ -398,9 +397,6 @@
|
||
|
|
||
|
// Abort if necessary.
|
||
|
if (data_->GetSeverity() == FATAL) {
|
||
|
-#ifdef __ANDROID__
|
||
|
- android_set_abort_message(msg.c_str());
|
||
|
-#endif
|
||
|
abort();
|
||
|
}
|
||
|
}
|