summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-07-17 17:55:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-07-17 17:55:47 +0000
commit5c73d53b0f5ea0e9259c48f40dca3ca9e58dfb3c (patch)
tree91d13ba66888f296065e65b9dc25a31732844696
parent052255ec30cf33e27bb0406cd5b3f9998325d6e4 (diff)
parent3d58fa92a87578b0944aec2c47ca23ebbf5720e3 (diff)
downloadwlan-5c73d53b0f5ea0e9259c48f40dca3ca9e58dfb3c.tar.gz
Merge "remove extraneous `using namespace android` and deprecate utils/Log.h"android-o-preview-4android-o-iot-preview-5o-iot-preview-5
-rw-r--r--bcmdhd/wifi_hal/wifi_logger.cpp4
-rw-r--r--bcmdhd/wifi_hal/wifi_offload.cpp4
2 files changed, 2 insertions, 6 deletions
diff --git a/bcmdhd/wifi_hal/wifi_logger.cpp b/bcmdhd/wifi_hal/wifi_logger.cpp
index e5b40c4..6924017 100644
--- a/bcmdhd/wifi_hal/wifi_logger.cpp
+++ b/bcmdhd/wifi_hal/wifi_logger.cpp
@@ -21,14 +21,12 @@
#define LOG_TAG "WifiHAL"
-#include <utils/Log.h>
+#include <log/log.h>
#include "wifi_hal.h"
#include "common.h"
#include "cpp_bindings.h"
-using namespace android;
-
typedef enum {
LOGGER_START_LOGGING = ANDROID_NL80211_SUBCMD_DEBUG_RANGE_START,
LOGGER_TRIGGER_MEM_DUMP,
diff --git a/bcmdhd/wifi_hal/wifi_offload.cpp b/bcmdhd/wifi_hal/wifi_offload.cpp
index e1013f5..52891c7 100644
--- a/bcmdhd/wifi_hal/wifi_offload.cpp
+++ b/bcmdhd/wifi_hal/wifi_offload.cpp
@@ -22,14 +22,12 @@
#define LOG_TAG "WifiHAL"
-#include <utils/Log.h>
+#include <log/log.h>
#include "wifi_hal.h"
#include "common.h"
#include "cpp_bindings.h"
-using namespace android;
-
typedef enum {
WIFI_OFFLOAD_START_MKEEP_ALIVE = ANDROID_NL80211_SUBCMD_WIFI_OFFLOAD_RANGE_START,
WIFI_OFFLOAD_STOP_MKEEP_ALIVE,