mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
do not print the arg at begining.
This commit is contained in:
@@ -126,8 +126,6 @@ input = os.popen('adb logcat')
|
|||||||
pids = set()
|
pids = set()
|
||||||
last_tag = None
|
last_tag = None
|
||||||
|
|
||||||
print args.package
|
|
||||||
|
|
||||||
def belongs_package(token):
|
def belongs_package(token):
|
||||||
index = token.find(':')
|
index = token.find(':')
|
||||||
return (token in args.package) if index == -1 else (token[:index] in args.package)
|
return (token in args.package) if index == -1 else (token[:index] in args.package)
|
||||||
|
|||||||
Reference in New Issue
Block a user