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

Commit 55463b79 authored by Jack He's avatar Jack He Committed by Andre Eisenbach
Browse files

PBAP: Reduce logging to verbose for PBAP entries

Bug: 65080314
Test: build, no functional changes
Change-Id: I93d9338f98193e2d72711de27ce47932e699de13
(cherry picked from commit b2aa2142)
parent 3dac51d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -763,7 +763,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler {
                for (int pos = appParamValue.listStartOffset;
                        pos < listSize && itemsFound < requestSize; pos++) {
                    currentValue = nameList.get(pos);
                    if (D) Log.d(TAG, "currentValue=" + currentValue);
                    if (V) Log.d(TAG, "currentValue=" + currentValue);
                    if (currentValue.equals(compareValue)) {
                        itemsFound++;
                        if (currentValue.contains(","))