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

Commit e208faf0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adjust logging level when sound card is not found for USB device."

parents 0ceaa620 5a40f4fd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -304,7 +304,9 @@ public final class UsbAlsaManager {
        AlsaCardsParser.AlsaCardRecord cardRec =
                mCardsParser.findCardNumFor(deviceAddress);
        if (cardRec == null) {
            if (parser.hasAudioInterface()) {
                Slog.e(TAG, "usbDeviceAdded(): cannot find sound card for " + deviceAddress);
            }
            return;
        }