summaryrefslogtreecommitdiffstats
path: root/vm/alloc/Copying.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/alloc/Copying.cpp')
-rw-r--r--vm/alloc/Copying.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/alloc/Copying.cpp b/vm/alloc/Copying.cpp
index 9160158d3..0940e9d6c 100644
--- a/vm/alloc/Copying.cpp
+++ b/vm/alloc/Copying.cpp
@@ -1575,7 +1575,7 @@ static void scavengeThreadStack(Thread *thread)
* some value.
*/
if (saveArea->xtra.currentPc != thread->currentPc2) {
- LOGW("PGC: savedPC(%p) != current PC(%p), %s.%s ins=%p",
+ ALOGW("PGC: savedPC(%p) != current PC(%p), %s.%s ins=%p",
saveArea->xtra.currentPc, thread->currentPc2,
method->clazz->descriptor, method->name, method->insns);
if (saveArea->xtra.currentPc != NULL)