1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-21 11:13:46 +01:00

Update esphome/analyze_memory/__init__.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-10-17 17:55:37 -10:00
committed by GitHub
parent c70937ed01
commit b95999aca7

View File

@@ -295,7 +295,7 @@ class MemoryAnalyzer:
cppfilt_cmd = "c++filt"
_LOGGER.warning("Demangling %d symbols", len(symbols))
_LOGGER.warning("objdump_path = %s", self.objdump_path)
_LOGGER.debug("objdump_path = %s", self.objdump_path)
# Check if we have a toolchain-specific c++filt
if self.objdump_path and self.objdump_path != "objdump":