Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c38b929 authored by Henri Chataing's avatar Henri Chataing
Browse files

Remove unused "utils/Log.h", <cutils/log.h> include directives

Both are aliases for <log/log.h> and as sucj provides the definition
of ALOG[VDIWE] which is now unused except in vendor available libraries

Test: m com.android.btservices
Bug: 305066880
Flag: EXEMPT, mechanical refactor
Change-Id: I50cb8ffe5753b0646f8db7ad41157c966f4fa9df
parent 2c544ed4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

#define LOG_TAG "BluetoothA2dpServiceJni"

#include "com_android_bluetooth.h"
#include "hardware/bt_av.h"
#include "utils/Log.h"

#include <string.h>

#include <shared_mutex>

#include "com_android_bluetooth.h"
#include "hardware/bt_av.h"

namespace android {
static jmethodID method_onConnectionStateChanged;
static jmethodID method_onAudioStateChanged;
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@

#include "com_android_bluetooth.h"
#include "hardware/bt_av.h"
#include "utils/Log.h"

namespace android {
static jmethodID method_onConnectionStateChanged;
+4 −4
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

#define LOG_TAG "BluetoothAvrcpControllerJni"

#include "com_android_bluetooth.h"
#include "hardware/bt_rc.h"
#include "utils/Log.h"

#include <string.h>

#include <shared_mutex>

#include "com_android_bluetooth.h"
#include "hardware/bt_rc.h"

namespace android {
static jmethodID method_onConnectionStateChanged;
static jmethodID method_handleplayerappsetting;
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <base/functional/bind.h>
#include <base/functional/callback.h>

#include <map>
#include <mutex>
#include <shared_mutex>
@@ -25,7 +26,6 @@

#include "avrcp.h"
#include "com_android_bluetooth.h"
#include "utils/Log.h"

using namespace bluetooth::avrcp;

+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#include "com_android_bluetooth.h"
#include "hardware/bt_sock.h"
#include "os/logging/log_adapter.h"
#include "utils/Log.h"
#include "utils/misc.h"

using bluetooth::Uuid;
Loading