MobileLogReader
Log colorator for SublimeText allowing easy reviewing of android and ios logs
Details
Installs
- Total 1K
- Win 711
- Mac 421
- Linux 136
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 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 | 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 | 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)