Bug? [closed] clearing the emulator logs for good

AnandGupta

Expert
Licensed User
Longtime User
Connected to emulator, works well.
But shows log of all the test logs of all the project I tried in the emulator.

If test project1 and show some logs, then another day try project2 and show some logs and so on, then today (say) if I try projectN, it shows logs from project1 !

Pressing the clear buttons does not help as it shows all again next time.

Any help on clearing them for good ?

Using B4A 9.01.2

Attached the logs as a file to understand the problem. Also the screen shots.

Regards,

Anand
 

Attachments

  • logs.txt
    39.7 KB · Views: 292
  • 2019-07-27_222517.png
    49.6 KB · Views: 268

AnandGupta

Expert
Licensed User
Longtime User
Ok
 

jimmyF

Active Member
Licensed User
Longtime User
I add this to the Service_Create sub of the Starter service

B4X:
LogColor("Log Starting at: " & DateTime.Time(DateTime.Now),Colors.Magenta)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…