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

Commit 68535229 authored by Daniel Nishi's avatar Daniel Nishi
Browse files

Persist the debug time correction flag.

This simplifies the QA process significantly more than
I originally expected.

Bug: 34400961
Test: Manual
Change-Id: I5d26526e7ea9a7f16a00b7c2281c5b460f6bbbff
parent 78eed31d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class UsageStatsService extends SystemService implements

    static final String TAG = "UsageStatsService";
    public static final boolean ENABLE_TIME_CHANGE_CORRECTION
            = SystemProperties.getBoolean("debug.time_change_correction", true);
            = SystemProperties.getBoolean("persist.debug.time_correction", true);

    static final boolean DEBUG = false; // Never submit with true
    static final boolean COMPRESS_TIME = false;