Add alternative to deprecated API

Bug: 217742181
Test: N/A, just comment change
Change-Id: Icf995b30ff12fc65d6b7455bb18e92882ad9f58f
This commit is contained in:
Evan Rosky
2022-03-29 16:08:09 -07:00
parent d5826ea531
commit f0dfb84bcd

View File

@@ -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() {