[go: nahoru, domu]

blob: 61cf10432a956e80feee2be42e7f92d18c167f52 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.2.0-alpha14" type="baseline" client="cli" dependencies="false" name="AGP (8.2.0-alpha14)" variant="all" version="8.2.0-alpha14">
<issue
id="NewApi"
message="Class requires API level 24 (current min is 23): `Partial`"
errorLine1=" is CompilationMode.Partial -> compilationMode.warmupIterations"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/benchmark/macro/Macrobenchmark.kt"/>
</issue>
<issue
id="NewApi"
message="Class requires API level 29 (current min is 23): `Power`"
errorLine1=" return if (type is PowerMetric.Type.Power) powerUw else energyUws"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/benchmark/macro/perfetto/PowerQuery.kt"/>
</issue>
<issue
id="NewApi"
message="Class requires API level 29 (current min is 23): `Power`"
errorLine1=" return if (type is PowerMetric.Type.Power) powerUw else energyUws"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/benchmark/macro/perfetto/PowerQuery.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(50)"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/benchmark/macro/perfetto/AndroidxTracingTraceTest.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" trace(label) { Thread.sleep(50) }"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/benchmark/macro/perfetto/AndroidxTracingTraceTest.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(5000)"
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/benchmark/macro/CompilationMode.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(sleepDurMs)"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/benchmark/macro/ConfigurableActivity.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(500)"
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/benchmark/macro/ProfileInstallBroadcast.kt"/>
</issue>
</issues>