Send the tracing configuration with the rageshake data.

This commit is contained in:
Benoit Marty 2023-12-06 17:35:52 +01:00
parent 6cc49cdfdb
commit 63d51c5cf5
4 changed files with 18 additions and 1 deletions

View file

@ -57,6 +57,7 @@ class TracingInitializer : Initializer<Unit> {
)
}
bugReporter.cleanLogDirectoryIfNeeded()
bugReporter.setCurrentTracingFilter(tracingConfiguration.filterConfiguration.filter)
tracingService.setupTracing(tracingConfiguration)
// Also set env variable for rust back trace
Os.setenv("RUST_BACKTRACE", "1", true)