• Stars
    star
    159
  • Rank 235,916 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android Performance Tools!

AndroidPerformanceTools

本项目用于整理安卓性能监测方案,如果你有不错的方案推荐,欢迎给我提个Issue!

Features

  • 检测卡顿,并dump出卡顿发生时所有的堆栈信息,定位到卡顿源头。实现原理:Android卡顿检测方案

Usage

本项目目前没有打包上传至JCenter上,只能通过引入lib的方式进行使用,功能代码全部在library工程中,使用Demo在app工程中。

Reference

感谢以下提供思路的(开源/闭源)项目!