Skip to content

Commit

Permalink
Remove spammy log (flutter#22858)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryQian authored Dec 4, 2020
1 parent 9d13dad commit 37cddb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/elf_loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
}

Expand Down

0 comments on commit 37cddb0

Please sign in to comment.