Change: store crash logs in JSON format (#11232)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "../../stdafx.h"
|
||||
|
||||
#include "../../3rdparty/fmt/format.h"
|
||||
#include "../../3rdparty/nlohmann/json.hpp"
|
||||
#include "../../survey.h"
|
||||
#include "macos.h"
|
||||
|
||||
#include <mach-o/arch.h>
|
||||
@@ -18,8 +18,6 @@
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
extern std::string SurveyMemoryToText(uint64_t memory);
|
||||
|
||||
void SurveyOS(nlohmann::json &json)
|
||||
{
|
||||
int ver_maj, ver_min, ver_bug;
|
||||
|
||||
Reference in New Issue
Block a user