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
@@ -1146,6 +1146,7 @@ class BaresipService: Service() {
var filesPath = ""
var downloadsPath = ""
var logLevel = 2
var sipTrace = false
val uas = ArrayList<UserAgent>()
val status = ArrayList<Int>()