Add new syscall used by new unwinder.

The new unwinder also uses process_vm_readv, so added to all policies.

Bug: 65166211

Test: Did debuggerd -b of media.extractor and media.codec process.
Change-Id: Ifad0bc505602ec4879b0a8efe27c5a12dfa28fab
gugelfrei
Christopher Ferris 7 years ago
parent 82651d413e
commit 1646e29f18

@ -67,3 +67,4 @@ getgroups32: 1
recvmsg: 1
getpid: 1
gettid: 1
process_vm_readv: 1

@ -61,3 +61,4 @@ pipe2: 1
ppoll: 1
getpid: 1
gettid: 1
process_vm_readv: 1

@ -52,3 +52,4 @@ pipe2: 1
ppoll: 1
getpid: 1
gettid: 1
process_vm_readv: 1

@ -56,6 +56,7 @@ getgroups32: 1
getdents64: 1
pipe2: 1
ppoll: 1
process_vm_readv: 1
# Required by AddressSanitizer
gettid: 1

Loading…
Cancel
Save