mirror of
https://github.com/followmsi/android_hardware_qcom_media.git
synced 2024-10-31 22:47:35 +00:00
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I897aac93e9acf658be04c9d742cc1a212f6b8f40
This commit is contained in:
parent
c937e739c0
commit
31f453ab7b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifdef _ANDROID_
|
||||
#include <utils/Log.h>
|
||||
#define DEBUG_PRINT_ERROR LOGE
|
||||
#define DEBUG_PRINT LOGI
|
||||
#define DEBUG_PRINT ALOGI
|
||||
#define DEBUG_DETAIL ALOGV
|
||||
#else
|
||||
#define DEBUG_PRINT_ERROR printf
|
||||
|
|
Loading…
Reference in a new issue