Commit 47450d5e by 严久程

声网日志文件和路径更改

parent 869dcb6b
......@@ -69,13 +69,13 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.39.16",
"ydl-platform" : "0.0.39.22",
//第二步 若干
"ydl-webview" : "0.0.38.24",
"ydl-media" : "0.0.20",
"ydl-pay" : "0.0.17",
"m-audioim" : "0.0.48.3.8",
"m-audioim" : "0.0.48.3.10",
"ydl-flutter-base": "0.0.10.9",
//以下 几乎不会动
......@@ -115,13 +115,13 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.39.16",
"ydl-platform" : "0.0.39.21",
//第二步 若干
"ydl-webview" : "0.0.38.24",
"ydl-media" : "0.0.20",
"ydl-pay" : "0.0.17",
"m-audioim" : "0.0.48.3.8",
"m-audioim" : "0.0.48.3.10",
"ydl-flutter-base": "0.0.10.9",
//以下 几乎不会动
......
......@@ -228,8 +228,7 @@ class LogHelper private constructor() {
private fun getAgoraLog(context: Context): File {
// val agora = FileUtils.getSDDirectory() + "/" + context.packageName + "/agorasdk.log"
val filePath = context.filesDir.path + "/agorasdk.log"
val filePath = context.getExternalFilesDir(null).path + "/agorasdk.log"
return File(filePath)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment