From 47ae7bf6933bbeed30094cec86c3d46b198f338a Mon Sep 17 00:00:00 2001 From: Clay Murphy Date: Tue, 21 Jun 2016 17:49:31 -0700 Subject: Docs: Add notice of System.out errors Bug: 29495648 Change-Id: I920aea3e3031bab45fd1f2fe3a89368ac385b417 --- src/devices/tech/test_infra/tradefed/full_example.jd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/devices/tech/test_infra/tradefed/full_example.jd b/src/devices/tech/test_infra/tradefed/full_example.jd index cdd6693a..c81015b5 100644 --- a/src/devices/tech/test_infra/tradefed/full_example.jd +++ b/src/devices/tech/test_infra/tradefed/full_example.jd @@ -78,6 +78,11 @@ public class HelloWorldTest implements IRemoteTest { and rebuild tradefed from your shell:

m -jN
+

Note that System.out in the example above may not actually +direct output to the console. While this is acceptable for this test example, +you should establish logging in Trade Federation as described in Logging (D, I, R).

+

If the build does not succeed, consult Machine Setup to ensure you didn't miss a step.

@@ -465,4 +470,4 @@ stdout, in addition to being logged to a file:

Federation source code has a lot of useful information that isn't exposed in the documentation. If all else fails, try asking on the android-platform Google Group, -with "Trade Federation" in the message subject.

\ No newline at end of file +with "Trade Federation" in the message subject.

-- cgit v1.2.3