commit | 85687f5e5412b002cabe920579eb1abedda1bbce | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Aug 08 12:05:30 2019 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Tue Aug 13 14:28:38 2019 -0700 |
tree | a884dc3ca611911df32bae8e848df75e51619742 | |
parent | a8247a0b3c0d76810b5e3e67030219b20b9e597a [diff] |
Log a proto if it failed to parse Saw one invocation fail to parse a proto. log it so we can debug it. Test: unit tests Bug: None Change-Id: Ia8a00fec593601f9d3580a279872da104e022240
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.