Code review comment for lp:~le-chi-thu/lava-dispatcher/improve-logging

Revision history for this message
Spring Zhang (qzhang) wrote :

9 +def dispatcher_print(msg):
10 + print "\n<<LAVA_DISPATCHER>> %s"%msg
do you consider if some message will redirect to sys.stderr? Currently there is no such statement.

There are also android_0xbench.py and android_basic.py existing print statements if you want to make all actions use the function.

« Back to merge proposal