How to get log information to remote server while app running on device. Like how we get in log of java file using log4j?
相关问题
- 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
There is a service developed just for it (our company just released it): http://apphance.com. It is not only for reporting crashes, but also for reporting logs of your application running on remote devices. It is a service, so you do not need to have a server of your own - you just integrate a .jar file (less than 5 minutes - we timed it). And you immediately start getting the logs which you can look at in the web panel of ours. These are:
Disclaimer: I am CTO of Polidea, company behind apphance.
Download Log Collecter from android market that app is useful to u
There is a new project, which enables log4j on android. Using lo4gj over slf4j is possible. It also provides an appender for LogCat. See project android-logging-log4j or log4j support in android
for getting crash reports of app use following link
http://code.google.com/p/acra/wiki/ACRA3HowTo?tm=6
@parag et al, Log Collector doesn't send the log (actually, open email chooser for you) in android 2.3.