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

Commit f7a55984 authored by Wei Wang's avatar Wei Wang
Browse files

Remove spammy log information for BLE scan.

Bug:17574681
Change-Id: I44a9725aa4103734418411e6dac9c2e6ec564c4d
parent 1cecad26
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;
            }