Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
d4f29767
Commit
d4f29767
authored
Nov 1, 2011
by
Irfan Sheriff
Committed by
Android (Google) Code Review
Nov 1, 2011
Browse files
Options
Downloads
Plain Diff
Merge "Remove log spam" into ics-mr0
parents
604f52e3
477df688
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libsysutils/src/NetlinkEvent.cpp
+0
-1
0 additions, 1 deletion
libsysutils/src/NetlinkEvent.cpp
with
0 additions
and
1 deletion
libsysutils/src/NetlinkEvent.cpp
+
0
−
1
View file @
d4f29767
...
@@ -122,7 +122,6 @@ bool NetlinkEvent::parseBinaryNetlinkMessage(char *buffer, int size) {
...
@@ -122,7 +122,6 @@ bool NetlinkEvent::parseBinaryNetlinkMessage(char *buffer, int size) {
}
}
pm
=
(
ulog_packet_msg_t
*
)
NLMSG_DATA
(
nh
);
pm
=
(
ulog_packet_msg_t
*
)
NLMSG_DATA
(
nh
);
devname
=
pm
->
indev_name
[
0
]
?
pm
->
indev_name
:
pm
->
outdev_name
;
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
[
0
],
"ALERT_NAME=%s"
,
pm
->
prefix
);
asprintf
(
&
mParams
[
1
],
"INTERFACE=%s"
,
devname
);
asprintf
(
&
mParams
[
1
],
"INTERFACE=%s"
,
devname
);
mSubsystem
=
strdup
(
"qlog"
);
mSubsystem
=
strdup
(
"qlog"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment