X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fdlog_coverage.in;h=597e385dc3463f6f60cf555c8f8e8fdaf24d951b;hb=373e831acb85ae68405010c26cf8104a28ba68e9;hp=78957ba7fa96ff9135e54af6a46e110bec16307e;hpb=7b34bf1c1dd784fa656c5929c9d34c19f6f072f0;p=platform%2Fcore%2Fsystem%2Fdlog.git diff --git a/tests/dlog_coverage.in b/tests/dlog_coverage.in index 78957ba..597e385 100644 --- a/tests/dlog_coverage.in +++ b/tests/dlog_coverage.in @@ -31,6 +31,36 @@ dlogutil -b main -c dlogutil -b main -g dlogutil -dv threadtime --color always dlogutil -dv json +dlogutil --sort-by height +dlogutil --color octarine +dlogutil -v hammertime +dlogutil -g -b apps +dlogutil -g -b main +dlogutil -g -b main -b apps +dlogutil -m bla -g +dlogutil -m bla -c +dlogutil --version +dlogutil --low-mem-resize low +dlogutil -e 3 -e 3 +dlogutil :D +dlogutil -d --pid 123 +dlogutil -d --tid 123 +dlogutil -d -m bla + +dlogutil --monitor & +UTIL=$! +sleep 2 +kill $UTIL + +dlogutil & +UTIL=$! +sleep 2 +kill $UTIL + +dlogutil NONEXISTENT:F & +UTIL=$! +sleep 3 +kill $UTIL ORIGINAL_CONFIG_PATH="$DLOG_CONFIG_PATH" export DLOG_CONFIG_PATH="@datadir@/dlog-coverage.conf"