Home
last modified time | relevance | path

Searched refs:crashReporter (Results 1 – 25 of 55) sorted by relevance

123

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/src/libcrashreporter-handler/
H A DHandler.cpp89 if ( !s_active || wcslen( crashReporter ) == 0 ) in LaunchUploader()
93 wcscpy( command, crashReporter); in LaunchUploader()
184 const char* crashReporter = static_cast<Handler*>(context)->crashReporterChar(); in LaunchUploader() local
185 if ( !s_active || strlen( crashReporter ) == 0 ) in LaunchUploader()
214 execl( crashReporter, in LaunchUploader()
215 crashReporter, in LaunchUploader()
225 execl( crashReporter, in LaunchUploader()
226 crashReporter, in LaunchUploader()
270 setCrashReporter( crashReporter ); in LaunchUploader()
278 Handler::setCrashReporter( const QString& crashReporter ) in LaunchUploader() argument
[all …]
H A DHandler.h55 Handler(const QString& dumpFolderPath, bool active, const QString& crashReporter );
61 void setCrashReporter( const QString& crashReporter );
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoThread.java166 crashReporter = builder.crashReporter; in ParcelFileDescriptors()
175 .crashReporter(detach(crashReporter)) in detach()
209 .crashReporter(from(fds.crashReporter)) in from()
257 public Builder crashReporter(final ParcelFileDescriptor crashReporter) { in crashReporter() argument
258 this.crashReporter = crashReporter; in crashReporter()
273 final int crashReporter; field in GeckoThread.FileDescriptors
280 crashReporter = builder.crashReporter; in FileDescriptors()
292 int crashReporter = INVALID_FD; field in GeckoThread.FileDescriptors.Builder
316 public Builder crashReporter(final int crashReporter) { in crashReporter() argument
317 this.crashReporter = crashReporter; in crashReporter()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/backgroundtasks/tests/
H A DBackgroundTask_crash.jsm27 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
32 crashReporter.UpdateCrashEventsDir();
36 crashReporter.minidumpPath = tmpd;
46 crashReporter.annotateCrashReport(key, value);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/backgroundtasks/tests/
H A DBackgroundTask_crash.jsm27 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
32 crashReporter.UpdateCrashEventsDir();
36 crashReporter.minidumpPath = tmpd;
46 crashReporter.annotateCrashReport(key, value);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/backgroundtasks/tests/
H A DBackgroundTask_crash.jsm27 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
32 crashReporter.UpdateCrashEventsDir();
36 crashReporter.minidumpPath = tmpd;
46 crashReporter.annotateCrashReport(key, value);
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsObjCExceptions.mm24 nsCOMPtr<nsICrashReporter> crashReporter = do_GetService("@mozilla.org/toolkit/crash-reporter;1");
25 if (crashReporter) {
26 crashReporter->AppendObjCExceptionInfoToAppNotes(static_cast<void*>(aException));
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsObjCExceptions.mm24 nsCOMPtr<nsICrashReporter> crashReporter = do_GetService("@mozilla.org/toolkit/crash-reporter;1");
25 if (crashReporter) {
26 crashReporter->AppendObjCExceptionInfoToAppNotes(static_cast<void*>(aException));
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsObjCExceptions.mm24 nsCOMPtr<nsICrashReporter> crashReporter = do_GetService("@mozilla.org/toolkit/crash-reporter;1");
25 if (crashReporter) {
26 crashReporter->AppendObjCExceptionInfoToAppNotes(static_cast<void*>(aException));
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsObjCExceptions.h48 nsCOMPtr<nsICrashReporter> crashReporter = do_GetService("@mozilla.org/toolkit/crash-reporter;1"); in nsObjCExceptionLog() local
49 if (crashReporter) { in nsObjCExceptionLog()
50 crashReporter->AppendObjCExceptionInfoToAppNotes(static_cast<void*>(aException)); in nsObjCExceptionLog()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsObjCExceptions.h50 nsCOMPtr<nsICrashReporter> crashReporter = in nsObjCExceptionLog() local
52 if (crashReporter) { in nsObjCExceptionLog()
53 crashReporter->AppendObjCExceptionInfoToAppNotes( in nsObjCExceptionLog()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DnsObjCExceptions.h52 nsCOMPtr<nsICrashReporter> crashReporter =
54 if (crashReporter) {
55 crashReporter->AppendObjCExceptionInfoToAppNotes(static_cast<void*>(aException));
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginModuleParent.cpp589 CrashReporterParent* crashReporter = CrashReporter(); in OnProcessLaunched() local
590 if (crashReporter) { in OnProcessLaunched()
844 if (crashReporter) { in WriteExtraDataForMinidump()
1193 if (!crashReporter) {
1231 mPluginDumpID = crashReporter->ChildDumpID();
1261 crashReporter->AnnotateCrashReport(
1288 if (!crashReporter) {
1305 crashReporter->AnnotateCrashReport(
1515 if (!crashReporter)
1527 crashReporter->GenerateChildData(&notes);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/modules/
H A DAppInfo.jsm31 * crashReporter: nsICrashReporter interface is implemented if true
75 if ("crashReporter" in options && options.crashReporter) {
/dports/lang/spidermonkey60/firefox-60.9.0/testing/modules/
H A DAppInfo.jsm33 * crashReporter: nsICrashReporter interface is implemented if true
80 if ("crashReporter" in options && options.crashReporter) {
/dports/lang/spidermonkey78/firefox-78.9.0/testing/modules/
H A DAppInfo.jsm31 * crashReporter: nsICrashReporter interface is implemented if true
70 if (options.crashReporter) {
/dports/www/firefox-esr/firefox-91.8.0/testing/modules/
H A DAppInfo.jsm33 * crashReporter: nsICrashReporter interface is implemented if true
82 if (options.crashReporter) {
/dports/www/firefox/firefox-99.0/testing/modules/
H A DAppInfo.jsm33 * crashReporter: nsICrashReporter interface is implemented if true
82 if (options.crashReporter) {
/dports/mail/thunderbird/thunderbird-91.8.0/testing/modules/
H A DAppInfo.jsm33 * crashReporter: nsICrashReporter interface is implemented if true
82 if (options.crashReporter) {
/dports/security/keybase/client-v5.7.1/shared/__mocks__/
H A Delectron.tsx22 export const crashReporter = {}
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/gfx/
H A DSanityTest.jsm79 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
82 crashReporter.annotateCrashReport("GraphicsSanityTest", "1");
88 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
91 crashReporter.removeCrashReportAnnotation("GraphicsSanityTest");
/dports/www/firefox/firefox-99.0/toolkit/components/gfx/
H A DSanityTest.jsm75 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
78 crashReporter.annotateCrashReport("TestKey", "1");
84 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
87 crashReporter.removeCrashReportAnnotation("TestKey");
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/gfx/
H A DSanityTest.jsm79 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
82 crashReporter.annotateCrashReport("GraphicsSanityTest", "1");
88 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
91 crashReporter.removeCrashReportAnnotation("GraphicsSanityTest");
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/gfx/
H A DSanityTest.jsm82 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
85 crashReporter.annotateCrashReport("GraphicsSanityTest", "1");
91 var crashReporter = Cc["@mozilla.org/toolkit/crash-reporter;1"].getService(
94 crashReporter.removeCrashReportAnnotation("GraphicsSanityTest");
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/commands/
H A Dcommands.go167crashReporter := crashreport.NewCrashReporter(mcndirs.GetBaseDir(), context.GlobalString("bugsnag-…
168 crashReporter.Send(crashErr)

123