Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
47450d5e
Commit
47450d5e
authored
Mar 31, 2020
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
声网日志文件和路径更改
parent
869dcb6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
config.gradle
config.gradle
+4
-4
LogHelper.kt
ydl-platform/src/main/java/com/ydl/ydlcommon/utils/log/LogHelper.kt
+1
-2
No files found.
config.gradle
View file @
47450d5e
...
...
@@ -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"
,
//以下 几乎不会动
...
...
ydl-platform/src/main/java/com/ydl/ydlcommon/utils/log/LogHelper.kt
View file @
47450d5e
...
...
@@ -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
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment