!198 Add L2 trace support

Merge pull request !198 from guozejun/master
This commit is contained in:
openharmony_ci 2021-10-14 04:12:29 +00:00 committed by Gitee
commit fd1482f29f

View File

@ -92,6 +92,7 @@ void AceTraceBegin(const char* name)
std::string nameStr(name);
if (PushString(nameStr)) {
StartTrace(BYTRACE_TAG_ACE, nameStr);
UpdateTraceLabel();
} else {
LOGW("Failed push current tag name");
}