SysLog APK

SysLog  Icon
   
4.33/5
48 Ratings
Developer
Scott Warner
Current Version
2.4.2
Date Published
File Size
4.6 MB
Package ID
com.tortel.syslog
Price
$ 0.00
Downloads
32.2K+
Category
Android Apps
Genre
Tools

APK Version History

Version
2.4.2 (36)
Architecture
universal
Release Date
August 25, 2023
Requirement
Android 5.0+
Version
2.4.1 (35)
Architecture
universal
Release Date
August 24, 2023
Requirement
Android 5.0+
Version
2.3.0 (33)
Architecture
universal
Release Date
August 24, 2023
Requirement
Android 4.0+
Version
2.2.1 (32)
Architecture
universal
Release Date
August 24, 2023
Requirement
Android 4.0+
Version
2.2.0 (31)
Architecture
universal
Release Date
August 24, 2023
Requirement
Android 4.0+
  • SysLog Screenshot
  • SysLog Screenshot
  • SysLog Screenshot
  • SysLog Screenshot

About Radio FM 90s

A simple open-source tool for quickly taking and sharing system logs.
Root is required to grab all logs, but you can manually grant access to the main log (Logcat) through ADB:

adb shell pm grant com.tortel.syslog android.permission.READ_LOGS

More details about this can be found on the application's website.

Log types supported:
* Kernel logs (dmsg)
* Last kernel log (last_kmsg, if device supports it)
* Pstore logs
* Main log (Logcat)
* Modem log
* Event logs
* SELinux audit logs

After taking logs, it compresses them into a single zip, and allows you to share or upload them right away - great for helping debug system issues.

New in v2.0.0: Support for viewing the current system logs in near-real time.

You can also include notes within the zip, and append up to 10 characters to the file name.


All the source is available at https://github.com/Tortel/SysLog
Licensed under the GNU General Public License, version 2.

Uses libsuperuser by Jorrit 'Chainfire' Jongma, available at https://github.com/Chainfire/libsuperuser, AndroidX, the Material Design library, and Android-Terminal-Emulator by Jack Palevich.
The log scrubbing utility came from the CyanogenMod bug report tool

What's New in this version

v2.4.2 (August 24, 2023)

- Updated target API

v2.4.1 (May 27, 2020)

- Updated FAQs and About text

v2.4.0 (May 27, 2020)

- Darker theme

- Change log storage to application's cache directory

- Remove no longer used permissions

- Logs collected can now be attached in other apps - select the SysLog app from the document picker to view collected log files

v2.3.0 (February 17, 2020)

- Dark theme

- Fixes for Android 10

- Improve error handling