#159 集成Google Breakpad,用于生成minidump便于后期集中收集崩溃。

This commit is contained in:
luqiuwen
2019-08-20 18:41:44 +08:00
parent 3a99ba9f13
commit dbe9fba033
5 changed files with 141 additions and 7 deletions

View File

@@ -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;