Move the sleep (for attaching debugger) earlier

Change-Id: I3183ed3da25bd0fbd2121f235f209edb51a21d2e
This commit is contained in:
Tor Lillqvist 2012-05-16 18:30:40 +03:00
parent cf4f6a71ff
commit 62f030133d

View file

@ -59,15 +59,15 @@ public class DocumentLoader
Bootstrap.dlopen("libswdlo.so");
Bootstrap.dlopen("libswlo.so");
Log.i(TAG, "Sleeping NOW");
Thread.sleep(20000);
com.sun.star.uno.XComponentContext xContext = null;
xContext = com.sun.star.comp.helper.Bootstrap.defaultBootstrap_InitialComponentContext();
Log.i(TAG, "xContext is" + (xContext!=null ? " not" : "") + " null");
Log.i(TAG, "Sleeping NOW");
Thread.sleep(20000);
com.sun.star.lang.XMultiComponentFactory xMCF =
xContext.getServiceManager();