12subprocess.check_call([adb,
'shell',
'sh', bin_dir + sh])
14 sys.exit(
int(subprocess.check_output([
15 adb,
'shell',
'cat', bin_dir +
'rc']).
decode(
'utf-8')))
17 print(
"Couldn't read the return code. Probably killed for OOM.")
def print(*args, **kwargs)
static DecodeResult decode(std::string path)