Checking all processes

This commit is contained in:
Nex
2021-08-12 17:53:19 +02:00
parent 8a484b3b24
commit 8be60e8a04

View File

@@ -21,7 +21,7 @@ class Processes(AndroidExtraction):
def run(self):
self._adb_connect()
output = self._adb_command("ps")
output = self._adb_command("ps -e")
for line in output.split("\n")[1:]:
line = line.strip()