mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove spammy log (#22858)
This commit is contained in:
parent
9d13dadba0
commit
37cddb04fd
@ -69,8 +69,8 @@ ELFAOTSymbols LoadELFSplitSymbolFromFixturesIfNeccessary() {
|
||||
fml::paths::JoinPaths({GetFixturesPath(), kAOTAppELFSplitFileName});
|
||||
|
||||
if (!fml::IsFile(elf_path)) {
|
||||
FML_LOG(ERROR) << "App AOT file does not exist for this fixture. Attempts "
|
||||
"to launch the Dart VM with these AOT symbols will fail.";
|
||||
// We do not log here, as there is no expectation for a split library to
|
||||
// exist.
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user