音视频通讯SDK API参考手册  Windows 1.6.0
crash_report.h
1 #ifndef CRASH_REPORT_H_
2 #define CRASH_REPORT_H_
3 
4 #include "av_common.h"
5 
6 namespace tencent {
7 
15 class AV_EXPORT CrashReport {
16  public:
17  virtual ~CrashReport() {}
18 
30  static void EnableCrashReport(bool is_enable);
31 
32 };
33 
34 } // namespace tencent
35 
36 #endif // #define CRASH_REPORT_H_
Definition: av_audio_ctrl.h:6
virtual ~CrashReport()
Definition: crash_report.h:17
CrashReport:crash上报模块。
Definition: crash_report.h:15