Skip to content

Commit 6b4ddd9

Browse files
[SL-ONLY] Silabs Trace End BaseAppInit (#348)
1 parent 0281c52 commit 6b4ddd9

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)