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

Unified Diff: platform_tools/android/bin/android_launch_app

Issue 2018603003: Remove VisualBench and its Android implementation. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « platform_tools/android/bin/android_install_app ('k') | platform_tools/android/bin/android_run_app.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_launch_app
diff --git a/platform_tools/android/bin/android_launch_app b/platform_tools/android/bin/android_launch_app
index e5fd54c96a411db63241820770bfc30f50d2161a..c1eb0b4fb021d9e1d55e5edfeeb615d9da8821d2 100755
--- a/platform_tools/android/bin/android_launch_app
+++ b/platform_tools/android/bin/android_launch_app
@@ -22,9 +22,9 @@ fi
if [[ ${app} == 'SampleApp' ]]; then
activity="com.skia.sample_app/com.skia.SkiaSampleActivity"
elif [[ ${app} == "VisualBench" ]] ; then
- activity="com.skia.visualbench/com.skia.VisualBenchActivity"
+ activity="org.skia.viewer/org.skia.viewer.ViewerActivity"
else
- echo "ERROR: supports either 'SampleApp' or 'VisualBench' as valid apps"
+ echo "ERROR: supports either 'SampleApp' or 'Viewer' as valid apps"
exit 1
fi
$ADB ${DEVICE_SERIAL} shell "am start -S -n ${activity} --es cmdLineFlags \"${APP_ARGS[*]:1}\""
« no previous file with comments | « platform_tools/android/bin/android_install_app ('k') | platform_tools/android/bin/android_run_app.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698