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

Commit 61e81963 authored by Marcin Oczeretko's avatar Marcin Oczeretko Committed by Automerger Merge Worker
Browse files

Merge "Rename LatencyTracker config flags to follow the convention" into sc-dev am: de541b0e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13676708

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I664a172912f29660f4e073addead861d8aa8906b
parents 362b3c0e de541b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ public class LatencyTracker {
            mEnabled = properties.getBoolean(SETTINGS_ENABLED_KEY, DEFAULT_ENABLED);
            for (int action : ACTIONS_ALL) {
                mTraceThresholdPerAction[action] =
                    properties.getInt(getTraceTriggerNameForAction(action), -1);
                    properties.getInt(getNameOfAction(STATSD_ACTION[action]), -1);
            }
        }
    }