Make "exec_command" function use verbose mode by default (function should output than stdout to console) and introduce a possibility to redirect stdout to DEVNULL in order to supress it.
Function signature should look like: exec_command(adb_full_cmd, verbose=True)