Added log message
This commit is contained in:
@ -72,6 +72,8 @@ class CallHistory(val aor: String, val peerUri: String, val direction: String) :
|
|||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.e(TAG, "InputStream exception: - $e")
|
Log.e(TAG, "InputStream exception: - $e")
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
Log.d(TAG, "File ${BaresipService.filesPath}/history does not exist")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user