jirentabu / crashrpt

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

Add an ability to record what happened before crash to video #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Screenshot sometimes is not enoght to reproduce the problem. Video would be 
better. To compress the video, we have to use some codec. For example, 
BSD-licensed VP8 codec http://www.webmproject.org/tools/vp8-sdk/

Original issue reported on code.google.com by zexspect...@gmail.com on 17 Dec 2011 at 1:59

GoogleCodeExporter commented 9 years ago
- New: CrashRpt is now able to capture end user's desktop and record what 
happened 
       just before crash to an .ogg video file and include the file to crash report. 
       The recorded information may help the software vendor to better understand 
       what actions the end user performed before client application crashed and 
       reproduce the error. 

- New: Added new crAddVideo() function to record the desktop state to a video 
file 
       and add the file to crash report.

- New: Added code of Theora video codec and OGG container (libtheora and 
libogg).

Original comment by zexspect...@gmail.com on 8 Oct 2012 at 4:13

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

Original comment by zexspect...@gmail.com on 8 Oct 2012 at 4:14