wda日志筛选
parent
8bc084459c
commit
a825aea600
|
@ -100,7 +100,7 @@ public class WindowsAndLinuxIosDeviceInitThread extends IosDeviceInitThread {
|
|||
input = new LineNumberReader(new InputStreamReader(this.wdaProcess.getInputStream()));
|
||||
String line = null;
|
||||
while (null != (line = input.readLine())) {
|
||||
if (line.contains(" _device")) {
|
||||
if (line.contains("NKLog:")) {
|
||||
fileOutputStream.write(line.getBytes(StandardCharsets.UTF_8));
|
||||
fileOutputStream.write(10);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue