From: José Bollo Date: Fri, 22 Jun 2018 12:00:43 +0000 (+0200) Subject: afb-client-demo: Add option to keep running X-Git-Tag: flounder_5.99.1~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=211343c77944333d550301da4d757e343e5f5390;hp=211343c77944333d550301da4d757e343e5f5390;p=src%2Fapp-framework-binder.git afb-client-demo: Add option to keep running This option allows to keep the client running even when its input is closed. This will be used for tests and for reporting because it allows to write: echo 'monitor trace {"add":{"api":"*","request":"*","event":"*","session":"*","global":"*"}}' | afb-client -k $WSURL > logfile to capture all events. Change-Id: If1c7804556190fd8ec9388260fe014c50b498b1d Signed-off-by: José Bollo ---