Fix: survey result on crash only worked on Linux (#10855)
Every OS-specific crashlog handler has their own MakeCrashLog in some form. In result, only Linux was calling the generic one.
This commit is contained in:
@@ -192,6 +192,8 @@ public:
|
||||
ret = false;
|
||||
}
|
||||
|
||||
this->SendSurvey();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user