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

Commit 352e1eb9 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by Gerrit Code Review
Browse files

Merge "Fix reporting of new low memory kill reason" into main

parents c735364c 505cb847
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -107,6 +107,8 @@ public final class LmkdStatsReporter {
                return FrameworkStatsLog.LMK_KILL_OCCURRED__REASON__LOW_MEM_AND_SWAP_UTIL;
            case LOW_FILECACHE_AFTER_THRASHING:
                return FrameworkStatsLog.LMK_KILL_OCCURRED__REASON__LOW_FILECACHE_AFTER_THRASHING;
            case LOW_MEM:
                return FrameworkStatsLog.LMK_KILL_OCCURRED__REASON__LOW_MEM;
            default:
                return FrameworkStatsLog.LMK_KILL_OCCURRED__REASON__UNKNOWN;
        }