diff --git a/application/structdef.h b/application/structdef.h index 96eddb4e..0d6fd9f0 100644 --- a/application/structdef.h +++ b/application/structdef.h @@ -247,7 +247,7 @@ struct LOG_MSG_COREDUMP { if (!maps.isEmpty()) { obj.insert("maps", maps); } - obj.insert("packgeVersion", packgeVersion); + obj.insert("packageVersion", packgeVersion); obj.insert("binaryInfo", binaryInfo); return obj; diff --git a/debian/changelog b/debian/changelog index e9daecde..fb2dec05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-log-viewer (6.1.11) unstable; urgency=medium + + * fix: modify debug-config json + + -- houchengqiu Mon, 15 Jan 2024 14:10:59 +0800 + deepin-log-viewer (6.1.10) unstable; urgency=medium * chore: Update version 6.1.10