xyxyLiu / TaskLogger

Android activity monitor logger: a simple tool to track all Activity status within your App
40 stars 14 forks source link

TaskLogger cannot be used on builds used for Instrumentation tests #1

Open anas-ambri opened 7 years ago

anas-ambri commented 7 years ago

First, thank you very much for taking the effort of developing and maintaining this library!

This issue took me a while to figure out, but, after adding your library, my instrumentation tests failed to execute. (The process would get hung on the command

adb shell am instrument -w -r -e debug false -e class com.example.MyClassTest com.example.test/android.support.test.runner.AndroidJUnitRunner )

While I should have been able to figure out the problem much quicker, I still think this should be mentioned somewhere in the README.

Thanks again for a very useful library!