mirror of
https://github.com/samsonjs/media.git
synced 2026-04-17 13:15:47 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue