Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | ios_debug_cmd |
Functions | |
def | ios_debug_cmd.collect_log () |
Variables | |
ios_debug_cmd.bundle_id = sys.argv[1] | |
ios_debug_cmd.args = sys.argv[2:] | |
ios_debug_cmd.logp = subprocess.Popen(['idevicesyslog'], stdout=subprocess.PIPE, bufsize=-1) | |
string | ios_debug_cmd.log = '' |
ios_debug_cmd.logt = threading.Thread(target=collect_log) | |
ios_debug_cmd.rv = subprocess.call(['idevicedebug', '--debug', 'run', bundle_id] + args) | |