UI卡顿:blockcanary

UI卡顿:blockcanary

 

UI卡顿常见原因

1,UI线程中做轻微耗时操作

2,布局Layout过于复杂,无法在16ms内完成渲染

3,View过度绘制

4,View频繁触发messure,layout,

5,内存频繁触发GC过多(GC在执行的时候,其他线程都会暂停工作)

 UI卡顿:blockcanary

UI卡顿:blockcanary

UI卡顿:blockcanary

UI卡顿:blockcanary

 

 

相关文章:

  • 2021-09-21
  • 2021-06-08
  • 2021-09-04
  • 2021-09-12
  • 2021-12-28
  • 2021-12-02
  • 2021-06-07
  • 2022-12-23
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2022-01-13
  • 2021-10-27
  • 2021-12-19
  • 2021-10-13
  • 2022-12-23
相关资源
相似解决方案