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

Commit efd8a85d authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Fix bug where checking-in more than once would cause an infinite loop...

Merge "Fix bug where checking-in more than once would cause an infinite loop in UsageStatsService" into lmp-mr1-dev
parents 0610ff97 32e58060
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) {