Przemyslaw Pietrzkiewicz ab9720d6cb Cut the spam in the sky log printouts.
This is a port of
f61746083f
.

This patch eliminates the tag "[0708/123945:INFO:builtin_natives.cc(86)]
CONSOLE" prefixing each message in sky 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 iOS, and is 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 --sky` 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 --sky` 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 #317.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1237403002 .
2015-07-16 18:19:01 +02:00
2015-07-09 08:39:45 -07:00
2015-07-15 11:07:53 -07:00
2015-07-16 07:30:56 -07:00
2015-07-14 11:34:03 -07:00
2015-07-13 23:03:19 -07:00

Sky

For information about using our latest stable release of Sky, please see the Sky SDK project page.

For more current information about the bleeding edge of the Sky framework, see the sdk/ directory.

For details about the internals of Sky's engine, see the engine/ directory.

For information about contributing to Sky, please see HACKING.md.

Languages
Dart 75%
C++ 16.5%
Objective-C++ 2.9%
Java 2.8%
Objective-C 0.7%
Other 1.9%