Route diagnostic hooks through platform services

This commit is contained in:
2026-06-03 05:12:00 +02:00
parent e152616d7f
commit 6652127545
8 changed files with 69 additions and 21 deletions

View File

@@ -195,6 +195,15 @@ public:
};
}
void log_stacktrace() override
{
}
void trigger_crash_test() override
{
__debugbreak();
}
[[nodiscard]] std::string clipboard_text() override
{
return ::clipboard_text();