We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fffd4 commit 4bc4d20Copy full SHA for 4bc4d20
engine/src/java/com/runrev/android/Engine.java
@@ -334,10 +334,12 @@ public String loadExternalLibrary(String name)
334
}
335
catch ( UnsatisfiedLinkError e )
336
{
337
+ Log.i("revandroid", e.toString());
338
return null;
339
340
catch ( SecurityException e )
341
342
343
344
345
engine/src/mblandroiddc.cpp
@@ -1315,7 +1315,7 @@ static void *mobile_main(void *arg)
1315
t_options.app_code_path = nullptr;
1316
if (!X_init(t_options))
1317
1318
- MCLog("X_init failed");
+ MCLog("X_init failed %@", MCresult->getvalueref());
1319
1320
// IM-2013-05-01: [[ BZ 10586 ]] signal java ui thread to exit
1321
// finish LiveCodeActivity
0 commit comments