diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 18:14:08 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 18:15:57 +0200 |
commit | 5f3dacaeef60bec80689ed7b529b3c8bf7823139 (patch) | |
tree | 4906a84c345ba56a68a6e6e7ac9a64ebc28bf9cd /desktop/source | |
parent | b7777dbf8e84976e0bc77aa1122f3964c29a575a (diff) |
Try ignoring IPC pipe errors on Android
Change-Id: I906df7fb65226422973e11ad69abdcc4fbd980c9
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index a07f2bb97c4d..eaee30c0843b 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -610,6 +610,8 @@ void Desktop::Init() // the normal OS X mechanism that prevents multiple // instances of an app from being started should work // fine. I hope. +#elif defined ANDROID + // Ignore crack pipe errors on Android, too #else // Keep using this oddly named BE_PATHINFO_MISSING value // for pipe-related errors on other platforms. Of course |