From fe71a61e5b0cb666675900d206251a7c18ed944b Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 4 Jan 2012 19:19:03 +0000 Subject: Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Bug: 5449033 Change-Id: I4951baa981f09a84ce483e3d1bd0f9ebe009035f --- libpixelflinger/codeflinger/ARMAssembler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpixelflinger/codeflinger') diff --git a/libpixelflinger/codeflinger/ARMAssembler.cpp b/libpixelflinger/codeflinger/ARMAssembler.cpp index 4726a08..0dc5037 100644 --- a/libpixelflinger/codeflinger/ARMAssembler.cpp +++ b/libpixelflinger/codeflinger/ARMAssembler.cpp @@ -177,7 +177,7 @@ int ARMAssembler::generate(const char* name) // the instruction cache is flushed by CodeCache const int64_t duration = ggl_system_time() - mDuration; const char * const format = "generated %s (%d ins) at [%p:%p] in %lld ns\n"; - LOGI(format, name, int(pc()-base()), base(), pc(), duration); + ALOGI(format, name, int(pc()-base()), base(), pc(), duration); #if defined(WITH_LIB_HARDWARE) if (__builtin_expect(mQemuTracing, 0)) { -- cgit v1.1