More logging

This commit is contained in:
Juha Heinanen
2023-03-10 07:54:52 +02:00
parent 4d7c58d3c7
commit dbec2629ae

View File

@ -56,6 +56,10 @@ class CallHistory(val aor: String, val peerUri: String, val direction: String) :
Log.e(TAG, "OutputStream exception: $e")
e.printStackTrace()
}
if (file.exists())
Log.d(TAG, "******** file ${BaresipService.filesPath}/history exists")
else
Log.d(TAG, "******** file ${BaresipService.filesPath}/history does NOT exist")
}
fun restore() {