Acknowledged

Bug: Fenix7 fills debug log with a ton of (unwanted) data with simulator

When running the simulator with a Fenix7 on Linux we get a ton of unwanted data:

```

gfx_setup
GFX_get_colors
GFX_get_colors
GFX_get_fcolors
GFX_get_fcolors
GFX_get_lwidth
GFX_get_tool
GFX_get_ftool
GFX_get_fpattern
GFX_get_style
GFX_get_alpha
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_set_pen
GFX_set_lwidth
GFX_set_tool
GFX_set_ftool
GFX_set_fpattern
GFX_set_style
GFX_set_alpha
GFX_get_pixel_format
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_clear
GFX_get_colors
GFX_get_colors
GFX_get_fcolors
GFX_get_fcolors
GFX_get_lwidth
GFX_get_tool
GFX_get_ftool
GFX_get_fpattern
GFX_get_style
GFX_get_alpha
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_set_pen
GFX_set_lwidth
GFX_set_tool
GFX_set_ftool
GFX_set_fpattern
GFX_set_style
GFX_set_alpha
GFX_get_orgn
GFX_set_clip
GFX_set_clip
GFX_get_colors
GFX_get_colors
GFX_get_fcolors
GFX_get_fcolors
GFX_get_lwidth
GFX_get_tool
GFX_get_ftool
GFX_get_fpattern
GFX_get_style
GFX_get_alpha
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_set_pen
GFX_set_lwidth
GFX_set_tool
GFX_set_ftool
GFX_set_fpattern
GFX_set_style
GFX_set_alpha
GFX_get_colors
GFX_get_colors
GFX_get_fcolors
GFX_get_fcolors
GFX_get_lwidth
GFX_get_tool
GFX_get_ftool
GFX_get_fpattern
GFX_get_style
GFX_get_alpha
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_set_pen
GFX_set_lwidth
GFX_set_tool
GFX_set_ftool
GFX_set_fpattern
GFX_set_style
GFX_set_alpha
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_clear
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_get_orgn
GFX_set_orgn
GFX_fill_rectangle
GFX_getgtextextent_ex2
SetForegroundColor
SetBackgroundColor
SetForegroundFillColor
SetBackgroundFillColor
GFX_moveto
GFX_raster_outgtext_ex
GFX_set_no_crd_scl
SetForegroundFillColor
GFX_whereat
GFX_get_orgn
GFX_bitblt_blend
GFX_get_orgn
^--- GFX: Forced Flush to enter software mode ----

```

See also https://forums.garmin.com/developer/connect-iq/f/discussion/298601/unable-to-connect-to-an-ant-device-no-devices-available-spammed-to-stdout-on-linux/1444435#1444435

It can be easily reproduced with the Demo-Watch project found in https://forums.garmin.com/developer/connect-iq/i/bug-reports/bug-include-barrel-by-path-with-a-barrel-file-present-causes-weird-behaviour, just add the Fenix7 to the manifest and run CIQ_DEVICE=fenix7 CIQ_API=4.1.2 make run-debug