From c4606c4ca2fab46cde3f07ccaf9b17653af2a6df Mon Sep 17 00:00:00 2001 From: Salih Date: Fri, 3 Jan 2025 00:10:51 +0300 Subject: [PATCH] Update test.c without g5 At ARM32, Lineage OS (Android 10) phone Application working and starting nice, crashing very fast --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index bad2a75..39a415c 100644 --- a/test.c +++ b/test.c @@ -459,7 +459,7 @@ void * JavscriptThread( void * v ) env->DeleteLocalRef( envptr, clazzz ); } - if( strcmp( name, "z5" ) == 0 ) + if( strcmp( name, "z5" ) == 0 || strcmp( name, "g5" ) == 0 ) { // Special, Some Androids (notably Meta Quest) use a different private message type. jfieldID mstrf = env->GetFieldID( envptr, innerClass, "a", "[B" );