Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: site/user/quick/android.md

Issue 898453003: Add resourcePath to running dm on Android doc. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/quick/android.md
diff --git a/site/user/quick/android.md b/site/user/quick/android.md
index a73523b702fe87fe9429210ff29f157518549a50..db22aef380b4ce01e225e700f062f9a0effff3a6 100644
--- a/site/user/quick/android.md
+++ b/site/user/quick/android.md
@@ -102,7 +102,9 @@ Run correctness tests
First build the app and then run it on an attached device:
./platform_tools/android/bin/android_ninja [-d device_id] dm
- ./platform_tools/android/bin/android_run_skia dm # uploads and runs the dm binary on the attached device
+
+ # uploads dm binary and resources and runs dm on the attached device
+ ./platform_tools/android/bin/android_run_skia dm --resourcePath /data/local/tmp/skia/resources/
Run performance tests
---------------------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698