[go: nahoru, domu]

blob: 303aa35f5702542b4c8635115316fb79e5ddf75f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.0.0-beta03" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0-beta03)" variant="all" version="8.0.0-beta03">
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(3000L)"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/camera/video/internal/encoder/AudioEncoderTest.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(pauseDurationMs)"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/camera/video/internal/encoder/AudioEncoderTest.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(TimeUnit.NANOSECONDS.toMillis(requiredBlockTimeNs));"
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/camera/video/internal/audio/SilentAudioStream.java"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(2000L)"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/camera/video/internal/encoder/VideoEncoderTest.kt"/>
</issue>
<issue
id="IgnoreClassLevelDetector"
message="@Ignore should not be used at the class level. Move the annotation to each test individually."
errorLine1="@Ignore(&quot;b/274840083&quot;)"
errorLine2="~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/test/java/androidx/camera/video/internal/audio/AudioSourceTest.kt"/>
</issue>
</issues>