It seems that in the merged version there are a few lines missing.
Oops!
Change-Id: I1958266839242ef98d05030566d66ed0b2525099
[[ $(dlogutil -d DLOG_QOS_TEST1 | wc -l) -le 180 ]] && ok || fail
dlogsend -b main -t DLOG_QOS_TEST2 -c 60 -d 1 -f 4 "A normal app that just wants to log" &
+ DLOGSEND_PID=$!
+ dlogsend -b main -t DLOG_QOS_TEST3 -c 240 -d 1 -f 16 "Some log spam"
+ wait $DLOGSEND_PID
LOG_DETAILS="testing if QoS works (3/4)"
[[ $(dlogutil -d DLOG_QOS_TEST2 DLOG_QOS_TEST3 | wc -l) -le 180 ]] && ok || fail
LOG_DETAILS="testing if QoS works (4/4)"