MobileLogReader
Log colorator for SublimeText allowing easy reviewing of android and ios logs
Details
Installs
- Total 1K
- Win 713
- Mac 426
- Linux 137
Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 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 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
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 | 1 | 0 | 0 | 0 | 0 | 0 | 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
- Download the repository as a zip
- Inside SublimeText, go to Preferences/Browse Package…
- Extract the zip here
- Rename the created folder to “MobileLogReader”
- 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)