diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-15 15:39:24 +0300 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-12-04 23:04:22 +0100 |
commit | 2dd9b744c87f7c4a19a5742423e2aff1bb197cf4 (patch) | |
tree | 12f242a6c92447955c3826696ab4e1f2564a2775 /desktop/inc | |
parent | 7c9f4e9590348f3ce36e05ccc15a4be94ae94c8e (diff) |
Add a SAL_INFO
The "bootstrap" errors tend to end up being displayed in some error dialog
attempt which of course does nothing on mobile platforms, and that crack seems
to crash on Android even, so this should give us some chance to get some idea
at least what the code thinks is wrong...
Change-Id: I070b017baf042ff692766d1efd1511e1addb6ecf
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 876b6438be68..2ed33c8f258c 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -96,6 +96,7 @@ class Desktop : public Application { if ( m_aBootstrapError == BE_OK ) { + SAL_INFO("desktop.app", "SetBootstrapError: " << nError << " '" << aMessage << "'"); m_aBootstrapError = nError; m_aBootstrapErrorMessage = aMessage; } |