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

Commit 2042b4a4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add virtual device id to AudioService dumpsys" into main

parents 5b690443 b9fc2935
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13805,7 +13805,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();