aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index dad1f73..aa08236 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -106,6 +106,7 @@ int main(int argc, char **argv)
Configuration conf;
if(conf.value<bool>("usebreakpad").value()) {
+ /* FIXME
CrashHandler::Context ctx(
conf.value<std::string>("path.crashdump").value(),
conf.value<std::string>("path.crashhandler").value());
@@ -115,6 +116,7 @@ int main(int argc, char **argv)
} else {
spdlog::warn("Failed to install breakpad crash handler: {}", ctx.dumppath);
}
+ */
}
// load plugins