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

Commit c40b9f00 authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Gerrit Code Review
Browse files

Merge "healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with...

Merge "healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with BUFFER_LEN in the kobject_uevent in kernel."
parents 37d7fdbb 04db8a55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ static void uevent_init(void) {
        KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n");
}

#define UEVENT_MSG_LEN 1024
#define UEVENT_MSG_LEN 2048
static void uevent_event(void) {
    char msg[UEVENT_MSG_LEN+2];
    char *cp;