commit | 62e3ca80564c55a949be9e45aa22e4ce89e43463 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Wed Jan 31 17:28:34 2024 +0000 |
committer | Willy Tu <wltu@google.com> | Fri Feb 02 21:12:09 2024 +0000 |
tree | bcf64b5ec456e044a5db632d7730ef30d6cb1e5a | |
parent | af762de51e47089d87be5a2839cb96ff6dd03321 [diff] |
sdr-dbus: Reduce log spam on bitmap error Remove the log for out_of_range error for getSensorNumberFromPath and getPathFromSensorNumber. Log only once at the end of looping through the sensor tree instead of for every sensor. Tested: The spam of ``` bimap<>: invalid key ``` is now gone. Change-Id: Ifc22141cc5450b57ce272c46537240084d94d2aa Signed-off-by: Willy Tu <wltu@google.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage