diff options
author | bungeman <bungeman@google.com> | 2015-02-02 09:27:14 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-02 09:27:14 -0800 |
commit | db204e301b1320af242e1be5e477cd9453b126a6 (patch) | |
tree | 87564edea7f252a5394d23996a5ab3852c5055e2 /site/user | |
parent | ad49b3b71508aff4a371d4e487b90971d9799721 (diff) |
Add resourcePath to running dm on Android doc.
Without specifying the resource path a number of tests and gms do not
work properly. The example given in the docs should specify the
resource path so that the example run is exemplary.
Review URL: https://codereview.chromium.org/898453003
Diffstat (limited to 'site/user')
-rw-r--r-- | site/user/quick/android.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/site/user/quick/android.md b/site/user/quick/android.md index a73523b702..db22aef380 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 --------------------- |