Skip to content

Commit 3e07e0a

Browse files
committed
Test early exit
1 parent cc68421 commit 3e07e0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample/Source/SentryPlayground/SentryPlaygroundGameInstance.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ void USentryPlaygroundGameInstance::Init()
2222

2323
UE_LOG(LogSentrySample, Display, TEXT("Starting app with commandline: %s\n"), *CommandLine);
2424

25+
FPlatformMisc::RequestExitWithStatus(true, 0);
26+
2527
// Check for expected test parameters to decide between running integration tests
2628
// or launching the sample app with UI for manual testing
2729
if (FParse::Param(*CommandLine, TEXT("crash-capture")) ||

0 commit comments

Comments
 (0)