更新:app_proto_identify,libbreakpad_mini,修复内容:
TSG-6362 - 基础协议识别插件存在误识别的现象 TSG-7216 - breakpad_mini支持从配置文件读入minidump_upload_tools 更新TFE、CertStored的配置文件,添加上传mini_dump文件工具路径
This commit is contained in:
@@ -20,7 +20,7 @@ firewall_rpm_version:
|
||||
rtp: rtp-1.0.4.91b4ab7
|
||||
mesa_sip: mesa_sip-1.1.2.b4bc77d
|
||||
fw_voip_plug: fw_voip_plug-1.0.6.341fe83
|
||||
app_proto_identify: app_proto_identify-2.0.3.24b4595
|
||||
app_proto_identify: app_proto_identify-2.0.4.8251758
|
||||
app_proto_engine: app_proto_engine-2.0.7.1945009
|
||||
gtp: gtp-1.0.5.afa055c
|
||||
gtp_signaling_plug: gtp_signaling_plug-1.0.2.2dfced5
|
||||
@@ -39,7 +39,7 @@ framework_rpm_version:
|
||||
libtsglua: libtsglua-1.0.8.0dbf2e6
|
||||
libwiredcfg: libwiredcfg-2.0.6.67ae0ab
|
||||
libWiredLB: libWiredLB-2.0.5.4629165
|
||||
libbreakpad_mini: libbreakpad_mini-1.0.3.ac8e1ae
|
||||
libbreakpad_mini: libbreakpad_mini-1.0.4.12fee8c
|
||||
libhos-client-cpp: libhos-client-cpp-2.0.4.d775b9d
|
||||
|
||||
kni_rpm_version:
|
||||
|
||||
@@ -26,7 +26,8 @@ RUN_LOG_PATH = "conf/zlog.conf"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endraw %}
|
||||
breakpad_minidump_dir="/run/certstore/crashreport "
|
||||
breakpad_minidump_dir="/run/certstore/crashreport"
|
||||
breakpad_upload_tools="/opt/tsg/framework/bin/minidump_upload"
|
||||
[CONFIG]
|
||||
#Number of running threads
|
||||
thread-nu = 4
|
||||
|
||||
@@ -215,6 +215,7 @@ dictator_enable=1
|
||||
{% endif %}
|
||||
{% endraw %}
|
||||
breakpad_minidump_dir="/run/sapp/crashreport"
|
||||
breakpad_upload_tools="/opt/tsg/framework/bin/minidump_upload"
|
||||
|
||||
### note:
|
||||
### These configurations format is complex and difficult to describe with toml grammar,
|
||||
|
||||
@@ -30,6 +30,7 @@ enable_breakpad_upload=0
|
||||
{% endraw %}
|
||||
# must be /run/tfe/crashreport,due to tmpfile limit
|
||||
breakpad_minidump_dir=/run/tfe/crashreport
|
||||
breakpad_upload_tools=/opt/tsg/framework/bin/minidump_upload
|
||||
|
||||
# ask for at least (1 + nr_worker_threads) masks
|
||||
# the first mask for acceptor thread
|
||||
|
||||
Reference in New Issue
Block a user