unit testing - Android Test Case - how to view output? -


I'm using AndroidTestCase for unit testing. I have a unit test that is failing, but I Do not know how to display the output. For example, I think I do not see printed values ​​using LogDP or system.out.println in the console nor the logcat output. How do I view the unit test console?

send the message to log (D) message logcat < / Code> Unless your trial is crashing long ago (i.e. constructor).

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -