Chromium Code Reviews
DescriptionCut the spam in the dart handler log printouts.
This patch eliminates the tag "[0708/123945:INFO:builtin_natives.cc(86)]
CONSOLE "prefixing each message in dart content handler log Android
output by implementing the Android logging directly, ie. without base
LOG macros.
The log message is now written directly to stdout on Android as well as
on Linux, and also written to android logcat tagged as "chromium", which
is the tag we use to pick up native LOG messages from the logcat when
running on unrooted device.
A user running mojo_shell.py on a rooted device will now see:
hello
instead of
[0715/174636:INFO:builtin_natives.cc(86)] CONSOLE: hello
A user running mojo_shell.py on unrooted device will now see:
I/chromium(29585): hello
instead of
I/chromium(26587): [0715/174636:INFO:builtin_natives.cc(86)] CONSOLE: hello
Fixes #309.
R=qsr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/f61746083fee43866e7905d96fbb9becc8d6af64
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address Ben's comments. #Messages
Total messages: 5 (1 generated)
|