/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"nsISupports.idl"
[scriptable, uuid(70bd93ff-88fa-4600-8af8-57c8d002dbac)]
interface nsICrashService : nsISupports
{ /** *Recordstheoccurrenceofacrash. * *@paramprocessType *OneofthePROCESS_TYPEconstantsdefinedinnsIXULRuntime. *@paramcrashType *OneoftheCRASH_TYPEconstantsdefinedbelow. *@paramid *CrashID.LikelyaUUID. * *@returnApromisethatresolvesafterthecrashhasbeenstored
*/
Promise addCrash(in long processType, in long crashType, in AString id);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.