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

Commit e12e03fa authored by Wei Wang's avatar Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove spammy log information for BLE scan." into lmp-sprout-dev

parents e580e4ab f7a55984
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -615,9 +615,7 @@ public class GattService extends ProfileService {
        if (client.filters == null || client.filters.isEmpty()) {
            return true;
        }
        if (DBG) Log.d(TAG, "result: " + scanResult.toString());
        for (ScanFilter filter : client.filters) {
            if (DBG) Log.d(TAG, "filter: " + filter.toString());
            if (filter.matches(scanResult)) {
                return true;
            }