commit | c40b9f0021c159cc12119c6f92d8fe664ac677f8 | [log] [tgz] |
---|---|---|
author | Ruchi Kandoi <kandoiruchi@google.com> | Fri Jun 20 17:04:42 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 20 02:04:52 2014 +0000 |
tree | a742ac4731b333f348b46dc60e56a9a44a4c7bd4 | |
parent | 37d7fdbb7491aa91b56035285cb56c0630dd5909 [diff] | |
parent | 04db8a55b847413ee63d19efbc3f3bdc7dd395bb [diff] |
Merge "healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with BUFFER_LEN in the kobject_uevent in kernel."
diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index 9b84c3e..d30e771 100644 --- a/healthd/healthd.cpp +++ b/healthd/healthd.cpp
@@ -126,7 +126,7 @@ 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;