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:
parent
3e9d45f0ea
commit
3851ef3d69
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user