Change-Id: Ib28764520292f29b4378620680d3391ef2308c93
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
grep:inst
killall:inst
systemctl:inst
+xargs:inst
+modprobe:inst
+pkgcmd:inst
+mount:inst
+chmod:inst
wlan.sh:script
wpa_supp.sh:script
+stc-manager:sys
dlogutil:sys
wifi-loader:sys
-launchpad-loader:sys
wrt-loader:sys
dotnet-launcher:sys
iptables:sys
ip6tables:sys
-modprobe:inst
net-cls-release:sys
+init:sys
+amd:sys
+launchpad-loader:sys
+launchpad-process-pool:sys
+deviced:sys
+systemd:sys
+systemd-udevd:sys
+systemd-user:sys
+systemd-cgroups-agent:sys
+systemd-journald:sys
+sdbd:sys
+sdbd-user:sys
+pushd:sys
+dbus-daemon:sys
static gboolean __check_excn(char *cmdline)
{
- stc_error_e ret = stc_monitor_check_excn_by_cmdline(cmdline);
+ stc_error_e ret = STC_ERROR_NONE;
+
+ if (cmdline[0] == '(')
+ return TRUE;
+ ret = stc_monitor_check_excn_by_cmdline(cmdline);
if (ret == STC_ERROR_NO_DATA)
return FALSE;
else