aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2016-06-21 17:49:31 -0700
committerClay Murphy <claym@google.com>2016-06-22 15:58:33 -0700
commit47ae7bf6933bbeed30094cec86c3d46b198f338a (patch)
tree345a2c33a7657232fe8ab2b8145ac5309a181a38
parenta41e18f1d84116dc2de50c79e1df693c2dff1ff7 (diff)
downloadsource.android.com-47ae7bf6933bbeed30094cec86c3d46b198f338a.tar.gz
Docs: Add notice of System.out errors
Bug: 29495648 Change-Id: I920aea3e3031bab45fd1f2fe3a89368ac385b417
-rw-r--r--src/devices/tech/test_infra/tradefed/full_example.jd7
1 files changed, 6 insertions, 1 deletions
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:</p>
<pre><code>m -jN</code></pre>
+<p>Note that <code>System.out</code> 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 <a
+href="#logging">Logging (D, I, R)</a>.</p>
+
<p>If the build does not succeed, consult
<a href="/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html">Machine
Setup</a> to ensure you didn't miss a step.</p>
@@ -465,4 +470,4 @@ stdout, in addition to being logged to a file:</p>
Federation source code</a> has a lot of useful information that isn't exposed in
the documentation. If all else fails, try asking on the
<a href="{@docRoot}source/community.html">android-platform</a> Google Group,
-with "Trade Federation" in the message subject.</p> \ No newline at end of file
+with "Trade Federation" in the message subject.</p>