M maykec New member Jan 14, 2014 2 0 0 Jan 14, 2014 #1 i'm wondering if it is possible to get detailed process info in android like: -ppid -gid -uname -gname -runtime -priority I know how to get process info in RunningAppProcessInfo class but it not contains those fields above. Tnx
i'm wondering if it is possible to get detailed process info in android like: -ppid -gid -uname -gname -runtime -priority I know how to get process info in RunningAppProcessInfo class but it not contains those fields above. Tnx
Golfdriver97 Trusted Member Team Leader Moderator Dec 4, 2012 35,628 610 113 Jan 14, 2014 #2 I think that info is available in a logcat from an ADB command?
M maykec New member Jan 14, 2014 2 0 0 Jan 15, 2014 #3 Yes, but i need this process details for sending them on my API to collect data ....