diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index b156612..99bdc68 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -137,7 +137,7 @@ class CommandorPage { this.device.shell("am start -n com.android.chrome/com.google.android.apps.chrome.Main") await delay(5 * 1000); // Connect to the device. - logWithDevice("loadPage() called, with port:" + this.port, this.device); + logWithDevice(this.device.serial() + ":loadPage() called, with port:" + this.port, this.device); if (this.browser) { logWithDevice("browser.isConnected is " + this.browser.isConnected(), this.device); }