From: José Bollo Date: Mon, 9 Jul 2018 16:30:53 +0000 (+0200) Subject: main-afb-daemon: Remove call to "nice" X-Git-Tag: 5.99.2~19 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=a3d934b7608c6c88dd891cb6e05bb107718687e1 main-afb-daemon: Remove call to "nice" Instead of setting the priority in the binder, delegate that responsibility of setting the priority of the process to the launcher. Bug-AGL: SPEC-1578 Change-Id: Ia6bdbdda72ce76fabc19c6448deeb62e2861dce0 Signed-off-by: José Bollo --- diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c index 8be78af6..4be6cc53 100644 --- a/src/main-afb-daemon.c +++ b/src/main-afb-daemon.c @@ -665,9 +665,6 @@ int main(int argc, char *argv[]) { afb_debug("main-entry"); - // let's run this program with a low priority - nice(20); - // ------------- Build session handler & init config ------- main_config = afb_config_parse_arguments(argc, argv); if (main_config->name) {