Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nmsdk
rdk
Commits
8045b5237ff3
Commit
35f3a170
authored
Apr 09, 2021
by
vlad_burin
Browse files
Little final updates
--HG-- branch : StandaloneRun
parent
4ac7d547dc8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/Application/Qt/UProjectDeployerQt.cpp
View file @
8045b523
...
...
@@ -2950,6 +2950,7 @@ void UProjectRunThread::run()
WriteLog
(
"Current project run state is undefined"
);
break
;
}
RDK
::
Sleep
(
1000
);
}
WriteLog
(
"Project Run Thread stopped"
);
...
...
@@ -3164,6 +3165,7 @@ void UProjectRunThread::ProjectStateFinalization()
}
else
if
(
state
==
DS_UploadFinished
)
{
WriteLog
(
"Upload finished"
);
projectRunState
=
ProjectRunState
::
PS_Termination
;
}
else
if
(
state
==
DS_Error
)
...
...
Write
Preview
Supports
Markdown
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