Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit d20d42d

Browse files
authored
Merge pull request #1016 from telerik/kddimitrov/ios-11-logs
Fix iOS11 Simulator log
2 parents f916772 + 6a482f8 commit d20d42d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mobile/ios/simulator/ios-simulator-log-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class IOSSimulatorLogProvider implements Mobile.IiOSSimulatorLogProvider
1010

1111
public startLogProcess(deviceIdentifier: string): void {
1212
if (!this.isStarted) {
13-
const deviceLogChildProcess: ChildProcess = this.$iOSSimResolver.iOSSim.getDeviceLogProcess(deviceIdentifier);
13+
const deviceLogChildProcess: ChildProcess = this.$iOSSimResolver.iOSSim.getDeviceLogProcess(deviceIdentifier, 'senderImagePath contains "NativeScript"');
1414

1515
const action = (data: NodeBuffer | string) => {
1616
this.$deviceLogProvider.logData(data.toString(), this.$devicePlatformsConstants.iOS, deviceIdentifier);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"iconv-lite": "0.4.3",
4040
"inquirer": "0.8.2",
4141
"ios-device-lib": "~0.3.0",
42-
"ios-sim-portable": "~3.1.0",
42+
"ios-sim-portable": "3.2.0",
4343
"lockfile": "1.0.3",
4444
"lodash": "4.13.1",
4545
"log4js": "0.6.9",

0 commit comments

Comments
 (0)