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

Commit e23a0b46 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "HAL: Format log tags" am: 310ef2ab am: 8ea5c310

parents 5aed73fc 8ea5c310
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