lm: Flush manager output on core shutdown
This commit is contained in:
parent
fa6531ab0f
commit
6212df3beb
5 changed files with 15 additions and 11 deletions
|
@ -250,6 +250,8 @@ struct System::Impl {
|
|||
telemetry_session->AddField(Telemetry::FieldType::Performance, "Mean_Frametime_MS",
|
||||
perf_stats->GetMeanFrametime());
|
||||
|
||||
lm_manager.Flush();
|
||||
|
||||
is_powered_on = false;
|
||||
exit_lock = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue