diff options
| author | 2012-01-05 14:07:02 -0800 | |
|---|---|---|
| committer | 2012-01-05 14:07:02 -0800 | |
| commit | bd47cac4dfc8440a848b33107cba1d6773f3e124 (patch) | |
| tree | 90def33029a99f96318ef4661203f24cce060f07 /libs/utils/Asset.cpp | |
| parent | c726ff02c7749f134885decadd2ea86877119c3d (diff) | |
| parent | 6215d3ff4b5dfa52a5d8b9a42e343051f31066a5 (diff) | |
Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"
Diffstat (limited to 'libs/utils/Asset.cpp')
| -rw-r--r-- | libs/utils/Asset.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/utils/Asset.cpp b/libs/utils/Asset.cpp index 7c34c6a35173..07693bbd5661 100644 --- a/libs/utils/Asset.cpp +++ b/libs/utils/Asset.cpp @@ -89,7 +89,7 @@ Asset::Asset(void) gTail->mNext = this; gTail = this; } - //LOGI("Creating Asset %p #%d\n", this, gCount); + //ALOGI("Creating Asset %p #%d\n", this, gCount); } Asset::~Asset(void) @@ -109,7 +109,7 @@ Asset::~Asset(void) mPrev->mNext = mNext; } mNext = mPrev = NULL; - //LOGI("Destroying Asset in %p #%d\n", this, gCount); + //ALOGI("Destroying Asset in %p #%d\n", this, gCount); } /* |