diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-09 01:56:16 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-10 02:53:19 +0200 |
| commit | 1b4b6dbeb46aa7e6b87b3de32cd8953fa0d32a7a (patch) | |
| tree | 7273a8590bc622410c5dd96fa29cf4e68f581798 /src/organizercore.h | |
| parent | 4adb13c9435baade511d3ac78fb142dc73bd2e1f (diff) | |
cycle crash dumps
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 7bb7faa7..40531195 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -160,6 +160,8 @@ public: void updateVFSParams(int logLevel, int crashDumpsType);
+ bool cycleDiagnostics();
+
static CrashDumpsType getGlobalCrashDumpsType() { return m_globalCrashDumpsType; }
static void setGlobalCrashDumpsType(int crashDumpsType);
static std::wstring crashDumpsPath();
|
