rdmenezes / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

Crash report file management #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of CrashRpt are you using?
1.3.0

What is your version of Visual Studio?
2010

Would it be possible to add a feature to add or remove files from the report 
via the 'Error report details' dialog? We already have a mechanism for adding 
files to the report (by using the callback function), but our support 
department feels that because you cannot go 'back' when you realise you should 
have added more files or shouldn't have added one or two, there is a need for 
some sort of primitive file management in CrashRpt.

Original issue reported on code.google.com by cron...@gmail.com on 17 Feb 2012 at 1:19

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 20 Feb 2012 at 2:45

GoogleCodeExporter commented 9 years ago
Let me know if I understand you correctly. You need that all files in Error 
Report Details dialog have checkboxes to the left of their names. By 
checking/unchecking some files, right-clicking the list and choosing "Delete 
Selected" item from context menu, user should be able to remove those files 
permanently. There should also be 'Attach another file' item in context menu 
for adding new files. Right?

Btw, I'm not sure removing standard files (xml or minidump) is a good idea.

Original comment by zexspect...@gmail.com on 28 Aug 2012 at 6:05

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 28 Aug 2012 at 6:06

GoogleCodeExporter commented 9 years ago
Yes, that is the requirement. Removing the XML and minidump (which, as you say, 
doesnt make sense) should not be allowed IMHO. I think the option must just be 
there for 'user attached' files.

Original comment by cron...@gmail.com on 28 Aug 2012 at 6:12

GoogleCodeExporter commented 9 years ago
Added an ability to attach more files to error report or delete selected files
from error report through context menu of Error Report Details dialog.

Introduced new flag CR_INST_ALLOW_ATTACH_MORE_FILES for crInstall() function. 

Added new CR_AF_ALLOW_DELETE flag for crAddFile2() function. If this flag is 
specified, the user will be able to delete the file from error report using 
context menu of       Error Report Details dialog.

Original comment by zexspect...@gmail.com on 29 Aug 2012 at 7:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1364.

Original comment by zexspect...@gmail.com on 29 Aug 2012 at 7:08