Index: base/logging.h |
=================================================================== |
--- base/logging.h (revision 148146) |
+++ base/logging.h (working copy) |
@@ -949,13 +949,9 @@ |
// 5 -- LOG(ERROR) at runtime, only once per call-site |
#ifndef NOTIMPLEMENTED_POLICY |
-#if defined(OS_ANDROID) && defined(OFFICIAL_BUILD) |
-#define NOTIMPLEMENTED_POLICY 0 |
-#else |
// Select default policy: LOG(ERROR) |
#define NOTIMPLEMENTED_POLICY 4 |
#endif |
-#endif |
#if defined(COMPILER_GCC) |
// On Linux, with GCC, we can use __PRETTY_FUNCTION__ to get the demangled name |