Merge "ueventd: bump UEVENT_MSG_LEN to 8192" am: dfdc9b105a am: c2918185ff
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1367536 Change-Id: If45df6f5ea28431f601c0acae53314e2e866b179
This commit is contained in:
commit
5c9dbc710c
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