I use Log.d (unit FMX.Types) for writing debug messages in the Event Log of the IDE.
This works fine with Windows, but if I run (debug) my app on a Android device (connected thru USB), the Event Log is not filled.
How do I log debug messages for Android?
(using Delphi 10 Seattle/FMX)