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

Commit 2eacb888 authored by Kihong Seong's avatar Kihong Seong Committed by Automerger Merge Worker
Browse files

Merge "Add log for update scan mode during screen on" into main am: c4e4b18e am: fd97c026

parents f7859927 fd97c026
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -810,6 +810,12 @@ public class ScanManager {
                    mScanNative.isForceDowngradedScanClient(client)
                            ? SCAN_MODE_FORCE_DOWNGRADED
                            : scanMode;
            Log.d(
                    TAG,
                    "Scan mode update during screen on from "
                            + client.scanModeApp
                            + " to "
                            + getMinScanMode(scanMode, maxScanMode));
            return client.updateScanMode(getMinScanMode(scanMode, maxScanMode));
        }