I need to use strace on a rooted Android Asus ZenFone 2E, Intel Atom, x86.
So, I get a working binary for strace and run it on other phone and it is working perfectly. But when I tried to run the same command on Asus ZenFone 2E, it did not work.
The command is:
strace -f -c -p 123
The resulted error is:
PTRACE_SYSCALL doesn't work: Function not implemented