Release 5.5.35
[platform/core/system/crash-worker.git] / src / shared / config.h
index 0448944..e209dfb 100644 (file)
@@ -26,6 +26,7 @@
 #define MAX_RETENTION_SEC    0
 #define MAX_CRASH_DUMP       0
 #define DUMP_CORE            1
+#define DUMP_SO_INFO         1
 #define ALLOW_ZIP            1
 #define LEGACY_NOTIFICATION  0
 
@@ -49,6 +50,7 @@ enum ReportType {
 typedef struct config {
        bool allow_zip;
        bool dump_core;
+       bool dump_so_info;
        bool legacy_notification;
        enum ReportType report_type;
        int system_max_use;