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

Commit e826627b authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Gerrit Code Review
Browse files

Merge "le_audio: Correct spacing for active device logging" into main

parents bb0f7cd2 c4db8e02
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1112,7 +1112,7 @@ public class LeAudioService extends ProfileService {
            mActiveAudioInDevice = newSupportedByDeviceInput ? device : null;
            if (DBG) {
                Log.d(TAG, " handleBluetoothActiveDeviceChanged previousInDevice: "
                        + previousInDevice + ", mActiveAudioInDevice" + mActiveAudioInDevice
                        + previousInDevice + ", mActiveAudioInDevice: " + mActiveAudioInDevice
                        + " isLeOutput: false");
            }

@@ -1176,7 +1176,7 @@ public class LeAudioService extends ProfileService {
            mActiveAudioOutDevice = newSupportedByDeviceOutput ? device : null;
            if (DBG) {
                Log.d(TAG, " handleBluetoothActiveDeviceChanged previousOutDevice: "
                        + previousOutDevice + ", mActiveOutDevice: " + mActiveAudioOutDevice
                        + previousOutDevice + ", mActiveAudioOutDevice: " + mActiveAudioOutDevice
                        + " isLeOutput: true");
            }
            return true;
@@ -1451,7 +1451,7 @@ public class LeAudioService extends ProfileService {
                    TAG,
                    "suppressNoisyIntent: "
                            + suppressNoisyIntent
                            + ", hasFallbackDevice"
                            + ", hasFallbackDevice: "
                            + hasFallbackDevice);
            final BluetoothProfileConnectionInfo connectionInfo;
            if (isAtLeastU()) {