Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 2 | <issues format="6" by="lint 8.3.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-beta01)" variant="all" version="8.3.0-beta01"> |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 3 | |
| 4 | <issue |
| 5 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 6 | message="Call requires API level 23 (current min is 19): `stopAllPerfettoProcesses`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 7 | errorLine1=" PerfettoHelper.stopAllPerfettoProcesses()" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 11 | </issue> |
| 12 | |
| 13 | <issue |
| 14 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 15 | message="Call requires API level 21 (current min is 19): `getPidsForProcess`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 16 | errorLine1=" fun getPerfettoPids() = Shell.getPidsForProcess(if (unbundled) "tracebox" else "perfetto")" |
| 17 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 18 | <location |
| 19 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 20 | </issue> |
| 21 | |
| 22 | <issue |
| 23 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 24 | message="Call requires API level 23 (current min is 19): `PerfettoCapture`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 25 | errorLine1=" val capture = PerfettoCapture(unbundled)" |
| 26 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 27 | <location |
| 28 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 29 | </issue> |
| 30 | |
| 31 | <issue |
| 32 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 33 | message="Call requires API level 23 (current min is 19): `start`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 34 | errorLine1=" capture.start(" |
| 35 | errorLine2=" ~~~~~"> |
| 36 | <location |
| 37 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 38 | </issue> |
| 39 | |
| 40 | <issue |
| 41 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 42 | message="Call requires API level 23 (current min is 19): `isRunning`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 43 | errorLine1=" assertTrue(capture.isRunning())" |
| 44 | errorLine2=" ~~~~~~~~~"> |
| 45 | <location |
| 46 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 47 | </issue> |
| 48 | |
| 49 | <issue |
| 50 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 51 | message="Call requires API level 23 (current min is 19): `stopAllPerfettoProcesses`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 52 | errorLine1=" PerfettoHelper.stopAllPerfettoProcesses()" |
| 53 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 54 | <location |
| 55 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 56 | </issue> |
| 57 | |
| 58 | <issue |
| 59 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 60 | message="Call requires API level 23 (current min is 19): `isRunning`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 61 | errorLine1=" assertFalse(capture.isRunning())" |
| 62 | errorLine2=" ~~~~~~~~~"> |
| 63 | <location |
| 64 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 65 | </issue> |
| 66 | |
| 67 | <issue |
| 68 | id="NewApi" |
Aurimas Liutikas | 2c8d2c7 | 2023-10-16 16:10:28 -0700 | [diff] [blame] | 69 | message="Call requires API level 23 (current min is 19): `isAbiSupported`" |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 70 | errorLine1=" Assume.assumeTrue(PerfettoHelper.isAbiSupported())" |
| 71 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 72 | <location |
| 73 | file="src/androidTest/java/androidx/benchmark/PerfettoHelperTest.kt"/> |
| 74 | </issue> |
| 75 | |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 76 | <issue |
| 77 | id="UnsafeOptInUsageError" |
| 78 | message="This declaration is opt-in and its usage should be marked with `@androidx.benchmark.ExperimentalBenchmarkConfigApi` or `@OptIn(markerClass = androidx.benchmark.ExperimentalBenchmarkConfigApi.class)`"> |
| 79 | <location |
| 80 | file="src/main/java/androidx/benchmark/MetricsContainer.kt"/> |
| 81 | </issue> |
| 82 | |
| 83 | <issue |
| 84 | id="UnsafeOptInUsageError" |
| 85 | message="This declaration is opt-in and its usage should be marked with `@androidx.benchmark.ExperimentalBenchmarkConfigApi` or `@OptIn(markerClass = androidx.benchmark.ExperimentalBenchmarkConfigApi.class)`"> |
| 86 | <location |
| 87 | file="src/main/java/androidx/benchmark/MicrobenchmarkPhase.kt"/> |
| 88 | </issue> |
| 89 | |
Jeff Gaston | b557296 | 2023-09-07 16:49:51 -0400 | [diff] [blame] | 90 | </issues> |