aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-09-10 15:32:24 -0700
committerSteve Kondik <steve@cyngn.com>2015-11-07 19:23:31 -0800
commit7e9b637c45449d2d4607c9f5ba681deb39c5b230 (patch)
treeb3dc4bc01ad44a3049211b798dc44de5b2949cca /Android.mk
parent9a8ffac5443031931b92b240f58dcb56d7ba95de (diff)
downloadbootable_recovery-7e9b637c45449d2d4607c9f5ba681deb39c5b230.zip
bootable_recovery-7e9b637c45449d2d4607c9f5ba681deb39c5b230.tar.gz
bootable_recovery-7e9b637c45449d2d4607c9f5ba681deb39c5b230.tar.bz2
recovery: Add timestamps in update logs.
Fork a logger process and send over the log lines through a pipe. Prepend a timestamp to each line for debugging purpose. Timestamps are relative to the start of the logger. Example lines with the change in this CL: [ 445.948393] Verifying update package... [ 446.279139] I:comment is 1738 bytes; signature 1720 bytes from end [ 449.463652] I:whole-file signature verified against RSA key 0 [ 449.463704] I:verify_file returned 0 Change-Id: I139d02ed8f2e944c1618c91d5cc43282efd50b99
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5c3b8d8..3db2656 100644
--- a/Android.mk
+++ b/Android.mk
@@ -81,6 +81,7 @@ LOCAL_STATIC_LIBRARIES := \
libselinux \
libm \
libc \
+ libc++_static \
libz
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin