Skip to content

amdev01/LogcatFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

LogcatFilter

Program to filter the logcat

How to compile and use:

Linux

~$ g++ -o LogcatFilter logcatFilter.cpp
~$ ./LogcatFilter

Windows (Visual Studio)

File -> New -> Project
Select Empty Project -> Enter name -> OK
Solution Explorer -> Right Click -> Add -> Existing Item -> Select LogcatFilter.cpp -> OK
Build -> Batch Build... -> Select config to build -> Build

LogcatFilter.exe will be somewhere in the directory with your project