commit | 3505666137614cbe77f4581a436b78c1ed5fd597 | [log] [tgz] |
---|---|---|
author | Mike Ma <yanmin@google.com> | Thu Dec 06 13:32:59 2018 -0800 |
committer | Mike Ma <yanmin@google.com> | Thu Dec 06 13:34:21 2018 -0800 |
tree | 69678f8b4f631cf7a3f1245de8b6282b066bd83b | |
parent | 7ae9663d6c08f127a19ca4e94e8fead08ad88f1e [diff] |
Remove deprecated cutils/log.h Test: build Change-Id: I6f9b400173618bdf31ddbd8eacedea62669dfa27
diff --git a/cmds/incidentd/src/FdBuffer.cpp b/cmds/incidentd/src/FdBuffer.cpp index 74cda1d..04819ec 100644 --- a/cmds/incidentd/src/FdBuffer.cpp +++ b/cmds/incidentd/src/FdBuffer.cpp
@@ -18,7 +18,7 @@ #include "FdBuffer.h" -#include <cutils/log.h> +#include <log/log.h> #include <utils/SystemClock.h> #include <fcntl.h>
diff --git a/cmds/incidentd/src/IncidentService.cpp b/cmds/incidentd/src/IncidentService.cpp index 3d892ad..f8fb4a6 100644 --- a/cmds/incidentd/src/IncidentService.cpp +++ b/cmds/incidentd/src/IncidentService.cpp
@@ -29,7 +29,7 @@ #include <binder/IResultReceiver.h> #include <binder/IServiceManager.h> #include <binder/IShellCallback.h> -#include <cutils/log.h> +#include <log/log.h> #include <private/android_filesystem_config.h> #include <utils/Looper.h>
diff --git a/cmds/incidentd/src/PrivacyBuffer.cpp b/cmds/incidentd/src/PrivacyBuffer.cpp index 6967e33..08f535d 100644 --- a/cmds/incidentd/src/PrivacyBuffer.cpp +++ b/cmds/incidentd/src/PrivacyBuffer.cpp
@@ -21,7 +21,7 @@ #include <android-base/file.h> #include <android/util/protobuf.h> -#include <cutils/log.h> +#include <log/log.h> namespace android { namespace os {