In linux, I use lsof to check the file is opened by which process. I have an android device, but no lsof command. Is it possible to find which process open the specific file ?
I will use it to verify the MediaPlayer hold a fd, but it should be closed.
Poor man's lsof is to execute
Still, you need to be root.
Install busybox, it has a lsof command.
Thanks mike jones and Joqn for the tip with poor man's lsof. I used it in the following on busybox (synology nas) to list the fd directories grouped under each process: