Revert "Avoid double escaping due to Serializer" This reverts commit 4643ee1654907414c993876a5d2668533c1b3264. Escape XML tags again in case test message has un-escaped xml tags. Bug: 160932821 Change-Id: I255d32ac8f0fffe82557fecc2d493f7d549c17f6 Merged-In: I255d32ac8f0fffe82557fecc2d493f7d549c17f6
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.