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:
@@ -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":
|
||||
|
Reference in New Issue
Block a user