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

Commit 129c7964 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Rename "Westworld" to "Statsd"" into rvc-dev am: 8525b71e am: 0d1ca336 am: b33dc71f

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

Change-Id: I24c54f242ae05d1cd94b90a41c42ad960adf084c
parents e15b0616 b33dc71f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ import java.util.Objects;
 * #getProcessCpuUsageDiffed()} result.
 *
 * <p>Thresholding is done in this class, instead of {@link KernelCpuThreadReader}, and instead of
 * WestWorld, because the thresholding should be done after diffing, not before. This is because of
 * statsd, because the thresholding should be done after diffing, not before. This is because of
 * two issues with thresholding before diffing:
 *
 * <ul>
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import javax.inject.Singleton;
public class LockscreenGestureLogger {

    /**
     * Contains Lockscreen related Westworld UiEvent enums.
     * Contains Lockscreen related statsd UiEvent enums.
     */
    public enum LockscreenUiEvent implements UiEventLogger.UiEventEnum {
        @UiEvent(doc = "Lockscreen > Pull shade open")
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ public class Events {
    }

    /**
     * Logs an event to the event log and UiEvent (Westworld) logging. Compare writeEvent, which
     * Logs an event to the event log and UiEvent (statsd) logging. Compare writeEvent, which
     * adds more log destinations.
     * @param tag One of the EVENT_* codes above.
     * @param list Any additional event-specific arguments, documented above.