feat: ✨ add stacktrace and system infomation collector #214
Annotations
3 errors and 10 warnings
Run clang-tidy:
src/Controller/Core/UiBase.h#L6
'app.h' file not found [clang-diagnostic-error]
|
Run clang-tidy:
src/Infrastructure/System/Crash.cc#L87
no matching function for call to 'localtime_r' [clang-diagnostic-error]
|
Run clang-tidy:
src/Infrastructure/System/Crash.cc#L141
no matching function for call to 'localtime_r' [clang-diagnostic-error]
|
Run clang-tidy:
src/Infrastructure/System/Cpu.cc#L24
inclusion of deprecated C++ header 'limits.h'; consider using 'climits' instead [modernize-deprecated-headers]
|
Run clang-tidy:
src/Infrastructure/System/Cpu.cc#L79
narrowing conversion from 'unsigned long' to 'float' [cppcoreguidelines-narrowing-conversions]
|
Run clang-tidy:
src/Infrastructure/System/Cpu.cc#L80
narrowing conversion from 'double' to 'float' [cppcoreguidelines-narrowing-conversions]
|
Run clang-tidy:
src/Infrastructure/System/Crash.cc#L83
uninitialized record type: 'localTime' [cppcoreguidelines-pro-type-member-init]
|
Run clang-tidy:
src/Infrastructure/System/Crash.cc#L87
use nullptr [modernize-use-nullptr]
|
Run clang-tidy:
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]
|
Run clang-tidy:
src/Infrastructure/System/Crash.cc#L137
uninitialized record type: 'localTime' [cppcoreguidelines-pro-type-member-init]
|
Run clang-tidy:
src/Infrastructure/System/Crash.cc#L141
use nullptr [modernize-use-nullptr]
|
Run clang-tidy:
src/Infrastructure/System/Memory.cc#L19
inclusion of deprecated C++ header 'limits.h'; consider using 'climits' instead [modernize-deprecated-headers]
|
Run clang-tidy:
src/Infrastructure/System/Memory.cc#L82
narrowing conversion from 'double' to 'float' [cppcoreguidelines-narrowing-conversions]
|
Loading