compositor: log thrown runtime exceptions
This commit is contained in:
parent
fff118fa76
commit
7713daa86a
3 changed files with 13 additions and 7 deletions
|
|
@ -29,4 +29,5 @@ float getPlusMinusKeywordResult(std::string in, float
|
|||
void matrixProjection(float mat[9], int w, int h, wl_output_transform tr);
|
||||
double normalizeAngleRad(double ang);
|
||||
std::string replaceInString(std::string subject, const std::string& search, const std::string& replace);
|
||||
std::vector<SCallstackFrameInfo> getBacktrace();
|
||||
std::vector<SCallstackFrameInfo> getBacktrace();
|
||||
void throwError(const std::string& err);
|
||||
Loading…
Add table
Add a link
Reference in a new issue