vijai1996 / screenrecorder

NOTICE: This repository has moved to gitlab
https://gitlab.com/vijai/screenrecorder
GNU Affero General Public License v3.0
123 stars 49 forks source link

App stops after opening "about" twice #25

Closed CBke closed 7 years ago

CBke commented 7 years ago

Open App Select about Go back Select about

https://www.youtube.com/watch?v=moB_sK--ZcU

CBke commented 7 years ago

if i build the apk with android studio 2.2.3, i can not reproduce the error.

app-debug.apk

vijai1996 commented 7 years ago

@CBke good that the latest repo source has no FC. It is the latest version about to be released. I'm resting it at the moment. Will merge translation and make a release soon. Thanks for testing

Sent from my Huawei Nexus 6P using FastHub

CBke commented 7 years ago

I'm getting the fault from the build on F-Droid 1.8.1. Or 49cd398 does not match the F-Droid apk. Or it has something to do with the build options.

Also in 1.8.1 i do not get the option "send error report" like in 17.2 (google play). I Have Crash Reporting enabled.

vijai1996 commented 7 years ago

I tried to reproduce the bug on 1.8.1 from f-droid but it works perfect for me. It doesnt FC even if I open about more than twice. Probably some other issue? May be reinstall and try again?

For the "send error report", its not by the app itself but by the Google Play Services. Play services monitor the app installed from play and asks the user to send a error report to the developer's play console if the app crashes. If your source of install is other than play, you wont get that dialog. On the other hand having enabled crash reporting will automatically send the error report in background to the crash analytics platform.

vijai1996 commented 7 years ago

Closing issue as there is no more update on this