mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug 939052 - B2G NFC: NFC socket callback prints too much log. r=vicamo
This commit is contained in:
parent
50a62205f3
commit
b94bfb6a50
@ -13,11 +13,11 @@
|
||||
#include <sys/un.h>
|
||||
|
||||
#undef LOG
|
||||
#if defined(MOZ_WIDGET_GONK)
|
||||
#if (defined(MOZ_WIDGET_GONK) && defined(DEBUG))
|
||||
#include <android/log.h>
|
||||
#define LOG(args...) __android_log_print(ANDROID_LOG_INFO, "Gonk", args)
|
||||
#else
|
||||
#define LOG(args...) printf(args);
|
||||
#define LOG(args...)
|
||||
#endif
|
||||
|
||||
#include "jsfriendapi.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user