commit | cc34bf13ef35ada1779233040d8ca4c68c09d5ec | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 17 23:43:20 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 17 23:43:20 2016 +0000 |
tree | 1e8903709d97935081b5a66e5eea096efa20f765 | |
parent | d93f541679534f40ff8758d1abc30f3b0dd7758a [diff] | |
parent | a44d4355ba63550eafcab304400440bb48512682 [diff] |
"view recovery logs" will show /tmp/recovery.log am: 62ab2a0fbc am: a44d4355ba Change-Id: I0c3211372fb282da76fbcbcd6c56524fcfffa816
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