Bug? B4A 5.0 - Log lines

NJDude

Expert
Licensed User
Longtime User
When entries to the log happen one after another quickly they are displayed in a single line, e.g:
B4X:
** Activity (main) Create, isFirst = true **~i:** Activity (main) Resume **
** Service (player) Create **
** Service (player) Start **
** Service (player) Destroy **~i:** Service (player) Create **
** Service (player) Start **
** Service (player) Destroy **
** Service (player) Create **
** Service (player) Start **
** Service (player) Destroy **~i:** Service (player) Create **
** Service (player) Start **~i:** Service (player) Destroy **~i:** Service (player) Create **~i:** Service (player) Start **
** Service (player) Destroy **
** Service (player) Create **
** Service (player) Start **
** Service (player) Destroy **~i:** Service (player) Create **
** Service (player) Start **
 
Last edited:

warwound

Expert
Licensed User
Longtime User
I noticed this yesterday.
The device was writing lots of log lines in a short period and many appeared on the same line in the IDE log window.

I was using a device connected to my laptop via adb wireless.
 
Top