Skip to content

Collection of developer tools for working with Android. Right now this is just a set of scripts to enhance logcat output.

Notifications You must be signed in to change notification settings

nylen/android-dev-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a set of scripts to enhance and filter Android's logcat output.

Usually you'll want to run:

./super-logcat.sh <interesting-process-name-regex>

So, if your process name is com.example.myapp, then running ./super-logcat.sh example will show all messages related to your application.

Running the super-logcat.sh script with no arguments will display the logcat output from every process, piped through the same formatting and coloring algorithm.

About

Collection of developer tools for working with Android. Right now this is just a set of scripts to enhance logcat output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.8%
  • Perl 44.8%
  • Shell 2.4%