mirror of
https://gitee.com/openharmony/hiviewdfx_hiview
synced 2024-11-23 09:09:49 +00:00
add initialization
Signed-off-by: 尹之帆 <yinzhifan@h-partners.com>
This commit is contained in:
parent
d8c763abd6
commit
f993f06bb7
@ -22,7 +22,8 @@ bool AppCallerEvent::enableDynamicTrace_ = false;
|
||||
|
||||
AppCallerEvent::AppCallerEvent(const std::string &sender) : Event(sender),
|
||||
bundleName_(""), bundleVersion_(""), uid_(0), pid_(0), beginTime_(0), endTime_(0),
|
||||
resultCode_(0), taskBeginTime_(0), taskEndTime_(0), foreground_(0), threadName_(""), externalLog_("")
|
||||
resultCode_(0), taskBeginTime_(0), taskEndTime_(0), foreground_(0), isBusinessJank_(false),
|
||||
threadName_(""), externalLog_("")
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user