Skip to content

Commit 41fdbca

Browse files
committed
Add debug output for keystore generation command
1 parent cad0e4e commit 41fdbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renutil.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ pub async fn install(
877877
]);
878878
let status = cmd.status()?;
879879
if !status.success() {
880+
println!("Command: {cmd:?}");
880881
anyhow::bail!("Unable to generate Android keystore.");
881882
}
882883
}

0 commit comments

Comments
 (0)