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

Commit 4a427896 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Remove old LOG_EVENT_* code from libsysutils" am: 5aee3ff2 am: 67e0b810

am: 3ba4e0a5

Change-Id: I4eddacad86e97cae6b36fe24712d5f0df2f8b40e
parents e4f82113 3ba4e0a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -211,7 +211,6 @@ out:
    return;

overflow:
    LOG_EVENT_INT(78001, cli->getUid());
    cli->sendMsg(500, "Command too long", false);
    goto out;
}
+0 −2
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ bool NetlinkListener::onDataAvailable(SocketClient *cli)
    count = TEMP_FAILURE_RETRY(uevent_kernel_recv(socket,
            mBuffer, sizeof(mBuffer), require_group, &uid));
    if (count < 0) {
        if (uid > 0)
            LOG_EVENT_INT(65537, uid);
        SLOGE("recvmsg failed (%s)", strerror(errno));
        return false;
    }