Move the sleep (for attaching debugger) earlier
Change-Id: I3183ed3da25bd0fbd2121f235f209edb51a21d2e
This commit is contained in:
parent
cf4f6a71ff
commit
62f030133d
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue