commit | 4e4474c9c596e1feda81a97e7c4e95b5d2e68467 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 17 22:07:44 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 17 22:07:44 2016 +0000 |
tree | a183838e4cddfa688cbb449ca3d3093b3dc64e62 | |
parent | 2f5cfdbb9d337cec54eb7cccafb4b5e20457c013 [diff] | |
parent | c158cf0a1418d52530d0e4cb1facb83270aacc29 [diff] |
Merge ""view recovery logs" will show /tmp/recovery.log" am: c158cf0a14 Change-Id: I1485c1c84a7caa20b11da4fd2561e0dba95fc39b
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