commit | 3803ec7f07e13bdda454078c291a09ee89153e62 | [log] [tgz] |
---|---|---|
author | Nikita Putikhin <nputikhin@google.com> | Wed Jul 19 15:43:51 2023 +0000 |
committer | Nikita Putikhin <nputikhin@google.com> | Thu Jul 20 10:06:41 2023 +0000 |
tree | dbdb50bad3b0cae6146fdc0c9b4732ec16e01eb8 | |
parent | eea06cf6092e9a23e1275030ca7d4cf499c3e2bb [diff] |
Print adb output if pushing gdbserver fails Right now the raised exception only shows the command and return code. Printing the output should make the error more clear. Test: adb root, then in adb shell touch the server and make immutable touch /data/local/tmp/x86_64-lldb-server chattr +i /data/local/tmp/x86_64-lldb-server Then on host lldbclient.py -r test Fails as expected with with "operation not permitted" Change-Id: Ie22f41bb90809c2f9bafaee0be6a151d9b017502