freeswitch除錯開關

2021-06-03 08:13:49 字數 632 閱讀 9772

在windows下:

開啟乙個cmd視窗,找到freeswitch.exe的目錄,然後先執行下面的命令:

set sofia_debug=9

set nua_debug=9

set soa_debug=9

set nea_debug=9

set iptsec_debug=9

set nta_debug=9

set tport_debug=9

set tport_log=1

set tport_dump=tport_sip.log

set su_debug=9

然後執行freeswitch.exe即可,用乙個軟終端如wxcommunicator註冊,控制台console會列印協議訊息,並在tport_sip.log檔案儲存記錄。

unix/linux下:

設定一下環境變數:

export sofia_debug=9

export nua_debug=9

export nta_debug=9

export tport_debug=9

export tport_log=1

Android部分除錯開關

開啟 gpu render 的profiling bar adb shell setprop debug.hwui.profile visual bars 或visual lines adb shell setprop debug.hwui.profile.maxframes 400 控制彙總條長度...

c語言除錯開關

功能 除錯開關 描述 if條件成立,則列印除錯資訊,否則不列印 include if 1 為0時除錯關閉,為1時除錯開啟 define debug out fmt,args.printf file s func s line d n file func line else define debug ...

linux核心函式除錯開關

linux裝置驅動開發,核心使用dev dbg來控制輸出資訊,這個函式包含在include linux device.h標頭檔案中,但是預設情況下看不到除錯資訊,該如何開啟呢,我們直接上 if defined config dynamic debug define dev dbg dev,forma...