1. 01 7月, 2017 1 次提交
  2. 30 6月, 2017 5 次提交
  3. 29 6月, 2017 2 次提交
  4. 28 6月, 2017 4 次提交
  5. 27 6月, 2017 5 次提交
  6. 26 6月, 2017 1 次提交
  7. 24 6月, 2017 8 次提交
  8. 23 6月, 2017 2 次提交
  9. 22 6月, 2017 4 次提交
  10. 21 6月, 2017 7 次提交
  11. 20 6月, 2017 1 次提交
    • C
      Eliminate ASL stdout forwarding on iOS (#3797) · 25c7a86a
      Chris Bracken 提交于
      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.
      25c7a86a