Skip to content

Commit

Permalink
feat(cli): enhance iOS logs (#10961)
Browse files Browse the repository at this point in the history
enhance simulator and device run output by only displaying app logs by default, and printing full process logs when pedantic verbosity is requested

ref tauri-apps/cargo-mobile2#388
  • Loading branch information
lucasfernog authored Sep 15, 2024
1 parent 5eb036f commit 3ad2427
Show file tree
Hide file tree
Showing 8 changed files with 383 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .changes/update-ios-logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:enhance
"@tauri-apps/cli": patch:enhance
---

Only render app logs on iOS unless `-vv` is provided to the `ios dev` command.
Loading

0 comments on commit 3ad2427

Please sign in to comment.