Tiensi
Tiensi

Reputation: 227

Get LogCat From Android Device Manually

My phone cannot connect to the android ADB but I need to check its logs since it seems to be getting unique errors from an app I made. aLogcat app is outdated and getting "bug reports" from developer options is unreadable for me.

Is there any way for me to get a logcat report of my app while I'm running an application on it?

Edit: I use a droid Mini phone and it won't connect to eclipse. After installing the specific driver for the device it worked.

Upvotes: 2

Views: 1588

Answers (1)

Anton Savin
Anton Savin

Reputation: 41301

First of all, consider making ADB work for your device. Provided this is totally impossible, consider using ACRA. If you don't want to integrate fully with it, check their logcat collection code.

Upvotes: 1

Related Questions