Skip to content

Commit

Permalink
Revert "print adb reverse stderr"
Browse files Browse the repository at this point in the history
This reverts commit ddd957f.
  • Loading branch information
lucasfernog committed Aug 13, 2024
1 parent bd832bf commit 6f050b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/cli/src/mobile/android/android_studio_script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub fn command(options: Options) -> Result<()> {
let _ = adb::adb(&env, ["reverse", &forward, &forward])
.stdin_file(os_pipe::dup_stdin().unwrap())
.stdout_file(os_pipe::dup_stdout().unwrap())
.stderr_file(os_pipe::dup_stdout().unwrap())
.stderr_capture()
.run();
}
}
Expand Down

0 comments on commit 6f050b4

Please sign in to comment.