Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix app_uuid may be empty in the report 修复报告中 app_uuid 可能为空的问题 #843

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tzuyangliu
Copy link

原因:
当前使用 CFBundleName 构造 app name 和 app bundle name,但 CFBundleName 是支持多语言配置的,不同语言环境下读到的结果可能会不同;此时跟 image_info.dli_fname 做值比对时就不会认为是同一个,导致找不到当前 app image

修复方案:
app name 和 app bundle name 使用 CFBundleExecutable 来获取二进制名,排除多语言环境的影响

@tencent-adm
Copy link
Member

tencent-adm commented May 17, 2023

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


sheepliu seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants