diff options
author | Steve Block <steveblock@google.com> | 2012-01-04 19:19:03 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-04 19:23:34 +0000 |
commit | fe71a61e5b0cb666675900d206251a7c18ed944b (patch) | |
tree | e76dbede05c1e6b92ea4e05878745c6d21ed9d4b /libpixelflinger/codeflinger | |
parent | 8d66c49258ac4f59bd67c23c9c914cca81f85b01 (diff) | |
download | system_core-fe71a61e5b0cb666675900d206251a7c18ed944b.zip system_core-fe71a61e5b0cb666675900d206251a7c18ed944b.tar.gz system_core-fe71a61e5b0cb666675900d206251a7c18ed944b.tar.bz2 |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I4951baa981f09a84ce483e3d1bd0f9ebe009035f
Diffstat (limited to 'libpixelflinger/codeflinger')
-rw-r--r-- | libpixelflinger/codeflinger/ARMAssembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |