How to add custom Logs to android CTS?

236 views Asked by At

I am working with android Compatibility Test Suite (CTS).

I would want to add Logs in a few specific test modules and see the logs while running these tests in the CTS tradefed.

I tried adding android.util.Log and using Log.e but it didn't work.

Can anyone help me out with this on how can I add custom logs to CTS tests which show up on the tradefed console.

0

There are 0 answers