Skip to content

Instantly share code, notes, and snippets.

View ConradIrwin's full-sized avatar

Conrad Irwin ConradIrwin

View GitHub Profile
a
a
CRLCrashNULL:
0002a5f4 2000 movs r0, #0x0
0002a5f6 7800 ldrb r0, [r0]
0002a5f8 4770 bx lr
0002a5fa 46c0 mov r8, r8
CRLCrashGarbage:
Incident Identifier: 44C422E2-EC0A-4D4E-AF8B-30592BDF692A
CrashReporter Key: TODO
Hardware Model: iPhone5,2
Process: CrashProbeiOS [538]
Path: /private/var/mobile/Containers/Bundle/Application/F1577706-C355-4EC7-B2C6-67DD5FE2A0E9/CrashProbeiOS.app/CrashProbeiOS
Identifier: net.hockeyapp.CrashProbeiOS
Version: 1
Code Type: ARM
Parent Process: launchd [1]
#!/bin/bash
#
# Fetch a pull request from github. Guesses the name of your repo from its `origin`
# remote.
#
# e.g. git fetch-pr 8
#
# (relies on `wip/git-url` and `jq` for now)
set -e
@ConradIrwin
ConradIrwin / gist:88ee464fe8e01eacb011
Created August 29, 2014 17:29
How to group by message in bugsnag-ruby
# Group by message
Bugsnag.before_notify_callbacks << lambda { |notif|
notif.grouping_hash = notif.exceptions.first.message if notif.exceptions.first.message == "MY MESSAGE"
}
{"stack":"\n at anonymous (:1)\n at http://127.0.0.1:9001/dist/igniter.min.js:7\n at http://127.0.0.1:9001/dist/igniter.min.js:8\n at http://127.0.0.1:9001/dist/igniter.min.js:8\n at http://127.0.0.1:9001/dist/igniter.min.js:8\n at http://127.0.0.1:9001/dist/igniter.min.js:8\n at http://127.0.0.1:9001/dist/igniter.min.js:8\n at http://127.0.0.1:9001/dist/igniter.min.js:8\n at http://127.0.0.1:9001/dist/igniter.min.js:8\n at http://127.0.0.1:9001/dist/igniter.min.js:9\n at http://127.0.0.1:9001/dist/igniter.min.js:9\n at http://127.0.0.1:9001/dist/igniter.min.js:6\n at http://127.0.0.1:9001/dist/igniter.min.js:6\n at http://127.0.0.1:9001/dist/igniter.min.js:6\n at http://127.0.0.1:9001/dist/igniter.min.js:6\n at http://127.0.0.1:9001/dist/igniter.min.js:5\n at http://127.0.0.1:9001/dist/igniter.min.js:6\n at http://127.0.0.1:9001/dist/igniter.min.js:6\n at http://127.0.0.1:9001/dist/igniter.min.js:6\n at http://127.0.0.1:9001/dist/igniter.min.js:9\n
/Users/conrad/.rbenv/shims/ruby
https://gist.github.com/189f0bc7dffd766e4c29
Skip to content
This repository
Explore
Gist
Blog
Help
Conrad Irwin ConradIrwin