Kaydet (Commit) 5f3dacae authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Try ignoring IPC pipe errors on Android

Change-Id: I906df7fb65226422973e11ad69abdcc4fbd980c9
üst b7777dbf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment