Is it possible to fake a specific path for a process?
I’m trying to run ADB on a linux server with multiple users where I am not root (to play with my android emulator). The adb daemon writes its logs to the file /tmp/adb.log
which unfortunately seems to be hard-coded into ADB and this situation is not going to change.