Question
Where does LogCat's Log.x() output go when running Android JUnit tests?
I noticed that when testing plain Java classes via test classes derived from TestCase
and AndroidTestCase
, LogCat output disappears.
Is it possible to still capture the output of these messages? or my only recourse is to use the much more sluggish ActivityInstrumentationTestCase2<>
as a base class?
21 15433
21