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

Commit b78fd25

Browse files
author
Kristian D. Dimitrov
committed
Fix iOS11 Simulator log
1 parent f916772 commit b78fd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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);

0 commit comments

Comments
 (0)