Skip to content

feat: ✨ add stacktrace and system infomation collector #214

feat: ✨ add stacktrace and system infomation collector

feat: ✨ add stacktrace and system infomation collector #214

Triggered via pull request October 28, 2024 12:37
@AstroAirAstroAir
synchronize #94
AstroAir:dev
Status Failure
Total duration 7m 16s
Artifacts

clang-tidy-review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
review: src/Controller/Core/UiBase.h#L6
'app.h' file not found [clang-diagnostic-error]
review: src/Infrastructure/System/Crash.cc#L87
no matching function for call to 'localtime_r' [clang-diagnostic-error]
review: src/Infrastructure/System/Crash.cc#L141
no matching function for call to 'localtime_r' [clang-diagnostic-error]
review: src/Infrastructure/System/Cpu.cc#L24
inclusion of deprecated C++ header 'limits.h'; consider using 'climits' instead [modernize-deprecated-headers]
review: src/Infrastructure/System/Cpu.cc#L79
narrowing conversion from 'unsigned long' to 'float' [cppcoreguidelines-narrowing-conversions]
review: src/Infrastructure/System/Cpu.cc#L80
narrowing conversion from 'double' to 'float' [cppcoreguidelines-narrowing-conversions]
review: src/Infrastructure/System/Crash.cc#L83
uninitialized record type: 'localTime' [cppcoreguidelines-pro-type-member-init]
review: src/Infrastructure/System/Crash.cc#L87
use nullptr [modernize-use-nullptr]
review: src/Infrastructure/System/Crash.cc#L111
string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead [performance-inefficient-string-concatenation]
review: src/Infrastructure/System/Crash.cc#L137
uninitialized record type: 'localTime' [cppcoreguidelines-pro-type-member-init]
review: src/Infrastructure/System/Crash.cc#L141
use nullptr [modernize-use-nullptr]
review: src/Infrastructure/System/Memory.cc#L19
inclusion of deprecated C++ header 'limits.h'; consider using 'climits' instead [modernize-deprecated-headers]
review: src/Infrastructure/System/Memory.cc#L82
narrowing conversion from 'double' to 'float' [cppcoreguidelines-narrowing-conversions]