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

求问😓 堆栈翻译:translate_oom.py dsym_file oom_file #14

Open
ShenJieSuzhou opened this issue Jan 31, 2018 · 6 comments
Open

Comments

@ShenJieSuzhou
Copy link

终端打印如下日志:
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;
但是我这边没有生成,请问是什么原因。

@xiaocai33
Copy link

求问用了脚本 内存泄漏的堆栈解析出来的是个空文件, 因此这个对日志文件格式有什么限制吗?

@ShenJieSuzhou
Copy link
Author

找到问题了, “file_name = os.path.basename(leak_path);” 文件不是一个路径,而是一个文件名,改成
file_name = leak_path,就可以解析出来了

@TaoistKing
Copy link

@ShenJieSuzhou 我这边解析出来仍然是空文件。

@YangyangChen111
Copy link

内存泄漏的堆栈解析后为空文件+1

@HePingLaoSan
Copy link

HePingLaoSan commented Aug 28, 2019

image

这是我的解析前的日志,猜测写日志丢数据了,导致解析是0K,仓库版本是1.3

@yaolove3
Copy link

内存泄漏的堆栈解析后为空文件+1

内存泄漏的堆栈解析后为空文件+1

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

No branches or pull requests

6 participants