diff options
-rw-r--r-- | tests/ChoreographerTests/src/main/java/android/view/choreographertests/AttachedChoreographerTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ChoreographerTests/src/main/java/android/view/choreographertests/AttachedChoreographerTest.java b/tests/ChoreographerTests/src/main/java/android/view/choreographertests/AttachedChoreographerTest.java index bb0d30af42ee..5460e4e87e2f 100644 --- a/tests/ChoreographerTests/src/main/java/android/view/choreographertests/AttachedChoreographerTest.java +++ b/tests/ChoreographerTests/src/main/java/android/view/choreographertests/AttachedChoreographerTest.java @@ -421,7 +421,7 @@ public class AttachedChoreographerTest { @Test public void testChoreographerAttachedAfterSetFrameRate() { - Log.i(TAG, "adyabr: starting testChoreographerAttachedAfterSetFrameRate"); + Log.i(TAG, "starting testChoreographerAttachedAfterSetFrameRate"); class TransactionGenerator implements SurfaceControl.TransactionCommittedListener { private SurfaceControl mSc; |