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

Commit 1740cdd7 authored by Josh Wu's avatar Josh Wu
Browse files

HAL: Format log tags

Bug: 222017427
Tag: #refactor
Test: atest BluetoothInstrumentationTests
Change-Id: I0d4dea2aaa442c96dbf0c92fa1fce67cb55fd5fd
parent 2ec109c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#define LOG_TAG "a2dp_encoding"
#define LOG_TAG "BTAudioA2dpAIDL"

#include "a2dp_encoding_aidl.h"

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "BTAudioClientIf"
#define LOG_TAG "BTAudioClientAIDL"

#include "client_interface_aidl.h"

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "bluetooth"
#define LOG_TAG "BTAudioCodecStatusAIDL"

#include "codec_status_aidl.h"

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "BTAudioClientHearingAid"
#define LOG_TAG "BTAudioHearingAidAIDL"

#include "hearing_aid_software_encoding_aidl.h"

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

#define LOG_TAG "BTAudioClientLeAudioAIDL"
#define LOG_TAG "BTAudioLeAudioAIDL"

#include "le_audio_software_aidl.h"

Loading