Skip to content

Commit

Permalink
* Fix crash when symbolicate twice
Browse files Browse the repository at this point in the history
- Change to use QDebug instead of CConsole::Log
  • Loading branch information
hazmi-e205 committed Jul 27, 2023
1 parent 595583c commit 7db0bec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Src/crashsymbolicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ void CrashSymbolicator::doWork()
}
out.append(line + "\n");
lineCount += 1;
qDebug() << "Percentage: " << (lineCount * 100) / lineTotal;
emit SymbolicateResult2((lineCount * 100) / lineTotal, SymbolicatedData());
}
crashed_macho->CleanUpInliningInfo();
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"project": "MachOLib",
"url": "https://github.com/hazmi-e205/MachOLib",
"branch": "main",
"revision": "94c135c4e3725c7880bb783e8df32291134e0c02",
"revision": "299a080fc9cb8121c5d340f12da9b12f156311d4",
"path": "Externals/MachOLib",
"use_submodules": false
},
Expand Down

0 comments on commit 7db0bec

Please sign in to comment.