Beispiel #1
0
 def start_b2g(cls, serial=None):
     '''
     Start B2G process.
     @return: The stdout and return code. e.g. (stdout, retcode)
     '''
     logger.info('Start B2G.')
     output, retcode = AdbWrapper.adb_shell('start b2g', serial=serial)
Beispiel #2
0
 def start_b2g(cls, serial=None):
     '''
     Start B2G process.
     @return: The stdout and return code. e.g. (stdout, retcode)
     '''
     logger.info('Start B2G.')
     output, retcode = AdbWrapper.adb_shell('start b2g', serial=serial)
Beispiel #3
0
 def start_b2g(cls, serial=None):
     """
     Start B2G process.
     @return: The stdout and return code. e.g. (stdout, retcode)
     """
     logger.info('Start B2G.')
     output, retcode = AdbWrapper.adb_shell('start b2g', serial=serial)
     logger.debug('RetCode: {}, Stdout: {}'.format(retcode, output))
Beispiel #4
0
 def start_b2g(cls, serial=None):
     """
     Start B2G process.
     @return: The stdout and return code. e.g. (stdout, retcode)
     """
     logger.info('Start B2G.')
     output, retcode = AdbWrapper.adb_shell('start b2g', serial=serial)
     logger.debug('RetCode: {}, Stdout: {}'.format(retcode, output))
Beispiel #5
0
 def start_b2g(cls, serial=None):
     logger.info('Start B2G.')
     output, retcode = AdbWrapper.adb_shell('start b2g', serial=serial)