From: wchang kim Date: Tue, 19 Dec 2017 01:28:17 +0000 (+0900) Subject: Adding a bb - debug and locale. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff34ad3a239601cc9be752c34fc72bda30099a2c;p=tools%2Ftbb.git Adding a bb - debug and locale. Change-Id: I3b2b663d8159cf9bc0bfe9098533d5ad6a85f14c --- diff --git a/domain_feature/Config.in b/domain_feature/Config.in index c5a6b16..79272f7 100644 --- a/domain_feature/Config.in +++ b/domain_feature/Config.in @@ -6,4 +6,5 @@ source domain_feature/Config_starter.in source domain_feature/Config_upgrade.in source domain_feature/Config_recovery.in source domain_feature/Config_webapi.in +source domain_feature/Config_debug_locale.in endmenu diff --git a/domain_feature/Config_debug_locale.in b/domain_feature/Config_debug_locale.in new file mode 100644 index 0000000..512d441 --- /dev/null +++ b/domain_feature/Config_debug_locale.in @@ -0,0 +1,34 @@ +menu "Tizen Debug tools and Locale" +config crash-worker + bool "crash-worker" + help + crash-manager + +config memps + bool "memps" + help + memps displays information about current memory usage of processes metrics like RSS, PSS, memory map of the process, clean and dirty pages, tmpfs and graphics memory usage information + +config psmisc + bool "psmisc" + help + The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser. + The pstree command displays a tree structure of all of the running processes on your system. + The killall command sends a specified signal SIGTERM if nothing is specified to processes identified by name. + The fuser command identifies the PIDs of processes that are using specified files or filesystems. + +config glibc-locale + bool "glibc-locale" + help + Locale data for the internationalisation features of the GNU C library + +config tizen-locale + bool "tizen-locale" + help + carring locale information for tizen platform + +config pam-locale + bool "pam-locale" + help + This package provides translations for package pam +endmenu