Hide kthread also in android

This commit is contained in:
Oleksii Shevchuk 2017-05-23 13:08:27 +03:00
parent 11fe90f7f9
commit be9d24aa4f
1 changed files with 3 additions and 1 deletions

View File

@ -289,7 +289,9 @@ class PsModule(PupyModule):
int(x) if x.isdigit() else x for x in args.show int(x) if x.isdigit() else x for x in args.show
] ]
if not args.all and not args.show and self.client.is_linux(): if not args.all and not args.show and (
self.client.is_linux() or self.client.is_android()
):
hide.append(2) hide.append(2)
if args.info: if args.info: