aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/graphics/run-tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/graphics/run-tests.html')
-rw-r--r--zh-cn/devices/graphics/run-tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/devices/graphics/run-tests.html b/zh-cn/devices/graphics/run-tests.html
index dd75284b..9bd0a29d 100644
--- a/zh-cn/devices/graphics/run-tests.html
+++ b/zh-cn/devices/graphics/run-tests.html
@@ -218,7 +218,7 @@ adb –d shell setprop log.tag.dEQP DEBUG
<h3 id="executing_tests_on_android_without_android_cts">在没有 Android CTS 的 Android 设备上执行测试</h3>
-<p>要手动启动测试执行 Activity,需构造一个目标为 <code>android.app.NativeActivity</code> 的 Android Intent。这些 Activity 可以在 <code>com.drawelements.deqp</code> 包中找到。在 Intent 中,命令行必须以含 <code>"cmdLine"</code> 键的额外字符串提供。</p>
+<p>要手动启动测试执行 Activity,请构造一个目标为 <code>android.app.NativeActivity</code> 的 Android Intent。这些 Activity 可以在 <code>com.drawelements.deqp</code> 包中找到。在 Intent 中,命令行必须以含 <code>"cmdLine"</code> 键的额外字符串提供。</p>
<p>测试日志会写入 <code>/sdcard/dEQP-log.qpa</code>。若测试运行无法正常启动,请查看设备日志,了解其他调试信息。</p>