Android Question How to debug Android apps for occasional issues?

amorosik

Expert
Licensed User
I have an Android app installed on a tablet that allows some operators to acquire a purchase order and send it, via mqtt to the headquarters offices
The operators who use it every day inform us that sometimes the program crashes and exits without any warning or error message
The blocking of the operation is not currently attributable to a certain operation but seems random, at least this is what we have been told
After numerous tests in the laboratory, at the moment, we have not been able to verify the problem, in the sense that on our systems everything seems to work correctly
The problem is: how to identify an occasional problem that occurs infrequently?
 
Top