Reputation: 45
In order to trace log/what happen in android studio, i usually use log.i but now i having a problem
which is, when i try to connect to internet (load my php) the app crash. BUT it wont crash during my android virtual device, it ONLY crash when i install and run on my mobile phone.
the log.i, didnt log down any error at virtual device, but after installing to phone, how i can see the log.i? or is there a way to log down what when wrong on my mobile phone.
so what is the way to generate a log file so i can see what when wrong.
i hope you guys understand my english....
Upvotes: 1
Views: 220
Reputation: 31438
Why don't you take a look at crashlytics. It's a free service that let's you track your crashes remotely.
Upvotes: 1