We are testing our Android app on real-world devices and notice some of them reboot occasionally after 2-3 hours of app running. The app consists of one service with 3 threads (with GPS and network) and two activities, one of wich is resource-consuming (displays the map)
Logcat did not help, as we did not see any important messages before the device reboots. Sometimes the device even does not start, only battery removal helps to start it again.
The devices are based on different hardware, produced in different countries (mostly PRC, hehe) and use different Android versions.
What are the most common problems that could lead to device reboot and how does one debug it?
