Loading
Detect stale bootloader connection after device reboot
After unlock the device reboots, leaving the old FastbootDevice
thinking it is still connected. Verify existing connections with a
lightweight getvar before reusing them; on failure disconnect and
re-acquire the paired device via findDevice().
Signed-off-by:
Jackeagle <jackeagle102@gmail.com>