119 lines
2.2 KiB
YAML
119 lines
2.2 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-2.0-or-later
|
|
SourceCode: https://github.com/Tortel/SysLog
|
|
IssueTracker: https://github.com/Tortel/SysLog/issues
|
|
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.
|
|
|
|
Log types supported:
|
|
|
|
* Kernel logs (dmsg)
|
|
* Last kernel log (last_kmsg, if device supports it)
|
|
* Main log (Logcat)
|
|
* Modem log
|
|
* Event logs
|
|
* SELinux audit logs
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Tortel/SysLog
|
|
|
|
Builds:
|
|
- versionName: 1.9.0
|
|
versionCode: 19
|
|
commit: 3807e4a82ab8a0cea3be0534a7b85d522f5a8d00
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.9.1
|
|
versionCode: 20
|
|
commit: v1.9.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.0
|
|
versionCode: 21
|
|
commit: v2.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.1
|
|
versionCode: 22
|
|
commit: v2.0.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.2
|
|
versionCode: 23
|
|
commit: v2.0.2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.1.0
|
|
versionCode: 24
|
|
commit: v2.1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.1.1
|
|
versionCode: 25
|
|
disable: requires Gradle 4.1-milestone-1
|
|
commit: v2.1.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.1.2
|
|
versionCode: 26
|
|
commit: v2.1.2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.1.4
|
|
versionCode: 28
|
|
commit: v2.1.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.1.5
|
|
versionCode: 29
|
|
commit: v2.1.5
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.1.6
|
|
versionCode: 30
|
|
commit: v2.1.6
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.2.0
|
|
versionCode: 31
|
|
commit: v2.2.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
MaintainerNotes: This is GPLv2+ as given in the sourcecode, root LICENSE file is just
|
|
GPLv2/2+ license text.
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 2.2.0
|
|
CurrentVersionCode: 31
|