OSDN Git Service

Tidy logging code not using UNIMPLEMENTED.
authorIan Rogers <irogers@google.com>
Fri, 24 Oct 2014 21:20:06 +0000 (14:20 -0700)
committerIan Rogers <irogers@google.com>
Fri, 24 Oct 2014 21:23:42 +0000 (14:23 -0700)
commit2c4257be8191c5eefde744e8965fcefc80a0a97d
tree9db3e1f1c60f2df29638ba3ce9d5d5bb8b26ca2c
parent98c271d517bc4d25fc6879b4b8e35ea93885d9e2
Tidy logging code not using UNIMPLEMENTED.

Change-Id: I7a79c1671a6ff8b2040887133b3e0925ef9a3cfe
34 files changed:
compiler/common_compiler_test.cc
compiler/compiler.cc
compiler/dex/quick/arm64/utility_arm64.cc
compiler/image_writer.cc
compiler/jni/portable/jni_compiler.cc
compiler/utils/arena_object.h
compiler/utils/arm/assembler_arm.cc
compiler/utils/arm/assembler_arm32.cc
compiler/utils/arm/assembler_thumb2.cc
disassembler/disassembler_x86.cc
runtime/class_linker.cc
runtime/dex_file.cc
runtime/dex_instruction.cc
runtime/entrypoints/entrypoint_utils-inl.h
runtime/entrypoints/portable/portable_trampoline_entrypoints.cc
runtime/entrypoints/quick/quick_alloc_entrypoints.cc
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
runtime/gc/collector/mark_sweep.cc
runtime/gc/gc_cause.cc
runtime/gc/heap.cc
runtime/gc/space/bump_pointer_space.cc
runtime/gc/space/space.cc
runtime/gc/space/zygote_space.cc
runtime/interpreter/interpreter.cc
runtime/interpreter/interpreter_common.cc
runtime/mirror/art_method-inl.h
runtime/mirror/object-inl.h
runtime/monitor.cc
runtime/native/dalvik_system_VMRuntime.cc
runtime/native/java_lang_System.cc
runtime/quick_exception_handler.h
runtime/stack.cc
runtime/stack_map.h
runtime/thread.cc