提交 1e89a38b 编写于 作者: C Chinmay Garde

Use the app directory as the tracing path on Android

上级 ec31bc9b
......@@ -47,10 +47,9 @@ void InitializeTracing() {
base::FilePath path;
bool result = ::PathService::Get(base::DIR_ANDROID_APP_DATA, &path);
DCHECK(result);
base::FilePath picturesDirectory = path.AppendASCII("cache");
sky::shell::Shell::Shared()
.tracing_controller()
.set_picture_tracing_base_path(picturesDirectory);
.set_picture_tracing_base_path(path);
}
} // namespace
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册