Merge "Rename "Westworld" to "Statsd"" into rvc-dev am: 8525b71e2a am: b0d3202068

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

Change-Id: I727d869258a716136723e449dc9b1757323e6f33
This commit is contained in:
TreeHugger Robot
2020-06-18 14:41:48 +00:00
committed by Automerger Merge Worker
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ import java.util.Objects;
* #getProcessCpuUsageDiffed()} result. * #getProcessCpuUsageDiffed()} result.
* *
* <p>Thresholding is done in this class, instead of {@link KernelCpuThreadReader}, and instead of * <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: * two issues with thresholding before diffing:
* *
* <ul> * <ul>

View File

@@ -39,7 +39,7 @@ import javax.inject.Singleton;
public class LockscreenGestureLogger { public class LockscreenGestureLogger {
/** /**
* Contains Lockscreen related Westworld UiEvent enums. * Contains Lockscreen related statsd UiEvent enums.
*/ */
public enum LockscreenUiEvent implements UiEventLogger.UiEventEnum { public enum LockscreenUiEvent implements UiEventLogger.UiEventEnum {
@UiEvent(doc = "Lockscreen > Pull shade open") @UiEvent(doc = "Lockscreen > Pull shade open")

View File

@@ -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. * adds more log destinations.
* @param tag One of the EVENT_* codes above. * @param tag One of the EVENT_* codes above.
* @param list Any additional event-specific arguments, documented above. * @param list Any additional event-specific arguments, documented above.