未验证 提交 f082b322 编写于 作者: K Kaushik Iska 提交者: GitHub

[flutter_runner] Remove the checks for libdart profiler symbols (#13364)

Since the runner binaries are statically linked, we do not need
to look for the libdart profiler symbols separately.
上级 a8104858
......@@ -51,13 +51,8 @@ int main(int argc, const char** argv) {
#if !defined(DART_PRODUCT)
#if defined(AOT_RUNTIME)
RegisterProfilerSymbols(
"pkg/data/libdart_precompiled_runtime.dartprofilersymbols",
"libdart_precompiled_runtime.so");
RegisterProfilerSymbols("pkg/data/dart_aot_runner.dartprofilersymbols", "");
#else
RegisterProfilerSymbols("pkg/data/libdart_jit.dartprofilersymbols",
"libdart_jit.so");
RegisterProfilerSymbols("pkg/data/dart_jit_runner.dartprofilersymbols", "");
#endif // defined(AOT_RUNTIME)
#endif // !defined(DART_PRODUCT)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册