summaryrefslogtreecommitdiff
path: root/qcwcn
diff options
context:
space:
mode:
authormukesh agrawal <quiche@google.com>2016-04-12 17:56:46 -0700
committerMukesh Agrawal <quiche@google.com>2016-04-14 18:30:11 +0000
commite060f85e8b3ff335ce2d2e87adb389f46d0e0a09 (patch)
tree03a8186be97fef0ce8e0390fcc236855134d1451 /qcwcn
parent1c77c745ea23ac51d6ad1500eb47f5d984c1cb3a (diff)
downloadwlan-e060f85e8b3ff335ce2d2e87adb389f46d0e0a09.tar.gz
Wifi-HAL: comment out a call to ALOGV
Originally part of https://partner-android-review.googlesource.com/#/c/558740 BUG=27698661 TEST=compile Change-Id: I82f404d731ce618d469b941e28445d94feb19b07
Diffstat (limited to 'qcwcn')
-rw-r--r--qcwcn/wifi_hal/cpp_bindings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qcwcn/wifi_hal/cpp_bindings.cpp b/qcwcn/wifi_hal/cpp_bindings.cpp
index 4e385b8..3ccccb2 100644
--- a/qcwcn/wifi_hal/cpp_bindings.cpp
+++ b/qcwcn/wifi_hal/cpp_bindings.cpp
@@ -744,7 +744,7 @@ WifiVendorCommand::WifiVendorCommand(wifi_handle handle,
WifiVendorCommand::~WifiVendorCommand()
{
- ALOGV("~WifiVendorCommand %p destroyed", this);
+ //ALOGV("~WifiVendorCommand %p destroyed", this);
//mVendorData is not destroyed here. Assumption
//is that VendorData is specific to each Vendor and they
//are responsible for owning the same.