ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Mobile​Log​Reader

by deneb42 ALL

Log colorator for SublimeText allowing easy reviewing of android and ios logs

Details

Installs

  • Total 1K
  • Win 702
  • Mac 411
  • Linux 135
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeLogReader

Log coloration for SublimeText allowing easy reviewing of Android and iOS logs

Installation

Using Package Control

You need to have Package Control installed in Sublime Text (installation instructions here) “ctrl+shift+P” => “Package Control: Install Package” => MobileLogReader

Manually

  1. Download the repository as a zip
  2. Inside SublimeText, go to Preferences/Browse Package…
  3. Extract the zip here
  4. Rename the created folder to “MobileLogReader”
  5. And voila !

Content

  • A theme dedicated for Log reading. (Also compatible with Monokaï, and also most probably compatible with your preferred theme)
  • Coloration for iOS ans Android logs depending on the log level
  • Inclusive and exclusive filtering

Usage

Coloration

The plugin will automatically color .alog (for Android) and .ilog (iOS) files. Else, you can trigger the coloration by setting the syntax to either alog or ilog.

To do that you have multiple solution :

  • On the lower right corner, select MobileLogReader/Android Logs / iOS Logs
  • “ctrl+shift+P” then “set syntax Android Logs” / “iOS Logs”
    A quick way to do this is to type “ctrl+shift+P” “alog” Enter

Filtering

You can filter the logs to either :

  • Remove the lines containing the text in your selection (multiple selection supported)
  • Keep only the lines containing the text in your selection (multiple selection supported)

To do that :

  • “ctrl+shift+x” to exclude lines containing your selection(s)
  • “ctrl+shift+c” to conserve lines containing your selection(s)