Remove LongLogTag warning suppression.
Bug: webrtc:6597 Change-Id: I9defe65a19b6e85738fe2a46dad38f999a5d8594 Reviewed-on: https://webrtc-review.googlesource.com/21300 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20699}
This commit is contained in:
committed by
Commit Bot
parent
c3fedccf01
commit
34d4e5a4d1
@ -63,7 +63,7 @@ public class HardwareVideoEncoderTest {
|
||||
this.useEglContext = useEglContext;
|
||||
}
|
||||
|
||||
final static String TAG = "HardwareVideoEncoderTest";
|
||||
final static String TAG = "HwVideoEncoderTest";
|
||||
|
||||
private static final boolean ENABLE_INTEL_VP8_ENCODER = true;
|
||||
private static final boolean ENABLE_H264_HIGH_PROFILE = true;
|
||||
|
||||
@ -29,7 +29,7 @@ import org.webrtc.MediaCodecVideoEncoder.OutputBufferInfo;
|
||||
@TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1)
|
||||
@RunWith(BaseJUnit4ClassRunner.class)
|
||||
public class MediaCodecVideoEncoderTest {
|
||||
final static String TAG = "MediaCodecVideoEncoderTest";
|
||||
final static String TAG = "MCVideoEncoderTest";
|
||||
final static int profile = MediaCodecVideoEncoder.H264Profile.CONSTRAINED_BASELINE.getValue();
|
||||
|
||||
@Test
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
|
||||
<issue id="UseSparseArrays" severity="ignore"/>
|
||||
|
||||
<issue id="LongLogTag" severity="ignore"/>
|
||||
<issue id="Registered" severity="ignore"/>
|
||||
<issue id="MissingPermission" severity="ignore"/>
|
||||
<issue id="ApplySharedPref" severity="ignore"/>
|
||||
|
||||
Reference in New Issue
Block a user