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

Commit 32e58060 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Fix bug where checking-in more than once would cause an infinite loop in UsageStatsService

- Forgot to increment loop variable :S

Bug:18239732
Change-Id: Ie37a83584d7849108dbfd3bd4cbb595520d488b1
parent 085329b6
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) {