Skip to content

Commit e67b501

Browse files
committed
adb: Fix mis-ordered logcat arguments after merge conflict resolve
1 parent 19202cc commit e67b501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbuild/src/devices/adb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ impl Adb {
247247
.adb(device)
248248
.arg("logcat")
249249
.arg("-T")
250-
.arg(format!("--uid={uid}"))
251250
.arg(since)
251+
.arg(format!("--uid={uid}"))
252252
.stdin(Stdio::null())
253253
.stdout(Stdio::piped())
254254
.spawn()?;

0 commit comments

Comments
 (0)