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

Show merged Callbacks展示效果的优化建议 #18

Open
lijunhuawhu opened this issue Jul 22, 2021 · 1 comment
Open

Show merged Callbacks展示效果的优化建议 #18

lijunhuawhu opened this issue Jul 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@lijunhuawhu
Copy link

Show merged Callbacks功能我有两个优化意见,供你参考:

  1. Show merged Callbacks的调用栈很长,点击一次展开一级非常麻烦,能不能点击一下一次性自动展开所有的调用堆栈呢?
  2. Show merged Callbacks显示合并后,有种类型的调用堆栈。这两种堆栈其实前面的都是相同的,只有后面几个方法不同,但是分成了两类展示,这里的展示方式可以优化一下:
    image
    image
@sindney
Copy link
Collaborator

sindney commented Jul 23, 2021

  1. 可以的,我有时间了加一下
  2. 这个应该是不同线程,调用相同的功能的结果,堆栈深度较深的话可以直接用下面的模糊搜索快速定位函数,或者使用TreeMap的View,这个我暂时也没有好的想法

@sindney sindney added the enhancement New feature or request label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants