feat update
Some checks failed
linux-arm-gcc / linux-gcc-armhf (push) Has been cancelled
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Has been cancelled
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Has been cancelled
linux-x64-gcc / linux-gcc (Debug) (push) Has been cancelled
linux-x64-gcc / linux-gcc (Release) (push) Has been cancelled
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Has been cancelled

This commit is contained in:
tqcq 2024-04-07 09:32:10 +00:00
parent e5a53a90a4
commit f8827e1a54

View File

@ -51,7 +51,7 @@ Symbolize(const void *pc, char *out, int out_size)
} else { } else {
snprintf(out, out_size, "%s", iter->get_description().c_str()); snprintf(out, out_size, "%s", iter->get_description().c_str());
out[out_size - 1] = '\0'; out[out_size - 1] = '\0';
LOGD("found line {}", iter->get_description()); LOGD("Symbolize", "found line {}", iter->get_description());
} }
found = true; found = true;
break; break;