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

Commit c2b19de2 authored by jp abgrall's avatar jp abgrall Committed by Android Git Automerger
Browse files

am 3f8d6cde: am d084ec96: Merge "ueventd: Increase uevent buffer size"

* commit '3f8d6cde':
  ueventd: Increase uevent buffer size
parents d7c52a45 3f8d6cde
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -881,8 +881,8 @@ void device_init(void)
        sehandle = selinux_android_file_context_handle();
        sehandle = selinux_android_file_context_handle();
    }
    }


    /* is 64K enough? udev uses 16MB! */
    /* is 256K enough? udev uses 16MB! */
    device_fd = uevent_open_socket(64*1024, true);
    device_fd = uevent_open_socket(256*1024, true);
    if(device_fd < 0)
    if(device_fd < 0)
        return;
        return;