My project is shared in this GitHub link. Though i did run and test my android app with couple of devices successfully, There is "Stop Working"/"keeps stop running" message in Galaxy S7 Edge
. My test cases were Sony xperia Z3
and LG L70
.
I tried to send error message to a server via SendError
Service while catching exception
in try/catch statement but it seems error is out of those statement and user(with S7 edge) reported that the problem has been existed.
So in general form, how can someone find what's wrong with a code while haven't got access to specific device(which error occurs)? obviously i couldn't test my app on every device(nor can i buy S7 Edge just to test my app).
If you saw my code and by chance know which part causing this to happen, please notify me.
Notice: The error occurs in couple of seconds. I guess it happens in StartActivity
or MainActivity
or VersionUpdate
.
Update: I don't have the Log
and i can't use Firebase Crash Reports
because of Sanctions.