OSDN Git Service

Deprecate <cutils/log.h> and <utils/Log.h>
authorLogan Chien <loganchien@google.com>
Mon, 23 Apr 2018 05:37:39 +0000 (13:37 +0800)
committerLogan Chien <loganchien@google.com>
Wed, 2 May 2018 04:10:19 +0000 (12:10 +0800)
commit188b0ab7b3759b8810413883833f7a1e66948743
treedbbc61f1e5a3394c5622fd0ff1dff2e35e704a0a
parent3f2b122cd254bddf7bd4af9eb07126f48a6fbf45
Deprecate <cutils/log.h> and <utils/Log.h>

This commit replaces <cutils/log.h> and <utils/Log.h> with <log/log.h>.

Background:
<cutils/log.h> has been moved to <log/log.h> for a while.  Both
<cutils/log.h> and <utils/Log.h> simply includes <log/log.h> for
backward compatibility.  This commit is a part of the effort to remove
<cutils/log.h> and <utils/Log.h> from the source tree eventually.

Bug: 78370064
Test: lunch aosp_walleye-userdebug && cd system/vold && mma
Change-Id: I1f9b7b132f9c35469e97556a30b521cc47e829d7
cryptfs.cpp
fs/Ext4.cpp