commit | da44cf18f3ce4bbffa85ad0a50bb25e9cb54a86d | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Sat Sep 24 15:31:34 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon Sep 26 22:48:45 2016 -0700 |
tree | 6afe76ad7ab69dd255f176b5a1a53d40793fad7e | |
parent | 95afc912fb4a30f3522facde0686597aa1505017 [diff] |
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
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