Revert "Merge "Remove log spam" into ics-mr0"
This reverts commitd4f29767c8, reversing changes made to604f52e313.
This commit is contained in:
parent
23420745e2
commit
86eeea5ce8
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ bool NetlinkEvent::parseBinaryNetlinkMessage(char *buffer, int size) {
|
|||
}
|
||||
pm = (ulog_packet_msg_t *)NLMSG_DATA(nh);
|
||||
devname = pm->indev_name[0] ? pm->indev_name : pm->outdev_name;
|
||||
SLOGD("QLOG prefix=%s dev=%s\n", pm->prefix, devname);
|
||||
asprintf(&mParams[0], "ALERT_NAME=%s", pm->prefix);
|
||||
asprintf(&mParams[1], "INTERFACE=%s", devname);
|
||||
mSubsystem = strdup("qlog");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue