From: Changgyu Choi Date: Fri, 16 Jun 2023 08:30:02 +0000 (+0900) Subject: Add a new internal key X-Git-Tag: accepted/tizen/unified/20230621.023240~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5a362b6861c82a24e76ce3d831d97f92355a65e;p=platform%2Fcore%2Fapi%2Fapp-control.git Add a new internal key Adds: - APP_CONTROL_RESET_RESTART_CRASH_COUNT Change-Id: I0c1ce12d0e87334b688f72fe2ea0ba1e53bf7781 Signed-off-by: Changgyu Choi --- diff --git a/include/app_control_internal.h b/include/app_control_internal.h index c437bce..83f82bd 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -96,6 +96,13 @@ extern "C" { */ #define APP_CONTROL_DATA_ATTACH_BELOW "__K_ATTACH_BELOW" +/** + * @brief Definition for the app_control data: The value for resetting the restart crash count. + * @details If the value is "true", the restart crash count of the callee app is reset. + * @since_tizen 8.0 + */ +#define APP_CONTROL_RESET_RESTART_CRASH_COUNT "__K_RESET_RESTART_CRASH_COUNT" + /** * @brief Replaces all data in the app_control with the bundle. *