Application receiving too many ANR's and Background crashes

43 Views Asked by At

I have a production application based on Android Kotlin which supports API level 10 or higher. This applications is for EPOS machines. This has got a lot of ANR's and crashes reported in the firebase consoles on all activities and fragments. I have tried everything to remove this including bringing the leaks to 0 in profiler and removing all the unnecessary code. The memory management also seems to be working fine as running the app for 30 mins and regularly working on the application. The memory doesn't go beyond 200 MB.

This app has got multiple capabilities including payment module for connecting to card reader and taking payment. Printer for printing receipts. Cash Drawer support and multiple screen support for customers to look at their orders.

Let me know if anything from my end is needed. enter image description here enter image description here

0

There are 0 best solutions below