Copy as Markdown

Other Tools

#[allow(non_upper_case_globals)] pub const ApplicationBuildID: Annotation = convert!(crash::app_build = convert_string_to_string("ApplicationBuildID"));
#[allow(non_upper_case_globals)] pub const AsyncShutdownTimeout: Annotation = convert!(crash::async_shutdown_timeout = convert_to_crash_async_shutdown_timeout("AsyncShutdownTimeout"));
#[allow(non_upper_case_globals)] pub const AvailablePageFile: Annotation = convert!(memory::available_commit = convert_u64_to_quantity("AvailablePageFile"));
#[allow(non_upper_case_globals)] pub const AvailablePhysicalMemory: Annotation = convert!(memory::available_physical = convert_u64_to_quantity("AvailablePhysicalMemory"));
#[allow(non_upper_case_globals)] pub const AvailableSwapMemory: Annotation = convert!(memory::available_swap = convert_u64_to_quantity("AvailableSwapMemory"));
#[allow(non_upper_case_globals)] pub const AvailableVirtualMemory: Annotation = convert!(memory::available_virtual = convert_u64_to_quantity("AvailableVirtualMemory"));
#[allow(non_upper_case_globals)] pub const BackgroundTaskName: Annotation = convert!(crash::background_task_name = convert_string_to_string("BackgroundTaskName"));
#[allow(non_upper_case_globals)] pub const BlockedDllList: Annotation = convert!(dll_blocklist::list = convert_string_to_string_list("BlockedDllList", ";"));
#[allow(non_upper_case_globals)] pub const BlocklistInitFailed: Annotation = convert!(dll_blocklist::init_failed = convert_boolean_to_boolean("BlocklistInitFailed"));
#[allow(non_upper_case_globals)] pub const BuildID: Annotation = convert!(crash::build_id = convert_string_to_string("BuildID"));
#[allow(non_upper_case_globals)] pub const CrashTime: Annotation = convert!(crash::time = convert_to_crash_time("CrashTime"));
#[allow(non_upper_case_globals)] pub const CrashType: Annotation = convert!(crash::crash_type = convert_string_to_string("CrashType"));
#[allow(non_upper_case_globals)] pub const DOMFissionEnabled: Annotation = convert!(crash::dom_fission_enabled = convert_boolean_to_boolean("DOMFissionEnabled"));
#[allow(non_upper_case_globals)] pub const EventLoopNestingLevel: Annotation = convert!(crash::event_loop_nesting_level = convert_u64_to_quantity("EventLoopNestingLevel"));
#[allow(non_upper_case_globals)] pub const FontName: Annotation = convert!(crash::font_name = convert_string_to_string("FontName"));
#[allow(non_upper_case_globals)] pub const GPUProcessLaunchCount: Annotation = convert!(crash::gpu_process_launch = convert_u64_to_quantity("GPUProcessLaunchCount"));
#[allow(non_upper_case_globals)] pub const Hang: Annotation = convert!(crash::hang = convert_string_to_string("Hang"));
#[allow(non_upper_case_globals)] pub const HeadlessMode: Annotation = convert!(environment::headless_mode = convert_boolean_to_boolean("HeadlessMode"));
#[allow(non_upper_case_globals)] pub const ipc_channel_error: Annotation = convert!(crash::ipc_channel_error = convert_string_to_string("ipc_channel_error"));
#[allow(non_upper_case_globals)] pub const IsGarbageCollecting: Annotation = convert!(crash::is_garbage_collecting = convert_boolean_to_boolean("IsGarbageCollecting"));
#[allow(non_upper_case_globals)] pub const JavaException: Annotation = convert!(crash::java_exception = convert_to_crash_java_exception("JavaException"));
#[allow(non_upper_case_globals)] pub const JSLargeAllocationFailure: Annotation = convert!(memory::js_large_allocation_failure = convert_string_to_string("JSLargeAllocationFailure"));
#[allow(non_upper_case_globals)] pub const JSOutOfMemory: Annotation = convert!(memory::js_out_of_memory = convert_string_to_string("JSOutOfMemory"));
#[allow(non_upper_case_globals)] pub const LastInteractionDuration: Annotation = convert!(crash::last_interaction_duration = convert_duration_seconds("LastInteractionDuration"));
#[allow(non_upper_case_globals)] pub const LinuxMemoryPSI: Annotation = convert!(crash::linux_memory_psi = convert_string_to_string("LinuxMemoryPSI"));
#[allow(non_upper_case_globals)] pub const LowPhysicalMemoryEvents: Annotation = convert!(memory::low_physical = convert_u64_to_quantity("LowPhysicalMemoryEvents"));
#[allow(non_upper_case_globals)] pub const MainThreadRunnableName: Annotation = convert!(crash::main_thread_runnable_name = convert_string_to_string("MainThreadRunnableName"));
#[allow(non_upper_case_globals)] pub const MinidumpSha256Hash: Annotation = convert!(crash::minidump_sha_256_hash = convert_string_to_string("MinidumpSha256Hash"));
#[allow(non_upper_case_globals)] pub const MozCrashReason: Annotation = convert!(crash::moz_crash_reason = convert_string_to_string("MozCrashReason"));
#[allow(non_upper_case_globals)] pub const NimbusEnrollments: Annotation = convert!(environment::nimbus_enrollments = convert_string_to_string_list("NimbusEnrollments", ","));
#[allow(non_upper_case_globals)] pub const OOMAllocationSize: Annotation = convert!(memory::oom_allocation_size = convert_u64_to_quantity("OOMAllocationSize"));
#[allow(non_upper_case_globals)] pub const ProcessType: Annotation = convert!(crash::process_type = convert_string_to_string("ProcessType"));
#[allow(non_upper_case_globals)] pub const ProductID: Annotation = convert!(crash::product_id = convert_string_to_string("ProductID"));
#[allow(non_upper_case_globals)] pub const ProductName: Annotation = convert!(crash::product_name = convert_string_to_string("ProductName"));
#[allow(non_upper_case_globals)] pub const ProfilerChildShutdownPhase: Annotation = convert!(crash::profiler_child_shutdown_phase = convert_string_to_string("ProfilerChildShutdownPhase"));
#[allow(non_upper_case_globals)] pub const PurgeablePhysicalMemory: Annotation = convert!(memory::purgeable_physical = convert_u64_to_quantity("PurgeablePhysicalMemory"));
#[allow(non_upper_case_globals)] pub const QuotaManagerShutdownTimeout: Annotation = convert!(crash::quota_manager_shutdown_timeout = convert_to_crash_quota_manager_shutdown_timeout("QuotaManagerShutdownTimeout"));
#[allow(non_upper_case_globals)] pub const ReleaseChannel: Annotation = convert!(crash::app_channel = convert_string_to_string("ReleaseChannel"));
#[allow(non_upper_case_globals)] pub const RemoteType: Annotation = convert!(crash::remote_type = convert_string_to_string("RemoteType"));
#[allow(non_upper_case_globals)] pub const SecondsSinceLastCrash: Annotation = convert!(crash::time_since_last_crash = convert_duration_seconds("SecondsSinceLastCrash"));
#[allow(non_upper_case_globals)] pub const ShutdownProgress: Annotation = convert!(crash::shutdown_progress = convert_string_to_string("ShutdownProgress"));
#[allow(non_upper_case_globals)] pub const ShutdownReason: Annotation = convert!(crash::shutdown_reason = convert_string_to_string("ShutdownReason"));
#[allow(non_upper_case_globals)] pub const StackTraces: Annotation = convert!(crash::stack_traces = convert_to_crash_stack_traces("StackTraces"));
#[allow(non_upper_case_globals)] pub const StartupCrash: Annotation = convert!(crash::startup = convert_boolean_to_boolean("StartupCrash"));
#[allow(non_upper_case_globals)] pub const SystemMemoryUsePercentage: Annotation = convert!(memory::system_use_percentage = convert_u64_to_quantity("SystemMemoryUsePercentage"));
#[allow(non_upper_case_globals)] pub const TextureUsage: Annotation = convert!(memory::texture = convert_u64_to_quantity("TextureUsage"));
#[allow(non_upper_case_globals)] pub const TotalPageFile: Annotation = convert!(memory::total_page_file = convert_u64_to_quantity("TotalPageFile"));
#[allow(non_upper_case_globals)] pub const TotalPhysicalMemory: Annotation = convert!(memory::total_physical = convert_u64_to_quantity("TotalPhysicalMemory"));
#[allow(non_upper_case_globals)] pub const TotalVirtualMemory: Annotation = convert!(memory::total_virtual = convert_u64_to_quantity("TotalVirtualMemory"));
#[allow(non_upper_case_globals)] pub const UptimeTS: Annotation = convert!(environment::uptime = convert_to_environment_uptime("UptimeTS"));
#[allow(non_upper_case_globals)] pub const User32BeforeBlocklist: Annotation = convert!(dll_blocklist::user32_loaded_before = convert_boolean_to_boolean("User32BeforeBlocklist"));
#[allow(non_upper_case_globals)] pub const UtilityActorsName: Annotation = convert!(crash::utility_actors_name = convert_string_to_string_list("UtilityActorsName", ","));
#[allow(non_upper_case_globals)] pub const Version: Annotation = convert!(crash::app_display_version = convert_string_to_string("Version"));
#[allow(non_upper_case_globals)] pub const WindowsErrorReporting: Annotation = convert!(crash_windows::error_reporting = convert_boolean_to_boolean("WindowsErrorReporting"));
#[allow(non_upper_case_globals)] pub const WindowsFileDialogErrorCode: Annotation = convert!(crash_windows::file_dialog_error_code = convert_to_crash_windows_file_dialog_error_code("WindowsFileDialogErrorCode"));
#[allow(non_upper_case_globals)] pub const WindowsPackageFamilyName: Annotation = convert!(windows::package_family_name = convert_string_to_string("WindowsPackageFamilyName"));
pub const ANNOTATIONS: &[Annotation] = &[ApplicationBuildID,AsyncShutdownTimeout,AvailablePageFile,AvailablePhysicalMemory,AvailableSwapMemory,AvailableVirtualMemory,BackgroundTaskName,BlockedDllList,BlocklistInitFailed,BuildID,CrashTime,CrashType,DOMFissionEnabled,EventLoopNestingLevel,FontName,GPUProcessLaunchCount,Hang,HeadlessMode,ipc_channel_error,IsGarbageCollecting,JavaException,JSLargeAllocationFailure,JSOutOfMemory,LastInteractionDuration,LinuxMemoryPSI,LowPhysicalMemoryEvents,MainThreadRunnableName,MinidumpSha256Hash,MozCrashReason,NimbusEnrollments,OOMAllocationSize,ProcessType,ProductID,ProductName,ProfilerChildShutdownPhase,PurgeablePhysicalMemory,QuotaManagerShutdownTimeout,ReleaseChannel,RemoteType,SecondsSinceLastCrash,ShutdownProgress,ShutdownReason,StackTraces,StartupCrash,SystemMemoryUsePercentage,TextureUsage,TotalPageFile,TotalPhysicalMemory,TotalVirtualMemory,UptimeTS,User32BeforeBlocklist,UtilityActorsName,Version,WindowsErrorReporting,WindowsFileDialogErrorCode,WindowsPackageFamilyName];