aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Lamberta <blamb@google.com>2017-03-08 23:52:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-08 23:53:00 +0000
commit9c31c54921a9f5348b9d504ddff18c7337a42f8f (patch)
tree3a781fba48f74edadd1bc09d9694e5b6fc5de8d9
parent36525db5f578179326b960bff871ade25d8cda2d (diff)
parent15073ca392861b0a8ef9e474fdd8c186f3aeccec (diff)
downloadsource.android.com-9c31c54921a9f5348b9d504ddff18c7337a42f8f.tar.gz
Merge "Docs: Update CTS verifier report instructions. Bug: 36033352 Test: staging instance 40"
-rw-r--r--src/compatibility/cts/images/verifier-preview-icon.pngbin0 -> 6360 bytes
-rw-r--r--src/compatibility/cts/verifier.jd64
2 files changed, 40 insertions, 24 deletions
diff --git a/src/compatibility/cts/images/verifier-preview-icon.png b/src/compatibility/cts/images/verifier-preview-icon.png
new file mode 100644
index 00000000..dbc60891
--- /dev/null
+++ b/src/compatibility/cts/images/verifier-preview-icon.png
Binary files differ
diff --git a/src/compatibility/cts/verifier.jd b/src/compatibility/cts/verifier.jd
index 9a4daedc..d8616121 100644
--- a/src/compatibility/cts/verifier.jd
+++ b/src/compatibility/cts/verifier.jd
@@ -175,29 +175,45 @@ ensure that the optical axis is orthogonal to the target.</p>
degree of the calibration value.</p>
<h2 id=exporting_test_reports>Exporting test reports</h2>
<ol>
- <li>After all tests are completed, tap the <strong>Save (disk)</strong> icon.
-<br>
-<img src="images/verifier-save-icon.png" alt="CTS Verifier Save icon" id="figure6" />
-<p class="img-caption">
- <strong>Figure 6.</strong> CTS Verifier Save icon
-</p>
-
- <li>A path to the saved report will be displayed in pop-up (e.g.
-<code>/mnt/sdcard/ctsVerifierReports/ctsVerifierReport-date-time.zip</code>).
-Record the path.
-<br>
-<img src="images/path-saved-report.png" alt="CTS Verifier path to saved report " id="figure7" />
-<p class="img-caption">
- <strong>Figure 7.</strong> CTS Verifier path to saved report
-</p>
-
- <li>Connect the device via USB to a computer with the SDK installed.
- <li>From the computer’s SDK installation, run <code>adb pull
- <CTS Verifier report path>
- </code> to download the report from the device.
+ <li>
+ After all tests are completed, tap the <strong>Save (disk)</strong> icon.
+ <br>
+ <img src="images/verifier-save-icon.png" alt="CTS Verifier Save icon" id="figure6" />
+ <p class="img-caption">
+ <strong>Figure 6.</strong> CTS Verifier Save icon. <em>Note:</em> In
+ Android 7.0 and later, the preview feature is removed:
+ <img src="images/verifier-preview-icon.png" width="24" height="24">
+ </p>
+ </li>
+ <li>
+ A path to the saved report will be displayed in pop-up (e.g.
+ <code>/sdcard/verifierReports/ctsVerifierReport-date-time.zip</code>).
+ Record the path.
+ <br>
+ <img src="images/path-saved-report.png" alt="CTS Verifier path to saved report " id="figure7" />
+ <p class="img-caption">
+ <strong>Figure 7.</strong> CTS Verifier path to saved report
+ </p>
+ </li>
+ <li>
+ Connect the device via USB to a computer with the SDK installed.
+ </li>
+ <li>
+ From the computer’s SDK installation, run
+ <code>adb pull CTSVerifierReportPath</code> to download the report from the device.
<ul>
- <li>To download all reports run : <code>adb pull /mnt/sdcard/ctsVerifierReports/ .</code>
- <li>The name of the reports are time-stamped based on the DUT’s system time.
- <li>To clear results after they have been selected, select <strong>Menu > Clear</strong>. This will
- clear the Pass/Fail results.
+ <li>
+ To download all reports run: <code>adb pull /sdcard/verifierReports</code>
+ <br/>
+ For Android 6.0 and earlier, run: <code>adb pull /mnt/sdcard/ctsVerifierReports/</code>
+ </li>
+ <li>
+ The name of the reports are time-stamped based on the DUT’s system time.
+ </li>
+ <li>
+ To clear results after they have been selected, select
+ <strong>Menu > Clear</strong>. This will clear the Pass/Fail results.
+ </li>
+ </ul>
+ </li>
</ol>