Skip to content

Commit

Permalink
added log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Sep 1, 2023
1 parent 8e1c91a commit 27f5515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/platform/android/android_context_vulkan_impeller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ static std::shared_ptr<impeller::Context> CreateImpellerContext(
settings.enable_validation = enable_vulkan_validation;

if (settings.enable_validation) {
FML_LOG(ERROR) << "Using the Impeller rendering backend (Vulkan with Validation Layers).";
FML_LOG(ERROR) << "Using the Impeller rendering backend (Vulkan with "
"Validation Layers).";
} else {
FML_LOG(ERROR) << "Using the Impeller rendering backend (Vulkan).";
}
Expand Down

0 comments on commit 27f5515

Please sign in to comment.