Fix crash handler not launching as expected in official builds

This commit is contained in:
baldurk
2022-11-01 16:33:37 +00:00
parent 2c220e7af0
commit 3f9bf1ab27
4 changed files with 27 additions and 26 deletions
+1
View File
@@ -468,6 +468,7 @@ public:
pipe = conv(parser.get<std::string>("pipe"));
return true;
}
virtual rdcarray<rdcstr> ReplayArgs() { return {"--crash"}; }
virtual int Execute(const CaptureOptions &)
{
CrashGenerationServer *crashServer = NULL;