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

Commit 26b34d62 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: Enable logging in binderRpcTestService" am: 6b8b7998 am:...

Merge "libbinder: Enable logging in binderRpcTestService" am: 6b8b7998 am: e421cca7 am: a5b2dcf6

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



Change-Id: Iedac736f28c7152ea5e8c2ae3cdf412226a57ac5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 11173d91 a5b2dcf6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -85,7 +85,9 @@ public:
    }
};

int main(int argc, const char* argv[]) {
int main(int argc, char* argv[]) {
    android::base::InitLogging(argv, android::base::StderrLogger, android::base::DefaultAborter);

    LOG_ALWAYS_FATAL_IF(argc != 3, "Invalid number of arguments: %d", argc);
    base::unique_fd writeEnd(atoi(argv[1]));
    base::unique_fd readEnd(atoi(argv[2]));