提交 72a8e2f1 编写于 作者: C Chinmay Garde 提交者: GitHub

Log trace file path when capturing an SKP in rasterizer_direct. (#2981)

上级 39d071b9
......@@ -164,6 +164,7 @@ void RasterizerDirect::DoDraw(std::unique_ptr<flow::LayerTree> layer_tree) {
if (frameExceededThreshold || tracingController.picture_tracing_enabled()) {
std::string path = tracingController.PictureTracingPathForCurrentTime();
LOG(INFO) << "Frame threshold exceeded. Capturing SKP to " << path;
SkPictureRecorder recoder;
recoder.beginRecording(SkRect::MakeWH(size.width(), size.height()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册