diff options
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 4cca8f80a20..2705fda10fa 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -91,6 +91,8 @@ class PostBuildCommands(CommandBase): ] script += [ "am start com.mozilla.servo/com.mozilla.servo.MainActivity", + "sleep 0.5", + "echo Servo PID: $(pidof com.mozilla.servo)", "exit" ] shell = subprocess.Popen([self.android_adb_path(env), "shell"], stdin=subprocess.PIPE) |