blob: 9433540c602d215e8ebe41c15b4f19406540e9d3 [file] [log] [blame]
Aurimas Liutikas6e4ecf72023-02-22 17:33:52 -08001<?xml version="1.0" encoding="UTF-8"?>
Julia McClellan6c5f1c62023-05-05 12:28:15 -04002<issues format="6" by="lint 8.1.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0-beta01)" variant="all" version="8.1.0-beta01">
Aurimas Liutikas6e4ecf72023-02-22 17:33:52 -08003
4 <issue
5 id="BanThreadSleep"
6 message="Uses Thread.sleep()"
7 errorLine1=" Thread.sleep(50)"
8 errorLine2=" ~~~~~">
9 <location
10 file="src/androidTest/java/androidx/benchmark/macro/perfetto/AndroidxTracingTraceTest.kt"/>
11 </issue>
12
13 <issue
14 id="BanThreadSleep"
15 message="Uses Thread.sleep()"
16 errorLine1=" trace(label) { Thread.sleep(50) }"
17 errorLine2=" ~~~~~">
18 <location
19 file="src/androidTest/java/androidx/benchmark/macro/perfetto/AndroidxTracingTraceTest.kt"/>
20 </issue>
21
22 <issue
23 id="BanThreadSleep"
24 message="Uses Thread.sleep()"
Aurimas Liutikas6e4ecf72023-02-22 17:33:52 -080025 errorLine1=" Thread.sleep(5000)"
26 errorLine2=" ~~~~~">
27 <location
28 file="src/main/java/androidx/benchmark/macro/CompilationMode.kt"/>
29 </issue>
30
31 <issue
32 id="BanThreadSleep"
33 message="Uses Thread.sleep()"
34 errorLine1=" Thread.sleep(sleepDurMs)"
35 errorLine2=" ~~~~~">
36 <location
37 file="src/androidTest/java/androidx/benchmark/macro/ConfigurableActivity.kt"/>
38 </issue>
39
40 <issue
41 id="BanThreadSleep"
42 message="Uses Thread.sleep()"
43 errorLine1=" Thread.sleep(2000)"
44 errorLine2=" ~~~~~">
45 <location
46 file="src/main/java/androidx/benchmark/macro/MacrobenchmarkScope.kt"/>
47 </issue>
48
49 <issue
50 id="BanThreadSleep"
51 message="Uses Thread.sleep()"
52 errorLine1=" Thread.sleep(100)"
53 errorLine2=" ~~~~~">
54 <location
55 file="src/main/java/androidx/benchmark/macro/MacrobenchmarkScope.kt"/>
56 </issue>
57
58 <issue
59 id="BanThreadSleep"
60 message="Uses Thread.sleep()"
61 errorLine1=" Thread.sleep(delayDurationMs)"
62 errorLine2=" ~~~~~">
63 <location
64 file="src/main/java/androidx/benchmark/macro/MacrobenchmarkScope.kt"/>
65 </issue>
66
67 <issue
68 id="BanThreadSleep"
69 message="Uses Thread.sleep()"
70 errorLine1=" Thread.sleep(delayDurationMs)"
71 errorLine2=" ~~~~~">
72 <location
73 file="src/main/java/androidx/benchmark/macro/MacrobenchmarkScope.kt"/>
74 </issue>
75
76 <issue
77 id="BanThreadSleep"
78 message="Uses Thread.sleep()"
79 errorLine1=" Thread.sleep(50)"
80 errorLine2=" ~~~~~">
81 <location
82 file="src/main/java/androidx/benchmark/macro/MacrobenchmarkScope.kt"/>
83 </issue>
84
85 <issue
86 id="BanThreadSleep"
87 message="Uses Thread.sleep()"
88 errorLine1=" Thread.sleep(5000) // sleep to await flushing cache to disk"
89 errorLine2=" ~~~~~">
90 <location
91 file="src/androidTest/java/androidx/benchmark/macro/MacrobenchmarkScopeTest.kt"/>
92 </issue>
93
94 <issue
95 id="BanThreadSleep"
96 message="Uses Thread.sleep()"
97 errorLine1=" trace(label) { Thread.sleep(50) }"
98 errorLine2=" ~~~~~">
99 <location
100 file="src/androidTest/java/androidx/benchmark/macro/perfetto/PerfettoCaptureSweepTest.kt"/>
101 </issue>
102
103 <issue
104 id="BanThreadSleep"
105 message="Uses Thread.sleep()"
Aurimas Liutikas6e4ecf72023-02-22 17:33:52 -0800106 errorLine1=" Thread.sleep(500)"
107 errorLine2=" ~~~~~">
108 <location
109 file="src/main/java/androidx/benchmark/macro/ProfileInstallBroadcast.kt"/>
110 </issue>
111
Julia McClellan6c5f1c62023-05-05 12:28:15 -0400112 <issue
113 id="PrereleaseSdkCoreDependency"
114 message="Prelease SDK check isAtLeastU cannot be called as this project has a versioned dependency on androidx.core:core"
115 errorLine1=" if (BuildCompat.isAtLeastU() || Shell.isSessionRooted()) {"
116 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
117 <location
118 file="src/main/java/androidx/benchmark/macro/CompilationMode.kt"/>
119 </issue>
120
Aurimas Liutikas6e4ecf72023-02-22 17:33:52 -0800121</issues>