commit | dd874b1c87eb04f28db0db2629df0adde568a74c | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri May 13 12:13:15 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon May 16 14:54:37 2016 -0700 |
tree | 9d62a7c64f5e383021178dfefaad5163d2decf26 | |
parent | 087c5edd8dc1e7d46a38ff2df220c29e96b17a1b [diff] |
Add time and I/O info to last_install One example of last_install is: /sideload/package.zip 1 time_total: 101 bytes_written_system: 14574000 bytes_stashed_system: 100 bytes_written_vendor: 5107400 bytes_stashed_vendor: 0 Bug: 28658632 Change-Id: I4bf79ea71a609068d38fbce6b41bcb892524aa7a
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