wasm-micro-runtime
wasm-micro-runtime copied to clipboard
Add file and line number to LOG_ macros
Built at 740f499e9, libiwasm.so ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped goes from 459608 bytes to 463704 bytes, so around a 1% increase.
Is libiwasm.so size a representative check? Should I be looking at something else?
I also think it was omitted intentionally, per my understanding, this PR makes the log look ugly and not easy to read, and now only LOG_FATAL and LOG_DEBUG dump the file info and line number. I am not sure why you need to dump so much detailed info? Since normally you can get the file and line number by searching the log string in the wamr folder.