1. 24 4月, 2021 2 次提交
  2. 23 4月, 2021 1 次提交
  3. 22 4月, 2021 2 次提交
  4. 20 4月, 2021 3 次提交
  5. 17 4月, 2021 1 次提交
  6. 16 4月, 2021 3 次提交
  7. 15 4月, 2021 1 次提交
  8. 14 4月, 2021 4 次提交
  9. 13 4月, 2021 2 次提交
  10. 10 4月, 2021 1 次提交
  11. 08 4月, 2021 1 次提交
  12. 07 4月, 2021 4 次提交
  13. 06 4月, 2021 1 次提交
    • C
      Extract Dart logging to the embedders (#25402) · 23ac479f
      Chris Bracken 提交于
      Previously messages logged from Dart code (e.g. via the print function)
      were handled directly in the engine by platform-specific code. This
      factors out a LogMessage(tag, message) callback that embedders can
      implement with platform-specific code.
      
      This also eliminates a dependency on platform-specific code in the core,
      and provides more flexibility to embedders than the current fallback to
      stdout, which can be a problem on platforms without a traditional stdout
      or with restrictions on stdout.
      
      Fixes https://github.com/flutter/flutter/issues/79685
      23ac479f
  14. 03 4月, 2021 2 次提交
  15. 02 4月, 2021 4 次提交
  16. 01 4月, 2021 1 次提交
  17. 31 3月, 2021 2 次提交
  18. 26 3月, 2021 5 次提交