harmony 鸿蒙HiDebug_StackFrame
HiDebug_StackFrame
概述
栈帧内容的定义。
起始版本: 20
相关模块:HiDebug
所在头文件: hidebug_type.h
汇总
成员变量
名称 | 描述 |
---|---|
HiDebug_StackFrameType type | 当前栈的类型。 |
union { | |
struct HiDebug_JsStackFrame js | |
struct HiDebug_NativeStackFrame native | |
} frame | 栈帧内容。 |
结构体成员变量说明
frame
union { ... } HiDebug_StackFrame::frame
描述 栈帧内容。
js
struct HiDebug_JsStackFrame HiDebug_StackFrame::js
描述 由HiDebug_JsStackFrame定义的js栈帧内容。
native
struct HiDebug_NativeStackFrame HiDebug_StackFrame::native
描述 由HiDebug_NativeStackFrame定义的native栈帧内容。
type
HiDebug_StackFrameType HiDebug_StackFrame::type
描述 当前栈的类型。
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Performance Analysis Kit(性能分析服务)
harmony 鸿蒙HiAppEvent_AppEventGroup
harmony 鸿蒙HiAppEvent_AppEventInfo
harmony 鸿蒙HiCollie_DetectionParam
harmony 鸿蒙HiCollie_SetTimerParam
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦