Trying to populate a list view in android using a backendless table

Hi Sergey

I added this line at the top of the activity : private static final String TAG = “MessageBoard”;
When i run the app im not sure it is recognizing the logs above because when i search for them they are not there the only red things in the logcat are;

2020-10-15 19:22:17.096 5364-5417/com.example.contactsapp E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008cdf
2020-10-15 19:22:17.096 5364-5417/com.example.contactsapp E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008cdf
2020-10-15 19:22:17.097 5364-5417/com.example.contactsapp E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008824
2020-10-15 19:22:17.097 5364-5417/com.example.contactsapp E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008824

Which from a google search the seems to be more related to the emulator than anything in the code.
It seems to suggest I need to be changing the GPU from hardware to software but in the AVD settings it is set to automatic and is not changeable

Any thoughts about the above?
with thanks
Les