When app crashes due to some code mismanagement , App unfortunately stops error displays and we go to the home screen . When we launch that apk again and open the same view crash remains there . How can we stop it so that app does not forces if that test case is not generated again by the user.
Asked
Active
Viewed 28 times
0
-
https://stackoverflow.com/help/how-to-ask – Mohit Kacha May 23 '17 at 11:03
-
i know why app crashes but i am saying if in case the app is in play store and app crashes due to soem reason , so if user again opens the app it again crashes even view is not created again . Can this be avoided. – ritwik May 23 '17 at 11:03
-
@ritwik please post your code so we answer properly – scienticious May 23 '17 at 11:08
-
May be the errors started coming from server side(If your app consuming webservices) , webservices changed something and issue started coming.moreover after check the error can tell you better . – Himanshu arora May 23 '17 at 11:08
-
just fix the crash, isn't it obvious? – Vladyslav Matviienko May 23 '17 at 11:17
-
Possible duplicate of [Unfortunately MyApp has stopped. How can I solve this?](https://stackoverflow.com/questions/23353173/unfortunately-myapp-has-stopped-how-can-i-solve-this) – Vladyslav Matviienko May 23 '17 at 11:18