OSDN Git Service

am e421d118: am 007c01f8: Merge "Fix a minor leak in dvmCreateInlineSubsTable"
[android-x86/dalvik.git] / vm / compiler / InlineTransformation.cpp
index 53278a7..650340c 100644 (file)
@@ -73,7 +73,7 @@ static bool inlineGetter(CompilationUnit *cUnit,
 
     /* Expecting vA to be the destination register */
     if (dfFlags & (DF_UA | DF_UA_WIDE)) {
-        LOGE("opcode %d has DF_UA set (not expected)", getterInsn.opcode);
+        ALOGE("opcode %d has DF_UA set (not expected)", getterInsn.opcode);
         dvmAbort();
     }