Skip to content

Commit

Permalink
Colorize output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Aug 21, 2022
1 parent 120d883 commit 3f6ceb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ndk-build/src/apk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,10 @@ impl Apk {

println!("Launched with PID {}", pid);

let handle = self.shell(&device_name)?
let _handle = self.shell(&device_name)?
.arg("logcat")
.arg("-v")
.arg("color")
.arg("--pid")
.arg(pid)
.spawn()?;
Expand Down

0 comments on commit 3f6ceb2

Please sign in to comment.