commit | 2566b31b9b131581d0686e95e5eae3a4036b3fff | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Feb 11 00:48:55 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Feb 11 00:48:55 2016 +0000 |
tree | 4ae47c31acf896d92d19efe61c2289e47b8d9c39 | |
parent | 4f0eb3e23a8f13d782a79bf76f95869d403b46e5 [diff] | |
parent | 71c657a10e39cc99b718fd88784c1437c10fb79e [diff] |
Merge "Fix some memory leaks." am: 71c657a10e * commit '71c657a10e39cc99b718fd88784c1437c10fb79e': Fix some memory leaks.
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