예제 #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()