From da15aa0fdf5ec769a0973a00d84f9fa090de0b60 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 22 Feb 2020 19:03:00 -0500 Subject: Issue #1053 - Remove android support from XPCOM --- xpcom/base/nsDebugImpl.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xpcom/base/nsDebugImpl.cpp') diff --git a/xpcom/base/nsDebugImpl.cpp b/xpcom/base/nsDebugImpl.cpp index 84ba150db..313126e8a 100644 --- a/xpcom/base/nsDebugImpl.cpp +++ b/xpcom/base/nsDebugImpl.cpp @@ -19,10 +19,6 @@ #include "prerr.h" #include "prenv.h" -#ifdef ANDROID -#include -#endif - #ifdef _WIN32 /* for getenv() */ #include @@ -357,10 +353,6 @@ NS_DebugBreak(uint32_t aSeverity, const char* aStr, const char* aExpr, } #endif -#ifdef ANDROID - __android_log_print(ANDROID_LOG_INFO, "Gecko", "%s", buf.buffer); -#endif - // Write the message to stderr unless it's a warning and MOZ_IGNORE_WARNINGS // is set. if (!(PR_GetEnv("MOZ_IGNORE_WARNINGS") && aSeverity == NS_DEBUG_WARNING)) { -- cgit v1.2.3