BreakPadDummy.cpp 169 B

1234567
  1. #include "QsLog.h"
  2. #include "BreakPad.h"
  3. void installBreakPadHandler(const QString& name, const QString& destPath)
  4. {
  5. QLOG_WARN() << "No crash reporting compiled.";
  6. }