android-tools icon indicating copy to clipboard operation
android-tools copied to clipboard

Ignore encoding errors

Open carlosjimz87 opened this issue 4 years ago • 0 comments

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

image

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.

carlosjimz87 avatar Nov 03 '21 12:11 carlosjimz87