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

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

am 6b694039: am 203081af: Merge "Remove spammy log information for BLE scan." into lmp-sprout-dev

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