explicitly run adb command in brief format

This commit is contained in:
David Wu
2015-06-06 11:14:02 +08:00
parent e2ee65a9f2
commit 53306b82b3
+1
View File
@@ -171,6 +171,7 @@ if args.use_emulator:
base_adb_command.append('-e')
adb_command = base_adb_command[:]
adb_command.append('logcat')
adb_command.extend(['-v', 'brief'])
# Clear log before starting logcat
if args.clear_logcat: