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

Commit d0d5f9c

Browse files
committed
revert unintended changes
1 parent 17d4944 commit d0d5f9c

File tree

26 files changed

+2
-0
lines changed

26 files changed

+2
-0
lines changed

shell/common/engine.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ void Engine::DispatchPlatformMessage(std::unique_ptr<PlatformMessage> message) {
309309
runtime_controller_->DispatchPlatformMessage(std::move(message))) {
310310
return;
311311
}
312+
313+
FML_DLOG(WARNING) << "Dropping platform message on channel: " << channel;
312314
}
313315

314316
bool Engine::HandleLifecyclePlatformMessage(PlatformMessage* message) {

0 commit comments

Comments
 (0)