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

Commit af53bfd0 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am efd8a85d: Merge "Fix bug where checking-in more than once would cause an...

am efd8a85d: Merge "Fix bug where checking-in more than once would cause an infinite loop in UsageStatsService" into lmp-mr1-dev

* commit 'efd8a85d':
  Fix bug where checking-in more than once would cause an infinite loop in UsageStatsService
parents 9b32f9a4 efd8a85d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ class UsageStatsDatabase {
                if (!files.valueAt(start).getBaseFile().getName().endsWith("-c")) {
                    break;
                }
                start++;
            }

            if (start == fileCount - 1) {