summaryrefslogtreecommitdiffstats
path: root/bcmdhd
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@google.com>2015-08-30 10:49:45 -0700
committerKevin Cernekee <cernekee@google.com>2015-08-30 11:00:43 -0700
commitde1c9aa3d3ac645f09507d1ff500fc4dc018624d (patch)
treeb74d3e1e815bcce6c8cc3747e0f1dd390bb7cc00 /bcmdhd
parente900b04a91fd87e4d706be7ae3499d5fb9995188 (diff)
downloadhardware_broadcom_wlan-de1c9aa3d3ac645f09507d1ff500fc4dc018624d.zip
hardware_broadcom_wlan-de1c9aa3d3ac645f09507d1ff500fc4dc018624d.tar.gz
hardware_broadcom_wlan-de1c9aa3d3ac645f09507d1ff500fc4dc018624d.tar.bz2
Fix verbose log flag
Per system/core/include/log/log.h, ALOGV is compiled out if LOG_NDEBUG is 1. Bug: chrome-os-partner:44402 Change-Id: Ib57c01a11f875376c951f21c4553ac5a33be110d
Diffstat (limited to 'bcmdhd')
-rw-r--r--bcmdhd/wifi_hal/gscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wifi_hal/gscan.cpp b/bcmdhd/wifi_hal/gscan.cpp
index 9f5669a..31d35a1 100644
--- a/bcmdhd/wifi_hal/gscan.cpp
+++ b/bcmdhd/wifi_hal/gscan.cpp
@@ -19,7 +19,7 @@
#include "sync.h"
#define LOG_TAG "WifiHAL"
-//#define LOG_NDEBUG 1 //uncomment to enable verbose logging
+//#define LOG_NDEBUG 0 //uncomment to enable verbose logging
#include <utils/Log.h>