Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
1f23e599
Commit
1f23e599
authored
Aug 18, 2020
by
黄振令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】1. 配置zlog打印格式,输出打印等级,文件和行数;2. ota上报版本格式错误
【提交人】huang.zhenling
parent
d86c9183
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
midware/midware/dm/kk_dm_msg.c
midware/midware/dm/kk_dm_msg.c
+1
-1
zlog.conf
zlog.conf
+1
-1
No files found.
midware/midware/dm/kk_dm_msg.c
View file @
1f23e599
...
...
@@ -387,7 +387,7 @@ int dm_msg_combine_logout(_IN_ char product_key[PRODUCT_KEY_MAXLEN],
}
const
char
DM_MSG_OTA_VERSION_PARAMS
[]
DM_READ_ONLY
=
"{
{
\"
version
\"
:
\"
%s
\"
}"
;
const
char
DM_MSG_OTA_VERSION_PARAMS
[]
DM_READ_ONLY
=
"{
\"
version
\"
:
\"
%s
\"
}"
;
int
dm_msg_ota_report_version
(
_IN_
char
*
version
,
_OU_
dm_msg_request_t
*
request
)
{
...
...
zlog.conf
View file @
1f23e599
...
...
@@ -24,7 +24,7 @@ CRIT = 130, LOG_CRIT
simple
=
"%m%n"
normal
=
"%d %m%n"
normal
=
"%d
%-6V (%f:%L)
%m%n"
...
...
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