diff --git a/mobile/ios/simulator/ios-simulator-log-provider.ts b/mobile/ios/simulator/ios-simulator-log-provider.ts index 064cef67..d6c68dd9 100644 --- a/mobile/ios/simulator/ios-simulator-log-provider.ts +++ b/mobile/ios/simulator/ios-simulator-log-provider.ts @@ -10,7 +10,7 @@ export class IOSSimulatorLogProvider implements Mobile.IiOSSimulatorLogProvider public startLogProcess(deviceIdentifier: string): void { if (!this.isStarted) { - const deviceLogChildProcess: ChildProcess = this.$iOSSimResolver.iOSSim.getDeviceLogProcess(deviceIdentifier); + const deviceLogChildProcess: ChildProcess = this.$iOSSimResolver.iOSSim.getDeviceLogProcess(deviceIdentifier, 'senderImagePath contains "NativeScript"'); const action = (data: NodeBuffer | string) => { this.$deviceLogProvider.logData(data.toString(), this.$devicePlatformsConstants.iOS, deviceIdentifier); diff --git a/package.json b/package.json index 1830e7d2..1387544d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "iconv-lite": "0.4.3", "inquirer": "0.8.2", "ios-device-lib": "~0.3.0", - "ios-sim-portable": "~3.1.0", + "ios-sim-portable": "3.2.0", "lockfile": "1.0.3", "lodash": "4.13.1", "log4js": "0.6.9",