From ec193dec4d9ca2cfc8295c4becfe950a906a15ed Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 9 Jan 2012 18:35:44 +0000 Subject: Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE See https://android-git.corp.google.com/g/157519 Bug: 5449033 Change-Id: I8ceb2dba1b031a0fd68d15d146960d9ced62bbf3 --- services/jni/onload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/jni') diff --git a/services/jni/onload.cpp b/services/jni/onload.cpp index 286ae91..c7beb5f 100644 --- a/services/jni/onload.cpp +++ b/services/jni/onload.cpp @@ -46,7 +46,7 @@ extern "C" jint JNI_OnLoad(JavaVM* vm, void* reserved) ALOGE("GetEnv failed!"); return result; } - LOG_ASSERT(env, "Could not retrieve the env!"); + ALOG_ASSERT(env, "Could not retrieve the env!"); register_android_server_PowerManagerService(env); register_android_server_InputApplicationHandle(env); -- cgit v1.1