From e8e1ddccd616e8226b7cc1e4e9fdb327429249e8 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 5 Jan 2012 23:21:27 +0000 Subject: Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: Ia5d301248024df26c2a29dabdfe738e39ec87c82 --- vm/AllocTracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/AllocTracker.cpp') diff --git a/vm/AllocTracker.cpp b/vm/AllocTracker.cpp index 8ea3c058d..a3e39e71c 100644 --- a/vm/AllocTracker.cpp +++ b/vm/AllocTracker.cpp @@ -188,7 +188,7 @@ void dvmDoTrackAllocation(ClassObject* clazz, size_t size) { Thread* self = dvmThreadSelf(); if (self == NULL) { - LOGW("alloc tracker: no thread"); + ALOGW("alloc tracker: no thread"); return; } -- cgit v1.2.3