From 885a306642f5b3e5b17715893c515a6b4ccb6092 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Thu, 22 Jul 2010 19:18:40 +0200 Subject: tutorial how-to build your own reporter plugin Signed-off-by: Nikola Pajkovsky --- doc/plugins-howto | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc/plugins-howto') diff --git a/doc/plugins-howto b/doc/plugins-howto index 81090f33..55753a9b 100644 --- a/doc/plugins-howto +++ b/doc/plugins-howto @@ -81,20 +81,6 @@ dump, or all debug dumps for periodic actions. The second argument is a string with arguments (specified in config file). -Reporter Plugin ---------------- -This plugin receives the entire finished crash report and -posts/reports it somewhere (e.g. logs it, mails it, posts -it on some web tool...) - -You have to override this method: - -virtual void Report(const map_crash_data_t& pCrashData, - const char *pArgs); -- This method takes the report and presents it somewhere to the world. - The second argument is a string with arguments specified for the reporter. - - Database Plugin --------------- This plugin is used to store the metadata about the crash. The metadata -- cgit