Searched refs:check_run (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/scripts/
H A Dapp_profiler.py147 self.adb.check_run(['install', '-r', self.config['apk_file_path']])
150 self.adb.check_run(['shell', 'cmd', 'package', 'compile', '-f', '-m', 'speed',
216 self.adb.check_run(['push', simpleperf_binary, '/data/local/tmp'])
248 self.adb.check_run(['push', path, '/data/local/tmp'])
H A Dutils.py199 def check_run(self, adb_args): member in class:AdbHelper

Completed in 5396 milliseconds