Make gdb debugging on un-rooted devices work for Android 5.x.
Android 5.x does not allow running the gdb executable in /data/local/tmp. For gdb to be executable by the package it need to be located in /data/data/{PACKAGE-NAME} which is allowed to run the exucutable. BUG=453379 Review URL: https://codereview.chromium.org/884993003 Cr-Commit-Position: refs/heads/master@{#313737}
Showing
Please register or sign in to comment