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

PWA实战

PWA实战

[美]Dean Alan Hume / 郑丰彧 / 电子工业出版社 / 2018-6 / 69

Progressive Web App(PWA)是由谷歌提出的一整套技术解决方案,它致力于为 Web 提供出色的用户体验,并完美体现了渐进增强原则。作为为数不多的实战入门用书,《PWA 实战:面向下一代的Progressive Web App》旨在通过大量清晰示例来介绍 PWA 的主要特性。全书一共由五个部分组成:第一部分介绍 PWA 的概念及解锁 PWA 应用的关键—Service Worker......一起来看看 《PWA实战》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

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

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具