diff options
| author | luqiuwen <[email protected]> | 2019-08-20 18:41:44 +0800 |
|---|---|---|
| committer | luqiuwen <[email protected]> | 2019-08-20 18:41:44 +0800 |
| commit | dbe9fba033f1df852a8d105448d7593cc2af1236 (patch) | |
| tree | 313f136fc46cd99d6ed6f2d082b0daa4df2a1ae8 /platform/include | |
| parent | 3a99ba9f13666d112fa6c165df3aacef8a01a9b0 (diff) | |
#159 集成Google Breakpad,用于生成minidump便于后期集中收集崩溃。
Diffstat (limited to 'platform/include')
| -rw-r--r-- | platform/include/internal/proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/include/internal/proxy.h b/platform/include/internal/proxy.h index d3dee51..7ce9d79 100644 --- a/platform/include/internal/proxy.h +++ b/platform/include/internal/proxy.h @@ -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; |
