bbc / hive-runner-android

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

Added rescue blocks and check for status #77

Closed Asimk21 closed 8 years ago

Asimk21 commented 8 years ago

Depends on device_api-android #117 which checks for statuses offline and unknown

Many times device is shown under 'adb devices' list, however while performing adb action on devices returns protocol fault status. This PR catches these exception and does not perform action on device. Later worker process is killed.