jirentabu / crashrpt

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

allow user to remove screen shot file from the error report #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think this makes sense to allow user to remove screen shot file from the 
error report via context menu, why is this not provided?

I see that crAddFile2 contain a special bit to allow user to remove the file, 
it would be better if the similar bit can be added to crAddScreenshot2

Original issue reported on code.google.com by zexspect...@gmail.com on 10 Jan 2013 at 8:52

GoogleCodeExporter commented 9 years ago
Added an bility for end user to delete screenshots, registry keys and video file
from crash report through context menu of Error Report Details dialog 
(added CR_AS_ALLOW_DELETE flag for crAddScreenshot2() function,
CR_AR_ALLOW_DELETE flag for crAddRegKey() function and CR_AV_ALLOW_DELETE
flag for crAddVideo() function).

Original comment by zexspect...@gmail.com on 11 Jan 2013 at 3:09

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

Original comment by zexspect...@gmail.com on 11 Jan 2013 at 3:10