diff options
| -rw-r--r-- | core/java/android/app/UiAutomation.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/app/UiAutomation.java b/core/java/android/app/UiAutomation.java index 5e521b03f6e3..893dc2f6ace4 100644 --- a/core/java/android/app/UiAutomation.java +++ b/core/java/android/app/UiAutomation.java @@ -1209,7 +1209,9 @@ public final class UiAutomation { * @see android.view.WindowAnimationFrameStats * @see #getWindowAnimationFrameStats() * @see android.R.styleable#WindowAnimation - * @deprecated animation-frames are no-longer used. + * @deprecated animation-frames are no-longer used. Use Shared + * <a href="https://perfetto.dev/docs/data-sources/frametimeline">FrameTimeline</a> + * jank metrics instead. */ @Deprecated public void clearWindowAnimationFrameStats() { |