Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
ios_debug_cmd.py File Reference

Go to the source code of this file.

Namespaces

namespace  ios_debug_cmd
 

Functions

 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)
 
str 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)