| Index: scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_staging_android_nexus5X_perf_bisect.json
|
| diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_staging_android_nexus5X_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_staging_android_nexus5X_perf_bisect.json
|
| index 3411d21ddb58028360d9b5cfb3299cea9b7e7b42..8917c4d1ca19c6ef5db099f8d0e88839ecbcd3c0 100644
|
| --- a/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_staging_android_nexus5X_perf_bisect.json
|
| +++ b/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_cq_run_benchmark_staging_android_nexus5X_perf_bisect.json
|
| @@ -215,7 +215,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport sys\nsys.path.append(sys.argv[1])\nfrom devil import devil_env\ndevil_env.config.Initialize()\ndevil_env.config.PrefetchPaths(dependencies=['adb'])\n",
|
| + "\nimport sys\nsys.path.append(sys.argv[1])\nfrom devil import devil_env\nfrom devil.android.sdk import adb_wrapper\ndevil_env.config.Initialize()\ndevil_env.config.PrefetchPaths(dependencies=['adb'])\nadb_wrapper.AdbWrapper.StartServer()\n",
|
| "[BUILDER_CACHE]/staging_android_nexus5X_perf_bisect/src/third_party/catapult/devil"
|
| ],
|
| "name": "initialize devil",
|
| @@ -224,8 +224,10 @@
|
| "@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
| "@@@STEP_LOG_LINE@python.inline@sys.path.append(sys.argv[1])@@@",
|
| "@@@STEP_LOG_LINE@python.inline@from devil import devil_env@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@from devil.android.sdk import adb_wrapper@@@",
|
| "@@@STEP_LOG_LINE@python.inline@devil_env.config.Initialize()@@@",
|
| "@@@STEP_LOG_LINE@python.inline@devil_env.config.PrefetchPaths(dependencies=['adb'])@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@adb_wrapper.AdbWrapper.StartServer()@@@",
|
| "@@@STEP_LOG_END@python.inline@@@"
|
| ]
|
| },
|
|
|