~aleteoryx/muditaos

fc05d5e6188630518f4456b25968ee8ccd618ba7 — Maciej Gibowicz 3 years ago 199ca0e
[MOS-389] Fix phone stuck on shutdown screen

The phone sometimes remained on the power off screen
during system shutdown.
1 files changed, 2 insertions(+), 0 deletions(-)

M module-sys/SystemManager/SystemManagerCommon.cpp
M module-sys/SystemManager/SystemManagerCommon.cpp => module-sys/SystemManager/SystemManagerCommon.cpp +2 -0
@@ 693,6 693,8 @@ namespace sys
    {
        LOG_DEBUG("Invoking closing procedure...");

        cpuSentinel->HoldMinimumFrequency(bsp::CpuFrequencyMHz::Level_6);

        // In case if other power down request arrive in the meantime
        lowBatteryShutdownDelay.stop();
        freqTimer.stop();