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

Commit 78352373 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fix debug print for new AppOps history params.

Test: builds
Change-Id: I361c3b635f87cc0ce70a0d6ab7e8565ae859f7bc
parent 59bb7329
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ final class HistoricalRegistry {
            synchronized (mInMemoryLock) {
                boolean resampleHistory = false;
                Slog.i(LOG_TAG, "New history parameters: mode:"
                        + AppOpsManager.historicalModeToString(mMode) + " baseSnapshotInterval:"
                        + AppOpsManager.historicalModeToString(mode) + " baseSnapshotInterval:"
                        + baseSnapshotInterval + " intervalCompressionMultiplier:"
                        + intervalCompressionMultiplier);
                if (mMode != mode) {