diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-06-30 07:56:12 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-06-30 14:48:04 +0200 |
commit | cd77f78755a9aeee0237eaefe06483182e447908 (patch) | |
tree | 116ee1259b217a89403eea3544229a7c4518fcdb /sal | |
parent | d2eeb05da67bd8e205821b92fd028f7c7114e99a (diff) |
android: Enable debugging messages as the first thing we do.
Additionally log what we are trying to open - very useful for debugging
bootstrap problems ;-)
Change-Id: I942b144d97a57cbcb709b2d67029bfa09b339be2
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index a7eaac15e1f8..092f0ffe2aa8 100644 --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -827,6 +827,8 @@ openFilePath( const char *cpFilePath, oslFileHandle* pHandle, sal_uInt32 uFlags, oslFileError eRet; #ifdef ANDROID + SAL_INFO("sal.file", "osl_openFile: " << cpFilePath); + /* Opening a file from /assets read-only means * we should mmap it from the .apk file */ |