commit | a44d4355ba63550eafcab304400440bb48512682 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 17 23:40:48 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 17 23:40:48 2016 +0000 |
tree | 765f3450ecba5ba4f7c08fd2638a71cf536365d4 | |
parent | 0d345b67311d97f630d0197a62f6f1110271df59 [diff] | |
parent | 62ab2a0fbcbf1da5ae671e7b87143e65ad8616ae [diff] |
"view recovery logs" will show /tmp/recovery.log am: 62ab2a0fbc Change-Id: I6acbbfd21b370df044413c4d15414b612b5654bb
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