My Android App is going through End user testing. It is being used in the moving bus. Sometimes while running we get error:
AppName has stopped Open App again.
Is there way to capture the stack trace / error whenever this issue comes so that it is easier to debug and fix?
One way I can think of is to run the App while connected with the Computer and then check the error. Is there any other way?
Thanks in advance.
I have tried to release the memory by making the variables null when User moves to different screen. If the function is called again then also I am initialising the variables.