From c93222d1407ede085833d3a91bfeda5f0f910eb4 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 12 Feb 2009 11:56:02 +0100 Subject: added new crash information, "cmdline" --- lib/Plugins/Mailx.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Plugins/Mailx.cpp') diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp index eb73184..cb26e39 100644 --- a/lib/Plugins/Mailx.cpp +++ b/lib/Plugins/Mailx.cpp @@ -74,6 +74,9 @@ void CMailx::Report(const report_t& pReport) ss << "Executable" << std::endl; ss << "----------" << std::endl; ss << pReport.m_sExecutable << std::endl << std::endl; + ss << "CmdLine" << std::endl; + ss << "----------" << std::endl; + ss << pReport.m_sCmdLine << std::endl << std::endl; ss << "Created report" << std::endl; ss << "==============" << std::endl; ss << "Text reports" << std::endl; -- cgit