-
Notifications
You must be signed in to change notification settings - Fork 356
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
求问😓 堆栈翻译:translate_oom.py dsym_file oom_file #14
Comments
求问用了脚本 内存泄漏的堆栈解析出来的是个空文件, 因此这个对日志文件格式有什么限制吗? |
找到问题了, “file_name = os.path.basename(leak_path);” 文件不是一个路径,而是一个文件名,改成 |
@ShenJieSuzhou 我这边解析出来仍然是空文件。 |
内存泄漏的堆栈解析后为空文件+1 |
内存泄漏的堆栈解析后为空文件+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
终端打印如下日志:
Begin Translation......
APP Name:OOMDetector
begin translate stack:...
pre_begin:63 begin:99
pre_begin:63 begin:99
atos success!
stack_cnt:1
end translate stack:...
end Translation......
看了下脚本,是不是翻译完后的脚本后缀是translated.log;
但是我这边没有生成,请问是什么原因。
The text was updated successfully, but these errors were encountered: