logException abstract method

void logException(
  1. Object exception, [
  2. StackTrace? stackTrace,
  3. List<InstrumentationServiceAttachment>? attachments
])

Log that the given non-priority exception was thrown, with the given stackTrace.

Implementation

void logException(
  Object exception, [
  StackTrace? stackTrace,
  List<InstrumentationServiceAttachment>? attachments,
]);