android fixes

This commit is contained in:
John Smith
2022-09-07 10:33:14 -04:00
parent a12d8da6d1
commit c36db533f2
12 changed files with 59 additions and 30 deletions

View File

@@ -337,7 +337,7 @@ change_log_level - change the log level for a tracing layer
log.log_level,
log.message,
if let Some(bt) = log.backtrace {
format!("\nBacktrace:\n{}", bt);
format!("\nBacktrace:\n{}", bt)
} else {
"".to_owned()
}