class FakeCrashReporterQuerier
Defined at line 129 of file fidling/gen/src/developer/forensics/public/fakes/fuchsia.feedback.testing/hlcpp/fuchsia/feedback/testing/cpp/fidl.h
FakeCrashReporterQuerier provides a way to query a fake crash reporter component to ensure that
crash reports are being filed as expected.
Public Members
static const char[] Name_
Public Methods
void ~FakeCrashReporterQuerier ()
void WatchFile (WatchFileCallback callback)
Returns the number of reports that have been filed with the fake crash reporter ever.
This method follows the hanging-get pattern and won't return a value until the number of
reports filed since the last call has changed.