diff options
Diffstat (limited to 'vm/Common.h')
-rw-r--r-- | vm/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/Common.h b/vm/Common.h index 55ae79bef..abab42374 100644 --- a/vm/Common.h +++ b/vm/Common.h @@ -45,7 +45,7 @@ #if !defined(NDEBUG) && defined(WITH_DALVIK_ASSERT) # undef assert # define assert(x) \ - ((x) ? ((void)0) : (LOGE("ASSERT FAILED (%s:%d): %s", \ + ((x) ? ((void)0) : (ALOGE("ASSERT FAILED (%s:%d): %s", \ __FILE__, __LINE__, #x), *(int*)39=39, (void)0) ) #endif |