I'm developing an app, and my FireTV users are experiencing a device specific issue. I shared a debug apk with them. Debugging my app on my Bravia, Lineage phone, Android TV emulator "Log.d" produces the expected lines in the logcat. But running the exact same apk on a FireTV device makes zero logs. I'm sure they run the right apk, because i use a ".debug" suffix, and the app shows up here and there, but those debug lines are by the system, and not created by my app.
What is going on?