From be9d24aa4fa3a8880d8259dffce81a23fe4ebac5 Mon Sep 17 00:00:00 2001
From: Oleksii Shevchuk
Date: Tue, 23 May 2017 13:08:27 +0300
Subject: [PATCH] Hide kthread also in android
---
pupy/modules/ps.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pupy/modules/ps.py b/pupy/modules/ps.py
index c67cc339..035037b7 100644
--- a/pupy/modules/ps.py
+++ b/pupy/modules/ps.py
@@ -289,7 +289,9 @@ class PsModule(PupyModule):
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)
if args.info: