commit | 37d7d67ca216972cba9259aa5866220d6abfaf14 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Sat Sep 24 15:31:34 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Sep 29 18:06:04 2016 +0000 |
tree | 535d8abf400b2fba9502fe05051376b94cd5807b | |
parent | a8c0d0b43a2f46afeada2bf0960232b4b0890b07 [diff] |
DO NOT MERGE Report uncrypt errors in details Add the error codes for uncrypt and report the failure details in uncrypt_status. Test: uncrypt_error logs correctly in last_install Bug: 31603820 Change-Id: I8e0de845ce1707b6f8f5ae84564c5e93fd5f5ef5 (cherry picked from commit da44cf18f3ce4bbffa85ad0a50bb25e9cb54a86d)
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test