Skip to content

get_devices return wrong result set if adb server is not running #13

@loveiset

Description

@loveiset

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions