Commit 69d593b5 by Cody Northrop Committed by Commit Bot

Docs: Update RenderDoc for Android launch command

Bug: angleproject:1944 Change-Id: I72535c45ea2a67f2fe6953d4b9fa5e60deaa050b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2875164Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 8f26346b
...@@ -298,8 +298,8 @@ Next, you need to install an ANGLE test apk. When you build the test, a test la ...@@ -298,8 +298,8 @@ Next, you need to install an ANGLE test apk. When you build the test, a test la
for example, `./out/Release/bin/run_angle_end2end_tests`. The best way to install the APK is to run for example, `./out/Release/bin/run_angle_end2end_tests`. The best way to install the APK is to run
this test launcher once. this test launcher once.
In RenderDoc, use `org.chromium.native_test` as the Executable Path, and provide the following In RenderDoc, use `com.android.angle.test/com.android.angle.test.AngleUnitTestActivity` as the
arguments: Executable Path, and provide the following arguments:
``` ```
-e org.chromium.native_test.NativeTest.StdoutFile /sdcard/chromium_tests_root/out.txt -e org.chromium.native_test.NativeTest.CommandLineFlags "--gtest_filter=*ES2_VULKAN" -e org.chromium.native_test.NativeTest.StdoutFile /sdcard/chromium_tests_root/out.txt -e org.chromium.native_test.NativeTest.CommandLineFlags "--gtest_filter=*ES2_VULKAN"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment