Skip to content
forked from pikey8706/LogCatch

android adb logcat viewer for Linux/Mac/Windows

Notifications You must be signed in to change notification settings

VinkyQ/LogCatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogCatch

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:

  • Colored log. logtype detection is supported. like time threadtime brief process, and eclipse copied, studio copied logs.
  • Filtering by keywords. This is done by awk regular expression like awk '/key|word/ {print}'
  • Searching keyword and highlighting it.
  • Saving log.
  • Can read saved logs in a file.
  • View adb logcat logs from a device.

Requirement

You need to prepare commands: wish, awk, and adb(for android).

Linux: awk for filtering, tk package for GUI, and android-sdk for adb.

Mac: android-sdk for adb.

Windows: bash, wish, awk, 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.

Install

Linux: pacman -S awk tk android-tools apt-get install awk tk android-tools

Mac: prepare android-sdk

Windows: I tested my-app on msysgit enviroment. Install from : https://git-for-windows.github.io/ Or active tcl may work().

Usage

To launch app

Linux/Mac user

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.

  • you should select android-sdk-directory or adb including directory from popup window.
  • click "Devices" button to see device list connected to usb. after click Devices, devices name will list in "Source:".
  • click Device name then log will be shown in window.

ScreenShot

Author: Hirohito Sasaki email: pikey8706@gmail.com

About

android adb logcat viewer for Linux/Mac/Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Tcl 98.3%
  • Other 1.7%