diff options
Diffstat (limited to 'dom/workers/WorkerScope.cpp')
-rw-r--r-- | dom/workers/WorkerScope.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dom/workers/WorkerScope.cpp b/dom/workers/WorkerScope.cpp index 195df5c9eb..081f0f1065 100644 --- a/dom/workers/WorkerScope.cpp +++ b/dom/workers/WorkerScope.cpp @@ -33,10 +33,6 @@ #include "nsIServiceWorkerManager.h" #include "nsIScriptTimeoutHandler.h" -#ifdef ANDROID -#include <android/log.h> -#endif - #include "Crypto.h" #include "Principal.h" #include "RuntimeService.h" @@ -378,9 +374,6 @@ WorkerGlobalScope::Dump(const Optional<nsAString>& aString) const NS_ConvertUTF16toUTF8 str(aString.Value()); MOZ_LOG(nsContentUtils::DOMDumpLog(), LogLevel::Debug, ("[Worker.Dump] %s", str.get())); -#ifdef ANDROID - __android_log_print(ANDROID_LOG_INFO, "Gecko", "%s", str.get()); -#endif fputs(str.get(), stdout); fflush(stdout); } |