Skip to content

Commit 3075c99

Browse files
Added the end trace for app init with the new app structure
1 parent 0281c52 commit 3075c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/platform/silabs/BaseApplication.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ CHIP_ERROR BaseApplication::Init()
311311
return err;
312312
}
313313

314+
SILABS_TRACE_END_ERROR(TimeTraceOperation::kAppInit, err);
315+
SILABS_TRACE_END_ERROR(TimeTraceOperation::kBootup, err);
314316
return err;
315317
}
316318

0 commit comments

Comments
 (0)