• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Game debugging

xtrogvar

Lurker
Hi,

There is a mobile application - a network game on android and it has regular crashes due to bugs in network communication.
How can debug be organized so that the logs are saved somewhere and can be obtained later?

How can an android application access the file system and write logs there?
Is there any network monitor for android?

Option with ADB is not suitable.
The debug process must be managed directly on the device.

Any other methods, great!)

Sorry for bad English
 
I use PHP a webserver and volley to call the PHP script to write to database or file
I understand what you're doing there, and I can see it being relatively easy with a lot of errors, but I'm curious how you can use that method when the app crashes?
 
Back
Top Bottom