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

Commit 21b9ef9d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Csip: Fix confusing error log"

parents 87568f57 9014cda4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -599,7 +599,9 @@ public class CsipSetCoordinatorService extends ProfileService {

        for (Map.Entry<Executor, IBluetoothCsipSetCoordinatorCallback> entry :
                mCallbacks.get(uuid).entrySet()) {
            Log.e(TAG, " executing " + uuid + " " + entry.getKey());
            if (DBG) {
                Log.d(TAG, " executing " + uuid + " " + entry.getKey());
            }
            try {
                executeCallback(entry.getKey(), entry.getValue(), device, groupId);
            } catch (RemoteException e) {