debug: added manual_crash
This commit is contained in:
parent
882be7765b
commit
7d9977d028
8 changed files with 106 additions and 11 deletions
|
|
@ -213,7 +213,8 @@ class CConfigManager {
|
|||
std::deque<SLayerRule> m_dLayerRules;
|
||||
std::deque<std::string> m_dBlurLSNamespaces;
|
||||
|
||||
bool firstExecDispatched = false;
|
||||
bool firstExecDispatched = false;
|
||||
bool m_bManualCrashInitiated = false;
|
||||
std::deque<std::string> firstExecRequests;
|
||||
|
||||
std::vector<std::pair<std::string, std::string>> environmentVariables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue