android-tools
android-tools copied to clipboard
Ignore encoding errors
In case the Android project in question has non-English logcat outputs, some encoding errors caused the loop to stop as per image below:

This happens because the only exception handled is meant to interrupt the loop intentionally.
So adding a special case for UnicodeDecodeError to keep the running alive could be a work-around.