зеркало из https://github.com/mozilla/gecko-dev.git
Bug 939052 - B2G NFC: NFC socket callback prints too much log. r=vicamo
This commit is contained in:
Родитель
50a62205f3
Коммит
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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче