I have an app that is not in the market place (signed with a debug certificate), but would like to get crash log data, whenever my application crashes. Where can I find a log of why my app crashed?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- how do I log requests and responses for debugging
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
Base on this POST, use this class as replacement of "TopExceptionHandler"
}
.....
.....
.....
You can try this from the console:
More info on this option:
Here is a solution that can help you dump all the logs onto a text file
I have created this library to solve all your problems. Crash Reporter is a handy tool to capture all your crashes and log them in device locally
Just add this dependency and you're good to go.
Find all your crashes in device locally and fix them at your convenience. Crashes are saved using date and time format easy to track. Plus it also provides API for capture Logged Exceptions using below method.
Try Carsh log app from android.
use the link to download app.