Skip to content

Commit

Permalink
Colorize output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers authored and MarijnS95 committed Sep 7, 2022
1 parent e052477 commit 204bd1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cargo-apk/src/apk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ impl<'a> ApkBuilder<'a> {
.ndk
.adb(self.device_serial.as_deref())?
.arg("logcat")
.arg("-v")
.arg("color")
.arg("--pid")
.arg(pid.to_string())
.spawn()?;
Expand Down

0 comments on commit 204bd1f

Please sign in to comment.