WAI
Status Update
Comments
ma...@gmail.com <ma...@gmail.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
uc...@google.com <uc...@google.com> #3
Thank you for suggesting this enhancement. We value the feedback from our community and hope to review your suggestion in an upcoming sprint.
be...@google.com <be...@google.com>
be...@google.com <be...@google.com> #4
The Log output shows up in the Logcat window. We are aware that this is not ideal, and are thinking about a better view for different kinds of output that developers may want to see. Closing the bug now.
Description
When running standard junit.framework.TestCase derived classes in androidTest subfolder from Android Studio 2.3, Log.i() and Log.e() do not get printed anywhere.
Please make an option somewhere to enable printing.
It is very annoying to have to write test cases without the ability to print tracing stuff. The only workaround is to throw exceptions.
Thanks,
David
Versions:
Android Studio 2.3
Build #AI-162.3764568, built on February 24, 2017
JRE: 1.8.0_112-release-b06 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o