Logging to `Debug Console` in Android

I was wondering if it’s possible to log to the Debug Console in Fire when building an Android app? I can log to the logcat window using android.util.log but this window gets flooded with messaging I don’t care about and my log messages get lost in the ocean.

We don’t happen to have a DebugServer for the Mac? :wink:

adb logcat|grep yourappname is your friend.

1 Like