Closed GoogleCodeExporter closed 9 years ago
I use crGenerateErrorReport() without restarting the application and have
noticed subsequent calls do not result in the files I expect in the error
report.
The first call works fine, all files I have added using crAddFile2 appear in
the error report. The second call works but the error report doesn't contain
any extra files.
I tried to re-add the files after the first call to crGenerateErrorReport() but
crAddFile2 fails saying the file is already added.
It also looks like the video stops after the first call too.
Original comment by zexspect...@gmail.com
on 27 Feb 2013 at 5:50
On a related note I have also found that if files are added in the crash
callback and video is enabled, the files don't appear in the report. If video
is disabled the files make into the report.
The reason I need to add files during the crash callback is that I want to
capture all files in a directory at the time of a crash but don't know the
contents of the directory in advance.
The ability to add a directory to the crash report would be handy.
Original comment by zexspect...@gmail.com
on 28 Feb 2013 at 1:08
This issue was closed by revision r1584.
Original comment by zexspect...@gmail.com
on 28 Feb 2013 at 12:30
Original issue reported on code.google.com by
zexspect...@gmail.com
on 26 Feb 2013 at 8:45