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

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

am af53bfd0: am efd8a85d: Merge "Fix bug where checking-in more than once...

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

* commit 'af53bfd0':
  Fix bug where checking-in more than once would cause an infinite loop in UsageStatsService
parents ebb0bdb0 af53bfd0
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) {