#159 集成Google Breakpad,用于生成minidump便于后期集中收集崩溃。
This commit is contained in:
@@ -9,6 +9,7 @@ struct ssl_mgr;
|
||||
struct key_keeper;
|
||||
struct acceptor_kni_v2;
|
||||
struct watchdog_kni;
|
||||
struct breakpad_instance;
|
||||
|
||||
enum TFE_STAT_FIELD
|
||||
{
|
||||
@@ -121,6 +122,9 @@ struct tfe_proxy
|
||||
/* PERFOMANCE MONIOTR VARIABLES*/
|
||||
long long stat_val[TFE_STAT_MAX];
|
||||
int fs_id[TFE_STAT_MAX];
|
||||
|
||||
/* Crash Report */
|
||||
struct breakpad_instance * breakpad;
|
||||
};
|
||||
|
||||
extern struct tfe_proxy * g_default_proxy;
|
||||
|
||||
Reference in New Issue
Block a user