Skip to content

linzhanyu/DroidCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

Easily monitor LOG output for specified apk apps with adb logcat

  1. Filter out the useless LOG of other apps
  2. Display in different colors according to LOG level
  3. Cross-platform

移动应用开发辅助工具.通过 adb logcat 可以比较方便地监视指定 apk 应用的LOG输出

  1. 过滤掉其它APP的无用的LOG
  2. 根据LOG等级用不同的颜色显示
  3. 跨平台

配置开发环境

  • Python3
  • python3 -m pip install termcolor
  • 编辑 config.py 中的 Android SDK 路径 和
  • 编辑 config.py 中的 AppName ( Apk 包名 )

运行

python3 DroidCat.py

效果

运行效果

About

Easily monitor LOG output for specified apk apps with adb logcat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages