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

Commit b9fc2935 authored by Marvin Ramin's avatar Marvin Ramin
Browse files

Add virtual device id to AudioService dumpsys

Bug: 333272850
Change-Id: Iff6185ac3aad9493c84a215d7e19105f283e1082
Test: adb shell dumpsys audio
parent e80f8c06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12297,7 +12297,8 @@ public class AudioService extends IAudioService.Stub
                // logging after registration so we have the registration id
                mDynPolicyLogger.enqueue((new EventLogger.StringEvent("registerAudioPolicy for "
                        + pcb.asBinder() + " u/pid:" + Binder.getCallingUid() + "/"
                        + Binder.getCallingPid() + " with config:" + app.toCompactLogString()))
                        + Binder.getCallingPid() + " with config:" + app.toCompactLogString()
                        + " for virtual deviceId: " + attributionSource.getDeviceId()))
                        .printLog(TAG));
                regId = app.getRegistrationId();