-
Josh Gao authored
Applications with a minSdkVersion of 24 or greater have their data directory permissions set to rwx------ (compared to rwxr-x--- for previous versions). This prevents adbd from forwarding connections to gdbserver. Resolve this by running `run-as <pkg> chmod a+x` on devices running 24 or greater. Bug: http://b/32292522 Bug: https://github.com/android-ndk/ndk/issues/224 Change-Id: I697a040e8b069dfda9169441c100520ba5e6c686 Test: chmod 700 /data/data/<pkgname>, ndk-gdb.py starts working
b3bff3c4