You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
637 B
16 lines
637 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level R (current min is 29): `android.system.ErrnoException#rethrowAsSocketException`"
|
|
errorLine1=" throw errnoException.rethrowAsSocketException();"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/Platform.java"
|
|
line="134"
|
|
column="34"/>
|
|
</issue>
|
|
|
|
</issues>
|