Merge branch 'ofwdev' into 420

This commit is contained in:
RogueMaster
2022-11-09 15:49:35 -05:00
4 changed files with 16 additions and 13 deletions

View File

@@ -284,11 +284,7 @@ static void loader_thread_state_callback(FuriThreadState thread_state, void* con
furi_hal_power_insomnia_enter();
}
} else if(thread_state == FuriThreadStateStopped) {
FURI_LOG_I(
TAG,
"Application thread stopped. Free heap: %d. Thread allocation balance: %d.",
memmgr_get_free_heap(),
furi_thread_get_heap_size(instance->application_thread));
FURI_LOG_I(TAG, "Application stopped. Free heap: %d", memmgr_get_free_heap());
if(loader_instance->application_arguments) {
free(loader_instance->application_arguments);