Method: ADB#stop_server

Defined in:
lib/ADB.rb

#stop_server(timeout = 30) ⇒ Object

stop the server process

seconds.

Parameters:

  • timeout (defaults to: 30)

    value for the command to complete. Defaults to 30



33
34
35
# File 'lib/ADB.rb', line 33

def stop_server(timeout=30)
  execute_adb_with(timeout, 'kill-server')
end