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

Commit 310ef2ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "HAL: Format log tags"

parents dc72c334 1740cdd7
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