summaryrefslogtreecommitdiffstats
path: root/vm/analysis/VfyBasicBlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/analysis/VfyBasicBlock.cpp')
-rw-r--r--vm/analysis/VfyBasicBlock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/analysis/VfyBasicBlock.cpp b/vm/analysis/VfyBasicBlock.cpp
index 89763532b..77a21c648 100644
--- a/vm/analysis/VfyBasicBlock.cpp
+++ b/vm/analysis/VfyBasicBlock.cpp
@@ -133,7 +133,7 @@ static bool addToPredecessor(VerifierData* vdata, VfyBasicBlock* curBlock,
* (pointless) conditional branch to the next instruction will
* trip over this.
*/
- LOGV("ODD: point set for targ=0x%04x (%p) already had block "
+ ALOGV("ODD: point set for targ=0x%04x (%p) already had block "
"fir=0x%04x (%p)",
targetIdx, targetBlock, curBlock->firstAddr, curBlock);
}
@@ -391,7 +391,7 @@ bool dvmComputeVfyBasicBlocks(VerifierData* vdata)
handlerList = handlerListAlloc;
}
- LOGV("+++ start=%x end=%x numHan=%d",
+ ALOGV("+++ start=%x end=%x numHan=%d",
tryStart, tryEnd, numHandlers);
tryIndex++;