commit | d93f541679534f40ff8758d1abc30f3b0dd7758a | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Aug 17 22:13:12 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 17 22:13:12 2016 +0000 |
tree | 1e8903709d97935081b5a66e5eea096efa20f765 | |
parent | 63e4cc1d1613ba958fe0b550d0392b6d46058f26 [diff] | |
parent | e254b4e9e4ac843e3e2ac9c81b600b7f8d024a0b [diff] |
Merge ""view recovery logs" will show /tmp/recovery.log" am: c158cf0a14 am: 4e4474c9c5 am: e254b4e9e4 Change-Id: Iedaed39a62f9756c0dc8122a40ea7db2c21f1c30
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