Added Setting to turn on/off SIP request/response trace to Logcat

This commit is contained in:
Juha Heinanen
2020-11-18 14:56:20 +02:00
parent 20f80f928a
commit a35c12204b
7 changed files with 62 additions and 8 deletions

View File

@ -272,7 +272,10 @@
<string name="video_size_help">Size of transmitted video frames (width x height).
Factory default is 800x600.</string>
<string name="debug">Debug</string>
<string name="debug_help">Provides debug and info level log message availability in Logcat.</string>
<string name="debug_help">If checked, provides debug and info level log messages to Logcat.</string>
<string name="sip_trace">SIP Trace</string>
<string name="sip_trace_help">If checked and if Debug is checked, provides also SIP
request and response trace to Logcat. Unchecked automatically at baresip start.</string>
<string name="reset_config">Reset to Factory Defaults</string>
<string name="reset_config_help">If checked, settings are reset to factory default values.</string>
<string name="read_cert_error">Failed to read file \'cert.pem\' from Download directory.</string>