get_devices return wrong result set if adb server is not running
in the get_devices function
self.__devices=self.__output.partition('\n')[2]
if the adb server is not running, the adb devices command will start adb server before get device list, so the index 2 will be * daemon not running, not truely device infomation
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.