Searched defs:log_command (Results 1 - 1 of 1) sorted by relevance

/ndk/
H A Dndk-gdb.py356 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False):
372 if log_command:
377 if log_command:
395 def _adb_var_shell(args, redirect_stderr=False, log_command=True):
396 if log_command:
400 args=['shell', arg_str], log_command=False)
405 def adb_var_shell(args, log_command=False):
406 return _adb_var_shell(args, redirect_stderr=False, log_command=log_command)
408 def adb_var_shell2(args, log_command
659 log_command=True) variable
712 log_command=True) variable
733 log_command=True) variable
[all...]

Completed in 34 milliseconds