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

Fix iOS11 Simulator log #1016

Merged
merged 2 commits into from
Oct 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mobile/ios/simulator/ios-simulator-log-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down