Tortel / SysLog

A tool to grab Android system and kernel logs
GNU General Public License v2.0
204 stars 73 forks source link

ZERO documentation? Seriously? #39

Open arminlinder opened 6 months ago

arminlinder commented 6 months ago

Today I downloaded and installed SysLog (latest) onto my Android Mobile (latest version) to find clues about how to resolve a mail problem affecting the GMAIL app. For some mysterious reason it doesn't send EMails any longer, receiving is working fine. Usually this has to do with messed up server settings, but I swear to god I haven't changed anything. That's where logs come handy.

Unfortunately Syslog does not provide any clue how I need to set up the app and probably grant permissions, so it catches logs from the mail server connector. After some trial and error I managed to set it up so it catches a log into a zip file, but alas, the log does not contain any info related to mail.

How is one supposed to know how to set up SysLog properly, without instructions?

Armin.

RokeJulianLockhart commented 2 weeks ago

https://github.com/Tortel/SysLog/issues/39#issue-2185896156

@arminlinder, does https://github.com/Tortel/SysLog/blob/85eeab330a00f5a0c610b95583246b6ee8bae050/Readme.md?plain=1#L24:~:text=adb%20shell%20pm%20grant%20com.tortel.syslog%20android.permission.READ_LOGS resolve this?