I have all PID. I want to find the exact application name from this pid.
Let, a PID = 3355.its package = com.xxxx.yyyyy.actual app name = Mail
i dont need the com.xxxx.yyyyy, i need Mail using PID.
Thanks
I have all PID. I want to find the exact application name from this
Share
You can get process detail including environment, commandline … from the procfs
for example: