Index: build/android/run_tests.py |
diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
index 61b01d7227a990ec2276930c9e10d9f0baf06c9d..6e3eccbc9990e775f41eb5b4fd52e4753161403f 100755 |
--- a/build/android/run_tests.py |
+++ b/build/android/run_tests.py |
@@ -215,7 +215,6 @@ def Dispatch(options): |
if options.use_emulator: |
t = TimeProfile('Emulator launch') |
buildbot_emulator = emulator.Emulator() |
- buildbot_emulator.Reset() |
buildbot_emulator.Launch() |
t.Stop() |
attached_devices.append(buildbot_emulator.device) |