bbc / hive-runner-android

Android module for Hive Runner
MIT License
6 stars 2 forks source link

Rescue when error fetching device information #79

Closed Asimk21 closed 7 years ago

Asimk21 commented 7 years ago

In Controller, if connected_devices info is returned properly and while fetching device_info without hivemind, device goes offline/ rebooting/ not detected with usb, it can cause hive to go down. This rescue block ensures hive is up and ignores the device.

Asimk21 commented 7 years ago

Fix #17