Android Question Debug crash / error in service

Shay

Well-Known Member
Licensed User
Longtime User
Hi

I have apk_debug that I sent to someone (not using the google play)
and after he install it and play with it, he complains that service is saying that it is not reponding
and not giving any error - so probably is crashed, and since it is service it is not giving any additional data.

I cannot replicate his issue, how can I get info once this happen on his device?
basically I need to get the error / crash
 

wy328

Member
Licensed User
Longtime User
maybe you can write logs into a text file from the service module, and ask your friend send you the file after a crash
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
Thanks !!
how do I get the crash/error log into file?
(how do I say if got crash / error write it to file)
 
Upvote 0
Top