summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-12-07 18:30:58 +0000
committerMark Salyzyn <salyzyn@google.com>2015-12-07 18:30:58 +0000
commit9e18cdcebd893fbbb2369d893be219a7d832865f (patch)
treed4f5b63389a69e0102f63758d42a3737161c0ddc /include
parent77b5696b1dea6f7afed89e113e479f4a131c14fc (diff)
downloadcore-9e18cdcebd893fbbb2369d893be219a7d832865f.tar.gz
core-9e18cdcebd893fbbb2369d893be219a7d832865f.tar.bz2
core-9e18cdcebd893fbbb2369d893be219a7d832865f.zip
Revert "logd: liblog: logcat: switch to android_log_clockid()"
This reverts commit 77b5696b1dea6f7afed89e113e479f4a131c14fc. Change-Id: I7711bf1a7e3f72ed29a2498d7287b725a0e624bd
Diffstat (limited to 'include')
-rw-r--r--include/log/logger.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/log/logger.h b/include/log/logger.h
index 03e84511b..c795253c9 100644
--- a/include/log/logger.h
+++ b/include/log/logger.h
@@ -11,8 +11,6 @@
#define _LIBS_LOG_LOGGER_H
#include <stdint.h>
-#include <time.h>
-
#include <log/log.h>
#include <log/log_read.h>
@@ -185,7 +183,7 @@ struct logger_list *android_logger_list_open(log_id_t id,
pid_t pid);
#define android_logger_list_close android_logger_list_free
-clockid_t android_log_clockid();
+char android_log_timestamp();
/*
* log_id_t helpers