跳至主要内容
版本:22.5.0

Tracing.stop() 方法

停止使用 start 方法启动的跟踪。

签名:

class Tracing {
stop(): Promise<Buffer | undefined>;
}

返回值

Promise<Buffer | undefined>

解析为包含跟踪数据的缓冲区的 Promise。