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
This commit is contained in:
bungeman 2015-02-02 09:27:14 -08:00 committed by Commit bot
parent ad49b3b715
commit db204e301b

View File

@ -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
---------------------