mirror of https://github.com/procxx/kepka.git
parent
74733275d8
commit
4eeac7dc18
|
@ -382,7 +382,8 @@ void StartCatching(not_null<Core::Launcher*> launcher) {
|
||||||
crashpad::CrashpadClient crashpad_client;
|
crashpad::CrashpadClient crashpad_client;
|
||||||
std::string handler = (cExeDir() + cExeName() + qsl("/Contents/Helpers/crashpad_handler")).toUtf8().constData();
|
std::string handler = (cExeDir() + cExeName() + qsl("/Contents/Helpers/crashpad_handler")).toUtf8().constData();
|
||||||
std::string database = QFile::encodeName(dumpspath).constData();
|
std::string database = QFile::encodeName(dumpspath).constData();
|
||||||
if (crashpad_client.StartHandler(base::FilePath(handler),
|
if (crashpad_client.StartHandler(
|
||||||
|
base::FilePath(handler),
|
||||||
base::FilePath(database),
|
base::FilePath(database),
|
||||||
std::string(),
|
std::string(),
|
||||||
ProcessAnnotations,
|
ProcessAnnotations,
|
||||||
|
|
|
@ -70,6 +70,7 @@ using namespace Windows::Foundation;
|
||||||
using namespace Platform;
|
using namespace Platform;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
QStringList _initLogs;
|
QStringList _initLogs;
|
||||||
|
|
||||||
bool themeInited = false;
|
bool themeInited = false;
|
||||||
|
@ -85,7 +86,7 @@ namespace {
|
||||||
};
|
};
|
||||||
_PsInitializer _psInitializer;
|
_PsInitializer _psInitializer;
|
||||||
|
|
||||||
};
|
} // namespace
|
||||||
|
|
||||||
void psDeleteDir(const QString &dir) {
|
void psDeleteDir(const QString &dir) {
|
||||||
std::wstring wDir = QDir::toNativeSeparators(dir).toStdWString();
|
std::wstring wDir = QDir::toNativeSeparators(dir).toStdWString();
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ee55a0b69f65622fe25487745e5537ebcffd8372
|
Subproject commit d14ae77ad5ed27ca6ddbc9579c0c5e0afa18ffca
|
|
@ -1 +1 @@
|
||||||
Subproject commit 78690f858fc48b1bc824fd52a7d90a1080b0610e
|
Subproject commit baae6cdd9ba5216732222e7dec9a76b9ea3a7c83
|
|
@ -1 +1 @@
|
||||||
Subproject commit bd850834fc9ba6c62784306b65506ab19d64ab89
|
Subproject commit 2888aabf28bf9ca89f3d6d67a523bc5f2ce802ce
|
|
@ -1 +1 @@
|
||||||
Subproject commit 765e525458843ffb893586441b885ac5ba143e51
|
Subproject commit d30d361609d4b76d3a55b1329642caee30b82264
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit 449066752048a9b5e64f8b9bbad7af8b0e53e8b2
|
Subproject commit b087501d66ea13395acd91397b3ab6a3a77c41b8
|
Loading…
Reference in New Issue