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/scanline.cpp | |
| parent | 9786ec417ffd59e15b1c659862521e8da21d185d (diff) | |
| download | system_core-4163b45949c0382f0370bc2a25fcbb6c07c4c5eb.tar.gz system_core-4163b45949c0382f0370bc2a25fcbb6c07c4c5eb.tar.bz2 system_core-4163b45949c0382f0370bc2a25fcbb6c07c4c5eb.zip | |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)
Change-Id: I929ea38bc6fe6efeefa7870c8e7e4c19cd0029b3
Diffstat (limited to 'libpixelflinger/scanline.cpp')
| -rw-r--r-- | libpixelflinger/scanline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpixelflinger/scanline.cpp b/libpixelflinger/scanline.cpp index a37b47e1..043a37ca 100644 --- a/libpixelflinger/scanline.cpp +++ b/libpixelflinger/scanline.cpp @@ -351,7 +351,7 @@ static void pick_scanline(context_t* c) } #if DEBUG_NEEDS - LOGI("Needs: n=0x%08x p=0x%08x t0=0x%08x t1=0x%08x", + ALOGI("Needs: n=0x%08x p=0x%08x t0=0x%08x t1=0x%08x", c->state.needs.n, c->state.needs.p, c->state.needs.t[0], c->state.needs.t[1]); #endif @@ -395,7 +395,7 @@ static void pick_scanline(context_t* c) c->scanline_as->decStrong(c); } - //LOGI("using generated pixel-pipeline"); + //ALOGI("using generated pixel-pipeline"); c->scanline_as = assembly.get(); c->scanline_as->incStrong(c); // hold on to assembly c->scanline = (void(*)(context_t* c))assembly->base(); |
