!583 修复recv_binary_cache收集符号表时,不同进程调用同一个so库,只有一个符号化问题

Merge pull request !583 from wenlong_12/master
This commit is contained in:
openharmony_ci 2024-09-02 03:09:03 +00:00 committed by Gitee
commit 699e051d8e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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] == '/':