android.py | 223 result = self._executive.run_command(self.adb_command() + command, 233 def adb_command(self): member in class:AndroidCommands 579 cmd = self._android_commands.adb_command() + ['shell', 'perf', 'record', '-g', '-p', pid, 'sleep', 30] [all...] |