diff options
author | Steve Block <steveblock@google.com> | 2012-01-04 19:19:03 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-17 17:56:19 +0000 |
commit | 4163b45949c0382f0370bc2a25fcbb6c07c4c5eb (patch) | |
tree | 0099e8bd716395b471da920f8cef43a02c59b403 /libpixelflinger/codeflinger | |
parent | 9786ec417ffd59e15b1c659862521e8da21d185d (diff) | |
download | system_core-4163b45949c0382f0370bc2a25fcbb6c07c4c5eb.zip system_core-4163b45949c0382f0370bc2a25fcbb6c07c4c5eb.tar.gz system_core-4163b45949c0382f0370bc2a25fcbb6c07c4c5eb.tar.bz2 |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)
Change-Id: I929ea38bc6fe6efeefa7870c8e7e4c19cd0029b3
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)) { |