We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5178ce commit 41d5477Copy full SHA for 41d5477
1 file changed
adb/adb_debug.py
@@ -84,7 +84,8 @@ def List(self, device_path):
84
85
@functools.wraps(adb_commands.AdbCommands.Logcat)
86
def Logcat(self, *options):
87
- return adb_commands.AdbCommands.Logcat(self, ' '.join(options))
+ return adb_commands.AdbCommands.Logcat(
88
+ self, ' '.join(options), timeout_ms=0)
89
90
91
def Shell(self, *command):
0 commit comments