Androider
Androider

Reputation: 21335

Android How to View Process Crash Logs on Android Device

My app on android device Samsung Galaxy crashes on powerup. What are the best tools to view the crash logs? Thanks Also where exactly are these logs located with stacktrace? Thanks

Upvotes: 2

Views: 5201

Answers (1)

Yekmer Simsek
Yekmer Simsek

Reputation: 4102

You can set use a real hardware while developing. You could do this by following the documentation

http://developer.android.com/guide/developing/device.html

then you can see the stacktrace by selecting the real hardware and looking at the logcat content that is present as a eclipse view just the same as you develop in emulator.

Upvotes: 1

Related Questions