Prompt user explicitly to upload exact crash related files

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
This commit is contained in:
Max Risuhin
2018-12-08 21:12:59 +02:00
parent e20af4d206
commit aea75a2de0
4 changed files with 16 additions and 16 deletions
-7
View File
@@ -46,12 +46,6 @@ QProcess *g_nodeJsServerProcess = nullptr;
const int MAIN_WINDOW_WIDTH = 1024;
const int MAIN_WINDOW_HEIGHT = 768;
const QString CRASH_REPORT_EXECUTABLE = QStringLiteral("reportApp");
const QString CRASH_REPORT_EXECUTABLE_RELATIVE_PATH =
#ifdef Q_OS_WIN
QStringLiteral("");
#else
QStringLiteral("/../reportApp");
#endif
const char *ENABLE_LOG_FILE_ENV_VAR_NAME = "STATUS_LOG_FILE_ENABLED";
const char *LOG_FILE_PATH_ENV_VAR_NAME = "STATUS_LOG_PATH";
@@ -253,7 +247,6 @@ int main(int argc, char **argv) {
killZombieJsServer();
}
#else
appPath.append(CRASH_REPORT_EXECUTABLE_RELATIVE_PATH);
dataStoragePath = "";
#endif