Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3b2302c

Browse files
authored
[Impeller] Remove validation log when the pipeline library is collected before pipeline is setup. (#38306)
This is a benign condition but the validation logs could be fatal since 8744c93c4d5. Don't crash in these situations.
1 parent 4881fe2 commit 3b2302c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impeller/renderer/backend/metal/pipeline_library_mtl.mm

-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@
119119

120120
auto strong_this = weak_this.lock();
121121
if (!strong_this) {
122-
VALIDATION_LOG << "Library was collected before a pending pipeline "
123-
"creation could finish.";
124122
promise->set_value(nullptr);
125123
return;
126124
}

0 commit comments

Comments
 (0)