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

Commit fd97c026 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

parents b1af8a67 c4e4b18e
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));
        }