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

Commit ce669630 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Improve uuid logging" into main

parents 806070af 18f2a9e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7771,7 +7771,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) {