Android Development
How to write logcat from emulator (device) to external file. Or trick with Continuous Integration
Let me describe my problem. I have Android project which is under Continuous Integration (CI) server. In my case it is Jenkins. Then I run my tests I just can see JUnit output in Jenkins console. If some unexpected error happens I can’t see logcat from Android emulator. Here I Read more…