Jaikumar Ganesh b8aa037602 Fix crash while turning bluetooth on, due to a race condition.
Bug: 2561150

Race condition: We were basing whether the event loop is
running or not on whether nat->pollData was null or not.
In rare cases, eventLoopMain would have not started,
isEventLoopRunning returns true; java side makes a dbus call
and the watches get set to null, causing a crash in
dbus_connection_set_watch_functions when eventLoopMain starts.

Change-Id: I863f182185a8e956fd53cb58783b7fe0ecfb2ddb
2010-03-31 11:29:18 -07:00
2010-03-29 18:12:24 -07:00
2010-03-24 19:02:49 -07:00
2010-03-25 16:39:32 -07:00
2010-03-16 09:59:06 -07:00
2010-03-22 15:55:38 -07:00
2010-03-29 18:12:24 -07:00
2010-03-08 18:11:37 -08:00
2010-03-29 18:06:11 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%