markzhai / markzhai/AndroidPerformanceMonitor
如何保证捕获卡顿堆栈的准确性?
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6.7k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
看了源码,感觉卡顿后,捕获到的堆栈信息不是消息开始到结束这段时间内的,而是消息开始时刻 + 阈值*0.8 到 消息结束这段时间内的,这段时间都堆栈信息是不是不全
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue points to the stack-capture logic in the repository source, but names no file or test. Start by tracing when capture begins relative to the message threshold and end, then compare that interval with the expected full message window. Done should document whether the current timing is complete and identify a concrete correction if it is not.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100