Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5a0b75db
authored
Dec 05, 2019
by
patpat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改log压缩包名称格式
parent
db061a89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
app/src/main/java/com/bgycc/smartcanteen/action/LogAction.kt
+2
-1
No files found.
app/src/main/java/com/bgycc/smartcanteen/action/LogAction.kt
View file @
5a0b75db
package
com.bgycc.smartcanteen.action
import
com.bgycc.smartcanteen.App
import
com.bgycc.smartcanteen.BuildConfig
import
com.bgycc.smartcanteen.server.http.MainHttpClient
import
com.bgycc.smartcanteen.util.LogUtil
...
...
@@ -62,7 +63,7 @@ object LogAction : Action(ActionEnum.LOG_PULL.name) {
}
ZipUtils
.
zipFile
(
logUploadDir
,
logZipFile
)
FileUtils
.
deleteDir
(
logUploadDir
)
MainHttpClient
.
uploadLog
(
logZipFile
,
"$type${formatSrc.format(
endTime
)}.zip"
)
MainHttpClient
.
uploadLog
(
logZipFile
,
"$type${formatSrc.format(
startTime)}${formatSrc.format(endTime)}${App.getDeviceSN(
)}.zip"
)
state
=
State
.
INITED
}.
start
()
}
catch
(
e
:
Exception
)
{}
...
...
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