============ Livecoredumper & livecoredump APIs ============ ``livedump_pid()`` API method was created for use by system services and system applications. Applications wanting to use the API must have a special privilege ``http://tizen.com/privilege/internal/livecoredump`` which can only be granted manually by:: cyad -s -k MANIFESTS_GLOBAL -c User::Pkg::com.tizen.some.example.app -u 5001 -p http://tizen.com/privilege/internal/livecoredump -t ALLOW For applications installed by RPM, you can add the above line to the ``%post`` section. There is no way to give this privilege to TPK applications from TPK installer. In this case, the privilege should be granded externally, after the TPK is installed. System services wanting to use the API must provide appriate dbus configuration that will allow such usage, eg.