Send the tracing configuration with the rageshake data.

This commit is contained in:
Benoit Marty 2023-12-06 17:35:52 +01:00
parent f3318078f2
commit ed64403dec
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)