tonylukasavage / triple

REPL for Titanium
MIT License
96 stars 21 forks source link

Suppress all non-console Android output #68

Closed tonylukasavage closed 9 years ago

tonylukasavage commented 9 years ago

Even with log level set to info, the Android emulator logging is still very noisy. Need to find a way to suppress any Android logs that are not a direct result of executing either Ti.API or console logging calls.

tonylukasavage commented 9 years ago

I was running triple with --verbose. Once I stopped using it all went as expected.