Crossplatform log viewer for Android, iOS and text files.
- GNU/Linux, Mac OS X and Windows support
- Logs can be taken from Android, iOS or from text file
- Filtering support (RegExp)
- Automatic filter history that is used as autocomplete
- Prefixes pid:, tid:, tag: or text: (Android only)
- Verbosity level (Android only)
- Backup to text files automatically. Automatic old files removal
- Color Highlight (two color schemes)
- Clear Log
- Add a Mark to Log
- Open Log in External Text Editor
- Add universe repository (Software Center — Edit — Software Sources...)
sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
sudo apt-get update
- Install the .deb
emerge dev-util/qdevicemonitor
I didn't check it but it turns out it's in official repository
Open the .dmg and move the app to /Applications
- For Android support
- Install Android SDK
- Install Tools, Platform-tools and USB Driver with Android SDK manager
- Add the path to
platform-tools
directory (from Android SDK) to Path environment variable (with Control Panel — System — Advanced — Environment Variables)
- Unpack the .zip and run
qdevicemonitor.exe
Make sure that you have installed Qt >= 5.6
- open
qdevicemonitor/qdevicemonitor.pro
with QtCreator and build the project - or use the following terminal commands:
cd qdevicemonitor
qmake
make -j8
Check TROUBLESHOOTING.md
I'm currently investing all my time in FOSS projects.
If you found this repo useful and you want to support me, please
- ⭐ it
- check ⚡ here
Your support keeps me going ❤️ (◕‿◕)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; read LICENSE for details.
Copyright (C) 2014—∞ Alexander Lopatin <alopatindev ät codonaft dot com>