feat(adb): rm quotes from logged args

This commit is contained in:
Rudxain 2025-03-06 15:16:22 -04:00
commit 1d657e899e
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -114,7 +114,7 @@ impl ACommand {
let cmd = cmd.creation_flags(0x0800_0000); // do not open a cmd window
info!(
"Ran command: adb '{}'",
"Ran command: adb {}",
cmd.get_args()
.map(|s| s.to_str().unwrap_or_else(|| unreachable!()))
.collect::<Vec<_>>()