From 7e9b637c45449d2d4607c9f5ba681deb39c5b230 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 10 Sep 2015 15:32:24 -0700 Subject: 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 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') 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 -- cgit v1.1