do you remove your logs (comments) after you finish the app and upload it to the store?
actually, i don't. so you may run my apps while plugged into b4a and see lots of weird logs in the console.
the reason i just am thinking about it is, I have started a few days ago a web development course (HTML, CSS, js,...)
and I am using Chrome to inspect some sites to see how people build their sites and it is funny you can find lots of log like:
//alert("ggg")
or <!-- This is a workaround -->>
and many more.
i use a lot of logs to check if something is working or not. i know there is a way to exclude them from the build but i don't put too much effort into it. how about you?
i hope i removed all logs saying:
log("this line will steal all information of the user") ... ?
actually, i don't. so you may run my apps while plugged into b4a and see lots of weird logs in the console.
the reason i just am thinking about it is, I have started a few days ago a web development course (HTML, CSS, js,...)
and I am using Chrome to inspect some sites to see how people build their sites and it is funny you can find lots of log like:
//alert("ggg")
or <!-- This is a workaround -->>
and many more.
i use a lot of logs to check if something is working or not. i know there is a way to exclude them from the build but i don't put too much effort into it. how about you?
i hope i removed all logs saying:
log("this line will steal all information of the user") ... ?