Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
040714f4
Commit
040714f4
authored
Jun 25, 2019
by
Andreas Traczyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug: connect console output before initializing lrc/daemon
Change-Id: Ib7c8bdadcf9bb52e9027cc520eee9bbe5913f972
parent
8d459aff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
main.cpp
main.cpp
+6
-3
No files found.
main.cpp
View file @
040714f4
...
...
@@ -120,6 +120,12 @@ main(int argc, char* argv[])
return
0
;
}
for
(
auto
string
:
QCoreApplication
::
arguments
())
{
if
(
string
==
"-d"
||
string
==
"--debug"
)
{
consoleDebug
();
}
}
Utils
::
removeOldVersions
();
QApplication
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
,
false
);
...
...
@@ -149,9 +155,6 @@ main(int argc, char* argv[])
debugFile
.
close
();
fileDebug
(
debugFile
);
}
if
(
string
==
"-d"
||
string
==
"--debug"
)
{
consoleDebug
();
}
#ifdef _MSC_VER
if
(
string
==
"-c"
||
string
==
"--vsconsole"
)
{
vsConsoleDebug
();
...
...
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