Log viewer for Linux/Mac/Windows. First desigend for android adb logcat viewer. Now you can use this for general log viewer by easy filtering and highlighting. This is written in tcl/tk.
Spec:
You need to prepare commands: wish, gawk, and adb(for android).
gawk for filtering, tk package for GUI, and android-sdk for adb.
android-sdk for adb, gawk, and tk(from Homebrew). From macOS Monterery, tk vesion 8.6.12(or over) from Homebrew can run this app.
bash, wish, gawk, android-sdk for adb.
I recommed to install msys-git. This contains git, bash, awk, wish.
No warranty for subsystem-linux on windows 10. Only mysy-git is supported.
Arch:
pacman -S --needed gawk tk android-tools
Debian/Ubuntu:
apt-get install gawk tk android-tools
prepare android-sdk
brew install gawk tcl-tk
I tested my-app on msysgit enviroment.
Install from : here
Or active tcl may work().
To launch app
Linux/Mac user
git clone https://github.com/pikey8706/LogCatch.git
#on terminal. $ ./runOnShell #or $ wish src/LogCatch.tcl --dir src
Windows user Assuming you have done installed msys-git.
To see log from devices after app launched, do below please.
Author: Hirohito Sasaki email: [email protected]