mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
If the Sky shell process does not have an orderly shutdown, then temporary files created by services may never be cleaned up. The ResourceCleaner task will run at the next startup and clean up any files that match the prefix used by Chromium's temporary file API. Services will now use the same prefix for their files.