summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2016-09-28 17:54:45 -0500
committerMark Salyzyn2016-09-30 14:47:05 -0500
commit0dd4431072cce3c62876b728cb20aa5b77b11a8d (patch)
tree0b74770f2695473c01ddb2297726896bf4d8c9a1 /logd/LogTimes.h
parent23ed4c242a01052696dde84babd7631a7ec5a691 (diff)
downloadplatform-system-core-0dd4431072cce3c62876b728cb20aa5b77b11a8d.tar.gz
platform-system-core-0dd4431072cce3c62876b728cb20aa5b77b11a8d.tar.xz
platform-system-core-0dd4431072cce3c62876b728cb20aa5b77b11a8d.zip
logd: logcat: Replace log/log.h with android/log.h
Should use android/log.h instead of log/log.h as a good example to all others. Test: Compile Bug: 26552300 Bug: 31289077 Change-Id: If4c9711eb57267d4707b03d54a932af9de241b13
Diffstat (limited to 'logd/LogTimes.h')
-rw-r--r--logd/LogTimes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogTimes.h b/logd/LogTimes.h
index b66ff9e59..84019533d 100644
--- a/logd/LogTimes.h
+++ b/logd/LogTimes.h
@@ -23,8 +23,8 @@
23 23
24#include <list> 24#include <list>
25 25
26#include <android/log.h>
26#include <sysutils/SocketClient.h> 27#include <sysutils/SocketClient.h>
27#include <log/log.h>
28 28
29class LogReader; 29class LogReader;
30class LogBufferElement; 30class LogBufferElement;