am c40b9f00: Merge "healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with BUFFER_LEN in the kobject_uevent in kernel."
* commit 'c40b9f0021c159cc12119c6f92d8fe664ac677f8': healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with BUFFER_LEN in the kobject_uevent in kernel.
This commit is contained in:
commit
1a57b1d6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue