Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 138e7064 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "servicedispatcher: pause until killed." am: 180f0948 am: 1152005d am: 059961c1

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1734539

Change-Id: Idf90747514f54b5298999fb73332cd47f1269dcc
parents ba2c81fc 059961c1
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -85,7 +85,11 @@ int Dispatch(const char* name) {
    LOG(INFO) << "Finish setting up RPC on service " << name << " on port" << port;
    LOG(INFO) << "Finish setting up RPC on service " << name << " on port" << port;


    std::cout << port << std::endl;
    std::cout << port << std::endl;
    return EX_OK;

    TEMP_FAILURE_RETRY(pause());

    PLOG(FATAL) << "TEMP_FAILURE_RETRY(pause()) exits; this should not happen!";
    __builtin_unreachable();
}
}


// Log to logd. For warning and more severe messages, also log to stderr.
// Log to logd. For warning and more severe messages, also log to stderr.