blob: 100bc5e6a3834290a696f2bb089c4adc4ea973b8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0-dev" type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0-dev">
<issue
id="AdbDeviceServicesCommand"
message="Use of `com.android.adblib.AdbDeviceServices#shell` is discouraged. Consider using `AdbDeviceServices.shellCommand()` instead"
errorLine1=" device.session.deviceServices.shell(device.selector, command, receiver, commandTimeout = Duration.ofMillis(defaultDdmTimeoutMillis))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/android/tools/idea/adb/AdbShellCommandsUtil.kt"
line="107"
column="9"/>
</issue>
<issue
id="AdbDeviceServicesCommand"
message="Use of `com.android.adblib.AdbDeviceServices#shell` is discouraged. Consider using `AdbDeviceServices.shellCommand()` instead"
errorLine1=" device.session.deviceServices.shell(device.selector, command, receiver, commandTimeout = Duration.ofMillis(defaultDdmTimeoutMillis))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/android/tools/idea/adb/AdbShellCommandsUtil.kt"
line="107"
column="9"/>
</issue>
</issues>