forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate ASL stdout forwarding on iOS (flutter#3797)
ASL was deprecated in iOS 10 and started causing SIGPIPE issues in iOS 10.3. Under the iOS 8 SDK, syslog() stopped working as of iOS 10.3 devices, with the result that ASL stdout/stderr forwarding was the only means of logging. The engine now builds against the iOS 10 SDK, with deployment target of iOS 8. Under this SDK, syslog() works correctly across all supported OS versions. NOTE: This is a temporary fix to get developers unblocked. While this does fix the SIGPIPE issue and put iOS logging on par with the Android solution, the intent is to move to a dedicated communication channel with flutter_tools that isn't log-based.
- Loading branch information
Showing
3 changed files
with
13 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters