Skip to content

Commit

Permalink
Only use backtrace command once.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Feb 15, 2017
1 parent c3ebc92 commit e517de3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OMEdit/OMEditGUI/CrashReport/GDBBacktrace.cpp
Expand Up @@ -95,8 +95,6 @@ QString GDBBacktrace::createCommandsFile(QString *errorString)
const char gdbBatchCommands[] = "set height 0\n"
"set width 0\n"
"thread\n"
"thread apply all bt full\n"
"thread apply all bt full\n"
"thread apply all bt full\n";
QFile gdbBacktraceCommandsFile;
QString gdbBacktraceCommandsFilePath = QString("%1omeditbacktracecommands.txt").arg(Utilities::tempDirectory());
Expand Down

0 comments on commit e517de3

Please sign in to comment.