crash-manager: Clarify when tizen-manifest.xml is copied 18/230218/2
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 8 Apr 2020 14:33:50 +0000 (16:33 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 8 Apr 2020 19:37:34 +0000 (21:37 +0200)
Change-Id: Iba48fc54f9809c077b5ebc0fbe8463186abd767e

src/crash-manager/crash-manager.c

index e7ff778..c889cdb 100644 (file)
@@ -779,7 +779,7 @@ static bool execute_crash_modules(struct crash_info *cinfo)
        }
 
        execute_crash_stack(cinfo, NULL);
-       (void)copy_application_data(cinfo, "tizen-manifest.xml"); // manifest.xml is optional because not every application has that.
+       (void)copy_application_data(cinfo, "tizen-manifest.xml"); // manifest is optional because only tizen applications have it
        if (cinfo->livedump)
                process_continue(cinfo->pid_info);