mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Impeller] Remove a log message in the Vulkan back end that is visible during engine startup (flutter/engine#54699)
This commit is contained in:
parent
e8098b9275
commit
d6079c8165
@ -41,9 +41,6 @@ PipelineCacheVK::PipelineCacheVK(std::shared_ptr<const Capabilities> caps,
|
||||
|
||||
if (result == vk::Result::eSuccess) {
|
||||
cache_ = std::move(existing_cache);
|
||||
FML_LOG(INFO)
|
||||
<< Bytes{cache_info.initialDataSize}.ConvertTo<MegaBytes>().GetSize()
|
||||
<< " MB of data was used to construct a pipeline cache.";
|
||||
} else {
|
||||
// Even though we perform consistency checks because we don't trust the
|
||||
// driver, the driver may have additional information that may cause it to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user