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

Commit e8feb437 authored by Wei Wang's avatar Wei Wang Committed by Android Git Automerger
Browse files

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

* commit 'e12e03fa':
  Remove spammy log information for BLE scan.
parents 7ce276eb e12e03fa
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;
            }