commit | a8c0d0b43a2f46afeada2bf0960232b4b0890b07 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Sep 26 11:39:14 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Sep 26 22:10:07 2016 -0700 |
tree | 23b3780c79e732daccd802ecd305e86280ca2f2e | |
parent | 41a3fd4e202168fc58f9955f7bcac43121f55fc5 [diff] |
DO NOT MERGE Duplicate the last_install content into last_log. Currently we save the OTA metrics in last_install, which keeps the data for the _last_ install only. This CL logs the same content into last_log so that we keep the metrics for every install. Bug: 31607469 Test: Apply an update (via OTA and sideload) and check last_log and last_install. Change-Id: Id8f174d79534fddc9f06d72a4e69b2b1d8ab186c (cherry picked from commit f4885adc189f246ac3c651aa5cb2e74a240f3f1e)
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