Commit e4eb5839 by samrobinson Committed by Ian Baker

Reduce the length of the FrameEditorDataProcessingTest TAG.

As per https://github.com/google/ExoPlayer/commit/f2ad8ccd3cab30fb3960bc456e1766815be79eea, log tags can not be longer than 23 chars.

PiperOrigin-RevId: 430032243
parent 903c8d56
......@@ -55,7 +55,7 @@ import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public final class FrameEditorDataProcessingTest {
private static final String TAG = "FrameEditorDataProcessingTest";
private static final String TAG = "FrameEditorDataTest";
// Input MP4 file to transform.
private static final String INPUT_MP4_ASSET_STRING = "media/mp4/sample.mp4";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment