markzhai / markzhai/AndroidPerformanceMonitor

如何保证捕获卡顿堆栈的准确性?

Open
#148 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.