From fc3a24095460d8f0a90df12423982bb0e7c7ff02 Mon Sep 17 00:00:00 2001 From: Scott Warner Date: Thu, 28 May 2020 14:42:48 -0400 Subject: [PATCH] Update SysLog description --- metadata/com.tortel.syslog.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/metadata/com.tortel.syslog.yml b/metadata/com.tortel.syslog.yml index 5cc82bfc45..004184e91f 100644 --- a/metadata/com.tortel.syslog.yml +++ b/metadata/com.tortel.syslog.yml @@ -7,9 +7,12 @@ Changelog: https://github.com/Tortel/SysLog/blob/HEAD/Changelog.md AutoName: SysLog Description: |- - Records various log types, compresses them and saves them as currently as a tar - file. The logs are saved under the primary external storage folders named by the - date and time. + Records various log types and compresses them as a zip file. + The logs are saved in the application's private cache directory + named by the date and time. + + You can access the zip files through the system document picker + - Select the SysLog app to view collected log zips. Log types supported: @@ -20,6 +23,18 @@ Description: |- * Event logs * SELinux audit logs + To enable access to some logs (Logcat and Radio) to SysLog, you + will need to grant the READ_LOGS permision using a computer with + ADB. + + From a command line with adb available, you can grant the READ_LOGS + permission via the following command: + + adb shell pm grant com.tortel.syslog android.permission.READ_LOGS + + This command tells the phone's package manager to grant the + READ_LOGS permission to SysLog. + RepoType: git Repo: https://github.com/Tortel/SysLog