示例#1
0
文件: Device.py 项目: spiricn/pyadb
    def restart(self):
        '''
        Issue DUT reboot request, and wait for it to come online
        '''

        ADB.reboot()

        sleep(3)

        self.waitUntilOnline()