Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit dd4c292

Browse files
committed
Fix typo in Logcat
1 parent 96bf720 commit dd4c292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adb/adb_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ def Logcat(self, options, timeout_ms=None):
246246
Args:
247247
options: Arguments to pass to 'logcat'.
248248
"""
249-
return self.StreamingCommand('logcat %s' % options, timeout_ms)
249+
return self.StreamingShell('logcat %s' % options, timeout_ms)

0 commit comments

Comments
 (0)