Hrishikesh Pujari
Hrishikesh Pujari

Reputation: 1

How to solve Compatibility Test Suite errors?

I am trying to solve a bunch of errors that were faced while installing AOSP 6.0 Marshmallow on a Tablet. The tablet used to run Windows on it and now I am trying to install Android to it. I need to figure out how to solve the errors that were given by the CTS results. Below is the snippet of few of the errors ==> Errors of CTS test

Upvotes: 0

Views: 311

Answers (1)

perz
perz

Reputation: 43

Try running with these flags:

./cts-tradefed run commandAndExit cts --logcat-on-failure --bugreport-on-failure --screenshot-on-failure --log-level-display debug

Upvotes: 1

Related Questions