diff --git a/src/app/core/controller.cc b/src/app/core/controller.cc index e4d1d116..6511b6f2 100644 --- a/src/app/core/controller.cc +++ b/src/app/core/controller.cc @@ -415,7 +415,7 @@ absl::Status Controller::CreateTestContext() { ImGuiTestEngine_Start(engine, ImGui::GetCurrentContext()); // TODO: Setup with absl signal handler - ImGuiTestEngine_InstallDefaultCrashHandler(); + // ImGuiTestEngine_InstallDefaultCrashHandler(); return absl::OkStatus(); }