simc / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
1.07k stars 129 forks source link

No output to Android console #84

Closed IanWorthington closed 3 years ago

IanWorthington commented 3 years ago

I'm trying to add the logger and flutter_logger packages to my app.

When I run them using the Android Studio emulator I get the output on the Studio run console, but calling LogConsole.open gives me an empty console display on the phone.

Is this expected? If so, is there some way to get output to the phone, or even both, so I can test my phone logging is working correctly?

IanWorthington commented 3 years ago

Seems like this is expected. Slightly more assembly required than the sample app suggested. Got it sorted though. I'll push it later.