android_system_core/adb/client
Elliott Hughes 7fb1407125 adb: log more detail on failure to read keys.
Before we just got "Failed to read key". After:

  adb E 10-07 08:20:14 258249 258249 auth.cpp:176] Failed to read key \
    from '/usr/local/google/home/enh/.android/adbkey'
  94390117965240:error:0900006e:PEM routines:OPENSSL_internal:NO_START_LINE:\
    external/boringssl/src/crypto/pem/pem_lib.c:622:Expecting: ANY PRIVATE KEY

Also fix the misleading "Failed to generate" message from adb_auth_init.

Bug: http://b/141715453
Test: manually corrupted key; see above
Change-Id: I6732ee6b683c8548d596d7c22eeddab8ce9a3cea
2019-10-07 08:25:42 -07:00
..
adb_client.cpp Merge "[adb] Cache features set inside the client process" 2019-08-09 00:40:51 +00:00
adb_client.h adb: don't manually construct device selection prefix in forward. 2019-08-06 16:43:34 -07:00
adb_install.cpp FastDeploy refactor: 2+GB APK support, optimizations, tests. 2019-10-02 13:25:03 -07:00
adb_install.h
auth.cpp adb: log more detail on failure to read keys. 2019-10-07 08:25:42 -07:00
bugreport.cpp
bugreport.h
commandline.cpp FastDeploy refactor: 2+GB APK support, optimizations, tests. 2019-10-02 13:25:03 -07:00
commandline.h FastDeploy refactor: 2+GB APK support, optimizations, tests. 2019-10-02 13:25:03 -07:00
console.cpp NFC: Fix potentially uninitialized 'port' variable. 2019-05-09 12:55:41 -07:00
fastdeploy.cpp FastDeploy refactor: 2+GB APK support, optimizations, tests. 2019-10-02 13:25:03 -07:00
fastdeploy.h FastDeploy refactor: 2+GB APK support, optimizations, tests. 2019-10-02 13:25:03 -07:00
fastdeploycallbacks.cpp FastDeploy refactor: 2+GB APK support, optimizations, tests. 2019-10-02 13:25:03 -07:00
fastdeploycallbacks.h FastDeploy refactor: 2+GB APK support, optimizations, tests. 2019-10-02 13:25:03 -07:00
file_sync_client.cpp adb: fix infinite loop when attempting to push to //foo. 2019-09-26 01:56:58 +08:00
file_sync_client.h
line_printer.cpp
line_printer.h
main.cpp
transport_mdns.cpp adb: move fdevent to its own folder. 2019-07-08 14:37:27 -07:00
usb_dispatch.cpp adb: make `adb reconnect` perform a USB reset. 2019-03-28 15:47:44 -07:00
usb_libusb.cpp adb: make `adb reconnect` perform a USB reset. 2019-03-28 15:47:44 -07:00
usb_linux.cpp adb: fragment host linux USB writes when needed. 2019-09-17 14:48:16 +08:00
usb_osx.cpp adb: fix mac build breakage. 2019-04-02 16:31:32 -07:00
usb_windows.cpp adb: make `adb reconnect` perform a USB reset. 2019-03-28 15:47:44 -07:00