Reduce the length of the FrameEditorDataProcessingTest TAG.

As per f2ad8ccd3c, log tags can not be longer than 23 chars.

PiperOrigin-RevId: 430032243
This commit is contained in:
samrobinson 2022-02-21 14:39:09 +00:00 committed by Ian Baker
parent 3e9d45f0ea
commit 3851ef3d69

View File

@ -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";