mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 07:29:42 +00:00
!583 修复recv_binary_cache收集符号表时,不同进程调用同一个so库,只有一个符号化问题
Merge pull request !583 from wenlong_12/master
This commit is contained in:
commit
699e051d8e
@ -103,7 +103,6 @@ class GetLibFiles(object):
|
||||
if req_build_id == build_id:
|
||||
self.copy_to_binary_cache(
|
||||
os.path.join(root, filename), bin_file)
|
||||
break
|
||||
|
||||
def copy_to_binary_cache(self, from_path, target_file):
|
||||
if target_file[0] == '/':
|
||||
|
Loading…
Reference in New Issue
Block a user