We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db1afc commit fe3a348Copy full SHA for fe3a348
lib/common/mobile/mobile-core/devices-service.ts
@@ -444,7 +444,7 @@ export class DevicesService extends EventEmitter implements Mobile.IDevicesServi
444
}
445
} catch (err) {
446
err.deviceIdentifier = device.deviceInfo.identifier;
447
- this.$logger.trace(`Error while executing action on device ${device.deviceInfo.identifier}. The error is ${err}`);
+ this.$logger.trace(`Error while executing action on device ${device.deviceInfo.identifier}. The error is`, err);
448
errors.push(err);
449
450
0 commit comments