Android Question I just upgraded to B4A 13.40 and all instances of the text "Log" in the code vanished

calloatti

Member
Licensed User
For example, Log(Something) turned into (Something), LogColor(something) changed to Color(Something), LogException turned to Exception and so on.

Also, all the one liners "If something Then do this" are now treated as errors.
 

calloatti

Member
Licensed User
Yes, but it' as simple as all the instances of the 3 letter string "Log" in the code just vanished into thin air.

1766905162318.png


That line used to be If debugMode then Log(mysqlurl)

This is a B4xpages project, and it seems that most of the botched code was in classes. I do not have much more data since I was so desperate trying to find what happened and when I finally realized the problem fixed it manually. I had online backups of everything from a few months ago, the last time I touched this project.
 
Upvote 0

calloatti

Member
Licensed User
I have one other important project that I have not yet opened, last edited in the previous B4A version. Will make a zip backup and open it and see what happens. Will do it in a few hours from now.
 
Upvote 0
Top