def stop_logcat_log(p): if p is not None: p.kill() AdbUtils.adb_stop()
def stop_logcat_log(p): AdbUtils.adb_stop() if p is not None: p.kill()
def stop_logcat(p): if p is not None: p.kill() time.sleep(1) AdbUtils.adb_stop()