maks / MGit

A Git client for Android.
https://manichord.com/projects/mgit.html
GNU General Public License v3.0
1.23k stars 166 forks source link

Doesn't work with Android 8.1.0 #338

Open psibi opened 6 years ago

psibi commented 6 years ago

Opening the app itself isn't possible in Android 8.1.0 (Note that I use Lineage OS 15.1).

When I try to open the App - It just says "MGit has stopped" and it exits. Let me know if you would need any other specific information.

maks commented 6 years ago

Thank you for reporting this. Unfortunately I cannot reproduce this on the android emulator running a 8.1 img and as I don't have access to device running Lineage 15.1 I cannot reproduce this right now. When the crash occurs you should get a prompt to submit a crash report via email. If you can do this it would give me something to go on to investigate further.

psibi commented 6 years ago

Unfortunately, the prompt also crashes. I will see if I can provide you something to look into. Any pointers related to that is welcome.

kb-1000 commented 6 years ago

@psibi can you please provide the logcat of MGit? It'll contain the exception.

kb-1000 commented 6 years ago

@psibi what device is it? I'm currently trying to build my own ROM (for emulator), but I need to know which processor architecture it is. @maks maybe it fails to load the TLS provider, it's done in RepoListActivity and in a static block in SGitApplication. If this fails, ACRA isn't even loaded.

polyzen commented 6 years ago

@psibi, was MGit storing data from a previous install? This has happened to me a few times on LOS 14 (but my device is unsupported by LOS), and deleting MGit's cache/data lets me use the app again.

psibi commented 6 years ago

@polyzen It was my first time usage of the app after installing the OS. I will try to provide the logcat of it. Unfortunately, I have been on travel recently and haven't got time to do it.