Crash Log Viewer – Show App Cr Blog info

Crash Log Viewer gathers crash information and provides you with the stack trace logs to help you to debug your applications.

Supported crash types

• Android watchdog

• App crash (Java layer)

• App crash (Native layer – Tombstone)

• ANR (Application Not Responding)

Supported features

• Categorized crash history

• Copy crash information including stack trace

• Share crash information including stack trace

You need to manually grant the following permissions to work through adb.

• adb shell pm grant com.arumcomm.crashlogviewer android.permission.PACKAGE_USAGE_STATS

• adb shell pm grant com.arumcomm.crashlogviewer android.permission.READ_LOGS

Leave a Comment