commit | 4425c1d960234ae5db904b199ccf39c4ec64b37f | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Feb 10 13:47:32 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Wed Feb 10 15:32:19 2016 -0800 |
tree | df49745acfb355aefb64c160a04ba47bb63dda5b | |
parent | c213a7c1d1eb0c6ab9bbe08c7375e8814a59a3ac [diff] |
Fix some memory leaks. Bug: 26906328 Change-Id: Iebaf03db0cb3054f91715f8c849be6087d01b27b
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