Merge "ueventd: bump UEVENT_MSG_LEN to 8192" am: dfdc9b105a
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1367536 Change-Id: I0cdba3ea3c71d408762f8cdb7313fabad8b00ca0
This commit is contained in:
commit
c2918185ff
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "uevent.h"
|
||||
|
||||
#define UEVENT_MSG_LEN 2048
|
||||
#define UEVENT_MSG_LEN 8192
|
||||
|
||||
namespace android {
|
||||
namespace init {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue