android: it doesn't hurt to log the document filename on load
Change-Id: I18554052e543a8799ebb45727947a3466b1c793c
This commit is contained in:
committed by
Miklos Vajna
parent
79317f2fef
commit
4c9030beff
@@ -49,6 +49,8 @@ public class LOKitTileProvider implements TileProvider, Document.MessageCallback
|
||||
mOffice = new Office(LibreOfficeKit.getLibreOfficeKitHandle());
|
||||
|
||||
mInputFile = input;
|
||||
|
||||
Log.i(LOGTAG, "====> Loading file '" + input + "'");
|
||||
mDocument = mOffice.documentLoad(input);
|
||||
|
||||
if (mDocument == null) {
|
||||
|
Reference in New Issue
Block a user