commit | badaac45fee6e39dd74001ea3b2aa954afb37999 | [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 14:56:25 2016 -0700 |
tree | 610e17fb688dae99e70f71389b1ae2cffa58e81d | |
parent | c8db4817809e163d887f7955a03ad0f97159f12b [diff] |
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