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

Commit bb111731 authored by Darwin Huang's avatar Darwin Huang
Browse files

AudioManager: Remove no-longer-relevant error message

Bug: http://b/254647699
Change-Id: I1059ed8594a0a4a2737f6df1909f1f3bf6840d91
parent 17da6cad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6600,8 +6600,8 @@ public class AudioManager {
            }
        }
        if (k == ports.size()) {
            // this hould never happen
            Log.e(TAG, "updatePortConfig port not found for handle: "+port.handle().id());
            // This can happen in case of stale audio patch referring to a removed device and is
            // handled by the caller.
            return null;
        }
        AudioGainConfig gainCfg = portCfg.gain();