Files
android_development/python-packages
Nikita Putikhin 3803ec7f07 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
2023-07-20 10:06:41 +00:00
..
2023-01-18 22:23:38 +00:00
2016-08-16 17:12:38 -07:00
2020-05-08 11:41:32 -07:00
2023-01-18 22:23:38 +00:00
2016-01-08 13:43:53 -08:00
2022-03-24 12:22:59 -07:00