am ba7f0d2a: Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)"
* commit 'ba7f0d2a03643ce429421b81febf18fd50473070': Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)
This commit is contained in:
committed by
Android Git Automerger
commit
f40f28e2d2
@@ -97,7 +97,7 @@ static jint android_net_utils_resetConnections(JNIEnv* env, jobject clazz,
|
|||||||
|
|
||||||
const char *nameStr = env->GetStringUTFChars(ifname, NULL);
|
const char *nameStr = env->GetStringUTFChars(ifname, NULL);
|
||||||
|
|
||||||
LOGD("android_net_utils_resetConnections in env=%p clazz=%p iface=%s mask=0x%x\n",
|
ALOGD("android_net_utils_resetConnections in env=%p clazz=%p iface=%s mask=0x%x\n",
|
||||||
env, clazz, nameStr, mask);
|
env, clazz, nameStr, mask);
|
||||||
|
|
||||||
result = ::ifc_reset_connections(nameStr, mask);
|
result = ::ifc_reset_connections(nameStr, mask);
|
||||||
|
|||||||
Reference in New Issue
Block a user