-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rust] Capture Rust backtrace in case of error (displayed at DEBUG le…
…vel) (#12852) * [rust] Use anyhow crate to display backtrace in case of error * [rust] Include --backtrace argument to enable backtrace capture * [rust] Use --backtrace argument in test * [rust] Enable using RUST_BACKTRACE to capture backtrace as well * [rust] Remove --backtrace (display backtrace when error is available at DEBUG level) * [rust] Include debug info in release artifact and enable backtrace by default * Revert "[rust] Include debug info in release artifact and enable backtrace by default" This reverts commit aa57f2a. * [rust] Remove backtrace for warning message * [rust] Remove --backtrace from test * [rust] Fix problems after rebasing * [rust] Update bazel lock file * [rust] Remove old download browser function in edge module
- Loading branch information
1 parent
bceee4e
commit c8d121e
Showing
20 changed files
with
375 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.