Merge "Update language to comply with Android's inclusive language guidance" am: feee9563e1 am: d5b8b0db79

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374618

Change-Id: I28545b3ef78321bc0e4f7240f20da3f819a6e46d
This commit is contained in:
Treehugger Robot
2020-07-28 20:34:33 +00:00
committed by Automerger Merge Worker

View File

@@ -235,7 +235,7 @@ static jint nativeOpenHal(JNIEnv* env, jobject clazz) {
return 0; return 0;
} }
// Sanity check - remove // Soundness check - remove
if (gContext.device->notify != hal_notify_callback) { if (gContext.device->notify != hal_notify_callback) {
ALOGE("NOTIFY not set properly: %p != %p", gContext.device->notify, hal_notify_callback); ALOGE("NOTIFY not set properly: %p != %p", gContext.device->notify, hal_notify_callback);
} }