diff --git a/src/utils/adbClient.js b/src/utils/adbClient.js index a993121e5..883127cad 100644 --- a/src/utils/adbClient.js +++ b/src/utils/adbClient.js @@ -40,7 +40,8 @@ function createClient() { 'createADBClient.shell', ).catch(err => { console.error( - 'Failed to create adb client using shell adb command. Trying with adbkit', + 'Failed to create adb client using shell adb command. Trying with adbkit.\n' + + err.toString(), ); /* In the event that starting adb with the above method fails, fallback