1. 24 3月, 2017 9 次提交
  2. 23 3月, 2017 8 次提交
  3. 22 3月, 2017 2 次提交
  4. 21 3月, 2017 5 次提交
  5. 19 3月, 2017 1 次提交
  6. 17 3月, 2017 3 次提交
    • M
      Remove old flutter messaging API (#3482) · c4edec74
      Mikkel Nygaard Ravn 提交于
      Breaking change: removed facilities for JSON and string messaging from FlutterView/FlutterViewController, leaving only binary messaging there. All other use of flutter communication now goes through FlutterMessageChannel and FlutterMethodChannels. Retained use of String and JSON codecs for now.
      
      Companion flutter PR: flutter/flutter#8837
      c4edec74
    • C
      dart_runtime_hooks: revert to syslog() call (#3484) · 4a5a3246
      Chris Bracken 提交于
      Fixes buildbot error use of undeclared identifier 'asl_log_message',
      which I'm unable to repro locally.
      4a5a3246
    • C
      Perform all iOS logging through ASL (#3481) · 24d9d253
      Chris Bracken 提交于
      * Perform all iOS logging through ASL
      
      As of iOS 10, ASL is deprecated and replaced with os_log. ASL calls
      continue to result in logging but as of iOS 10.3, only ASL_LOG_NOTICE
      level and above are logged.
      
      This change partially reverts 2937f06a,
      adding back stdout and stderr redirection, which resulted in loss of
      some direct writes to stdout that were necessary for debugging.
      
      This change replaces the direct use of syslog with ASL on iOS, which
      Apple has stated will continue to log on iOS >= 10. This eliminates the
      need for the previous fwd-declaration of syslog.
      24d9d253
  7. 16 3月, 2017 3 次提交
  8. 15 3月, 2017 6 次提交
  9. 14 3月, 2017 3 次提交