The following commits introduced the issue: 75776a76 482698a6 Please apply to SEAndroidManager branch master Change-Id: Id6f0ca6da33a001cf86b6ad4e83cbc2e523880c7 --- jni/exception.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jni/exception.c b/jni/exception.c index 4189fe2..22bc1a7 100644 --- a/jni/exception.c +++ b/jni/exception.c @@ -23,10 +23,10 @@ throwNoClassDefError(JNIEnv *env, char *message) { exClass = (*env)->FindClass( env, className ); if(exClass == NULL) { - ALOGE("Could no throw java/lang/NoClassDefFoundError"); - /* If this happens, the program is out of control */ - exit(42); - } + ALOGE("Could not throw java/lang/NoClassDefFoundError"); + /* If this happens, the program is out of control */ + exit(42); + } return (*env)->ThrowNew( env, exClass, message ); } -- 1.7.0.4 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.