From d71fe39576ded4e9567f5f938e9ef67183bb8afd Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 16 Apr 2009 15:19:21 +0200 Subject: simple report can be activated immediately after a crash occurs --- lib/MiddleWare/MiddleWare.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/MiddleWare/MiddleWare.h') diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h index 86db708..28afb2a 100644 --- a/lib/MiddleWare/MiddleWare.h +++ b/lib/MiddleWare/MiddleWare.h @@ -45,6 +45,7 @@ class CMiddleWare std::string m_sDatabase; map_reporter_associations_t m_mapAnalyzerReporters; map_action_associations_t m_mapAnalyzerActions; + set_reporters_t m_setReporters; bool m_bOpenGPGCheck; @@ -79,6 +80,7 @@ class CMiddleWare const std::string& pUID, map_crash_report_t& pCrashReport); + void Report(const std::string& pDebugDumpDir); void Report(const map_crash_report_t& pCrashReport); void DeleteDebugDumpDir(const std::string& pDebugDumpDir); void DeleteCrashInfo(const std::string& pUUID, @@ -100,6 +102,7 @@ class CMiddleWare void AddAnalyzerAction(const std::string& pAnalyzer, const std::string& pAction, const std::string& pArgs); + void AddReporter(const std::string& pReporter); }; #endif /*MIDDLEWARE_H_*/ -- cgit