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

Commit 91456081 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Improve uuid logging" into main am: ce669630 am: f5b832ca

parents d249f345 f5b832ca
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) {