Plausible CrashReporter

码农软件 · 软件分类 · BUG跟踪管理 · 2019-11-14 15:58:15

软件介绍

Plausible CrashReporter 提供了进程内程序的崩溃报告框架,支持 iPhone 和 Mac OS X,为 iOS 提供很多崩溃报告服务功能,包括:HockeyApp, Atlassian JMC, BugSense, and Crashlytics.

PLCrashReporter 由 Plausible Labs 提供.

崩溃报告格式使用 protobuf 编码的消息,可使用 Google 的 Protobuf 解码器进行解码, CrashReporter 库可处理包括未被捕获的异常以及一些严重的信号。

特点:

  • Implemented as a in-process fully async-safe signal handler.
  • Does not interfere with debugging in gdb
  • Handles both uncaught Objective-C exceptions and fatal signals (SIGSEGV, SIGBUS, etc)
  • Backtraces for all active threads are provided.
  • Provides full register state for the crashed thread.

支持的平台:

  • Mac OS X 10.5+ (x86-32, ppc, experimental x86-64)
  • iPhone OS 2.0+: (armv6, armv7)
  • iPhone Simulator 2.0+ (x86-32)

本文地址:https://www.codercto.com/soft/d/18980.html

CSS3 Solutions

CSS3 Solutions

Marco Casario / Apress / 2012-8-13 / GBP 35.50

CSS3 brings a mass of changes, additions, and improvements to CSS across a range of new modules. Web designers and developers now have a whole host of new techniques up their sleeves, from working wit......一起来看看 《CSS3 Solutions》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码