commit | b580027c159ca1a7fc08040c936cb8384a611998 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 17 23:56:30 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 17 23:56:30 2016 +0000 |
tree | c3937a78321bc572fcc2c6a95f23e0806cc3e968 | |
parent | 8b3336b2e62c751cbafd1fad420e1a6503492c42 [diff] | |
parent | cc34bf13ef35ada1779233040d8ca4c68c09d5ec [diff] |
"view recovery logs" will show /tmp/recovery.log am: 62ab2a0fbc am: a44d4355ba am: cc34bf13ef Change-Id: Ic0243ec1db8713cf796b9a37f45a2ef1e5b5010a
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