Skip to content

Commit

Permalink
Just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcdole committed Oct 28, 2024
1 parent ee5bdd9 commit aa1066f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/src/flutter/shell/common/shell.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ void PerformInitializationTasks(Settings& settings) {
settings.verbose_logging ? fml::kLogInfo : fml::kLogError;
fml::SetLogSettings(log_settings);
}
FML_DLOG(INFO) << "Just a test - do not submit";

static std::once_flag gShellSettingsInitialization = {};
std::call_once(gShellSettingsInitialization, [&settings] {
Expand Down

0 comments on commit aa1066f

Please sign in to comment.