mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2025-02-20 18:52:41 +00:00
remove no use print
Change-Id: Ia7c0f195d05a375d5cb510c6914aa2ea13b555fb Signed-off-by: hu_chao <hu_chao01@hoperun.com>
This commit is contained in:
parent
f52b454917
commit
459293e5f2
@ -26,11 +26,3 @@ build_l2 = false
|
||||
if (getenv("BUILD_L2") == "true") {
|
||||
build_l2 = true
|
||||
}
|
||||
print("build_l2 =", build_l2)
|
||||
print("OHOS_PROFILER_DIR = ", OHOS_PROFILER_DIR)
|
||||
print("OHOS_PROFILER_3RDPARTY_DIR = ", OHOS_PROFILER_3RDPARTY_DIR)
|
||||
print("OHOS_PROFILER_3RDPARTY_GRPC_DIR = ", OHOS_PROFILER_3RDPARTY_GRPC_DIR)
|
||||
print("OHOS_PROFILER_3RDPARTY_PROTOBUF_DIR = ",
|
||||
OHOS_PROFILER_3RDPARTY_PROTOBUF_DIR)
|
||||
print("OHOS_PROFILER_3RDPARTY_GOOGLETEST_DIR",
|
||||
OHOS_PROFILER_3RDPARTY_GOOGLETEST_DIR)
|
||||
|
@ -27,6 +27,3 @@ if (getenv("BUILD_MT") == "true") {
|
||||
build_tests = true
|
||||
enable_debuginfo = true
|
||||
}
|
||||
print("build_tests = ", build_tests)
|
||||
print("enable_debuginfo =", enable_debuginfo)
|
||||
print("enable_coverage =", enable_coverage)
|
||||
|
@ -18,8 +18,3 @@ part_name = OHOS_PROFILER_PART_NAME
|
||||
subsys_x64_out = "clang_x64/$subsys_name/$part_name"
|
||||
libc_dir_proto = rebase_path("$asdk_libs_dir", "//")
|
||||
root_output_dir_proto = rebase_path("$root_out_dir", "//")
|
||||
# print("grpc_cpp_plugin = ", grpc_cpp_plugin)
|
||||
# print("ipc_cpp_plugin = ", ipc_cpp_plugin)
|
||||
# print("root_build_dir = ", root_build_dir)
|
||||
# print("root_out_dir = ", root_out_dir)
|
||||
# print("root_gen_dir = ", root_gen_dir)
|
||||
|
@ -27,7 +27,6 @@ profiler_services_defines = [ "./profiler_service.proto" ]
|
||||
#######################################################
|
||||
proto_out_dir = "$root_gen_dir/cpp/" + rebase_path(".", "//")
|
||||
proto_rel_out_dir = rebase_path(proto_out_dir, root_build_dir)
|
||||
print("proto_out_dir", proto_out_dir, proto_rel_out_dir)
|
||||
|
||||
grpc_cpp_plugin = "$subsys_x64_out/grpc_cpp_plugin"
|
||||
ipc_cpp_plugin = "$subsys_x64_out/protoc_gen_ipc"
|
||||
|
@ -19,7 +19,6 @@ bytrace_plugin_protos_defines = [ "./bytrace_plugin_config.proto" ]
|
||||
#######################################################
|
||||
proto_out_dir = "$root_gen_dir/cpp/" + rebase_path(".", "//")
|
||||
proto_rel_out_dir = rebase_path(proto_out_dir, root_build_dir)
|
||||
print("proto_out_dir", proto_out_dir, proto_rel_out_dir)
|
||||
|
||||
#######################################################
|
||||
bytrace_plugin_protos_codegen = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user