commit | c158cf0a1418d52530d0e4cb1facb83270aacc29 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 17 22:05:16 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 17 22:05:16 2016 +0000 |
tree | 572c607950ac07d51aa958d5c142c6371fb95037 | |
parent | cb76857147522402a1202ea84c63da3c7452fcd6 [diff] | |
parent | a54f75ede8f5404c2c55b4f928e73fe9c908298e [diff] |
Merge ""view recovery logs" will show /tmp/recovery.log"
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