-
Notifications
You must be signed in to change notification settings - Fork 426
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
请问Fast dump在Android 12上 也出现了dump hprof为0KB情况,是12没有全部兼容吗 #264
Comments
请问Fast dump在Android 12上 也出现了dump hprof为0KB情况,是12没有全部兼容吗,测试手机是1+7pro , Android 12 |
提供下复现 app 的完整日志我确认下 |
suspendAndFork 调用有报错 |
16:41:04.689 A *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** |
已知 fork dump 在子进程可能会有偶现的 crash;快手最新线上跑的版本已经去掉了子进程的 jni 调用,预期应该可以解决现在这个子进程 crash,内部验证稳定后会合回到 koom 上 |
这个问题你们是怎么修改的?能说明一下吗,我想改了试试 |
把 fork 流程直接改到 c++ 去实现,Debug.dumpHprofData 就换成直接拿 art::hprof::DumpHeap 的函数指针裸调 |
No description provided.
The text was updated successfully, but these errors were encountered: