I'm having a strange issue when I run my application from Android Studio on my device. When the HDMI cable of my device (e.g. Odroid) is disconnected (no other video output connected), I found in Logcat this error "The application may be doing too much work on its main thread". When a monitor is plugged the error did not show anymore.
Do you think is something related to the code or just a random error not relevant?
PS I need to use my app without video output.
PPS The error appears only when the monitor is not plugged.