OSDN Git Service

Fix build break in system/bt
authorAlex Vakulenko <avakulenko@google.com>
Thu, 21 Jan 2016 03:04:32 +0000 (19:04 -0800)
committerAlex Vakulenko <avakulenko@google.com>
Thu, 21 Jan 2016 03:05:02 +0000 (19:05 -0800)
This was due to libchrome uprev submitted earlier

Change-Id: Ic0f1bd80ff4563bd73754cd3b9fcd521e93616e7

service/example/heart_rate/server_main.cpp

index 8fc15ff..4890398 100644 (file)
@@ -126,7 +126,7 @@ int main(int argc, char* argv[]) {
     }
 
     LOG(ERROR) << "Starting Heart Rate server failed asynchronously";
-    main_loop.Quit();
+    main_loop.QuitWhenIdle();
   };
 
   // Create the Heart Rate server.