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

Commit 18f2a9e0 authored by William Escande's avatar William Escande
Browse files

Improve uuid logging

index and uuid were not separate by whitespace

Test: atest BluetoothInstrumentationTests
Bug: 304560088
Change-Id: I75cb74fd68f7a68aca11113c01309d22ab4be027
parent 66b4d07e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7769,7 +7769,7 @@ public class AdapterService extends Service {
        Log.i(TAG, "sendUuidsInternal: Received service discovery UUIDs for device " + device);
        if (DBG) {
            for (int i = 0; i < uuids.length; i++) {
                Log.d(TAG, "index=" + i + "uuid=" + uuids[i]);
                Log.d(TAG, "sendUuidsInternal: index=" + i + " uuid=" + uuids[i]);
            }
        }
        if (mPhonePolicy != null) {