Skip to content

Instantly share code, notes, and snippets.

View holgersindbaek's full-sized avatar

Holger Sindbaek holgersindbaek

View GitHub Profile
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
0 libsystem_kernel.dylib 0x000000018abb0ff0 0x18ab92000 + 126960
1 libsystem_c.dylib 0x000000018ab26448 0x18aac3000 + 406600
2 libsystem_c.dylib 0x000000018aafa7e4 0x18aac3000 + 227300
3 libsystem_malloc.dylib 0x000000018abf5dd8 0x18abe4000 + 73176
4 libsystem_malloc.dylib 0x000000018abebea0 0x18abe4000 + 32416
5 libsystem_malloc.dylib 0x000000018abf4718 0x18abe4000 + 67352
6 Slang 0x0000000101ce1ab0 -[FCRSystemMetadata sampleMemoryStats] + 68
7 Slang 0x0000000101ce27e4 __initMemoryMonitor_block_invoke.372 + 44
8 libdispatch.dylib 0x000000018aa690f4 0x18aa68000 + 4340
9 libdispatch.dylib 0x000000018aa7994c 0x18aa68000 + 72012
0 libsystem_kernel.dylib 0x000000018bb44ff0 0x18bb26000 + 126960
1 libsystem_c.dylib 0x000000018baba448 0x18ba57000 + 406600
2 libsystem_c.dylib 0x000000018ba8e7e4 0x18ba57000 + 227300
3 libsystem_malloc.dylib 0x000000018bb89dd8 0x18bb78000 + 73176
4 libsystem_malloc.dylib 0x000000018bb7fea0 0x18bb78000 + 32416
5 libsystem_malloc.dylib 0x000000018bb88718 0x18bb78000 + 67352
6 Slang 0x0000000101cf5ab0 -[FCRSystemMetadata sampleMemoryStats] + 68
7 Slang 0x0000000101cf67e4 __initMemoryMonitor_block_invoke.372 + 44
8 libdispatch.dylib 0x000000018b9fd0f4 0x18b9fc000 + 4340
9 libdispatch.dylib 0x000000018ba0d94c 0x18b9fc000 + 72012
#!/bin/bash
usage () {
echo >&2 "usage: $0 [-h] [-v] [-w|-e]"
}
help () {
usage
cat >&2 <<EOF
frame #129995: 0x0000000100219756 Slang`-[JDStatusBarNotificationViewController supportedInterfaceOrientations](self=0x000000011ce4ce20, _cmd="supportedInterfaceOrientations") + 70 at JDStatusBarNotification.m:573
frame #129996: 0x00000001076d2d6c UIKit`-[UIViewController __supportedInterfaceOrientations] + 701
frame #129997: 0x00000001075694b9 UIKit`-[UIApplicationRotationFollowingController supportedInterfaceOrientations] + 101
frame #129998: 0x0000000100219756 Slang`-[JDStatusBarNotificationViewController supportedInterfaceOrientations](self=0x000000011ce4ce20, _cmd="supportedInterfaceOrientations") + 70 at JDStatusBarNotification.m:573
frame #129999: 0x00000001076d2d6c UIKit`-[UIViewController __supportedInterfaceOrientations] + 701
frame #130000: 0x00000001075694b9 UIKit`-[UIApplicationRotationFollowingController supportedInterfaceOrientations] + 101
frame #130001: 0x0000000100219756 Slang`-[JDStatusBarNotificationViewController supportedInterfaceOrientations](self=0x000000011
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
2015-10-14 13:03:32.981 Slang[58990:3388123] -[__NSCFString absoluteString]: unrecognized selector sent to instance 0x11c501da0
2015-10-14 13:03:33.047 Slang[58990:3388123] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString absoluteString]: unrecognized selector sent to instance 0x11c501da0'
*** First throw call stack:
(
0 CoreFoundation 0x0000000107259f65 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010210cdeb objc_exception_throw + 48
2 CoreFoundation 0x000000010726258d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00000001071aff7a ___forwarding___ + 970
4 CoreFoundation 0x00000001071afb28 _CF_forwarding_prep_0 + 120
5 Slang 0x000000010000800d -[AffirmItem toJSONDictionary] + 493
2015-09-27 13:07:13.790 Slang[27163:5555099] [Branch Warning] You are using your test app's Branch Key. Remember to change it to live Branch Key for deployment.
2015-09-27 13:07:13.793 Slang[27163:5555099] encoded dictionary : {"model":"x86_64","ios_bundle_id":"slangthis.com.slang","app_version":"2.9.1","brand":"Apple","hardware_id":"62818EBD-469E-4DBC-8776-F6DDD250A398","update":2,"os":"iOS","sdk":"ios0.11.4","screen_height":1334,"debug":1,"is_hardware_id_real":1,"retryNumber":0,"branch_key":"key_test_dclCZB0klQo6CL8sZpdRdmmmEspBvgIn","is_referrable":1,"os_version":"9.0","ad_tracking_enabled":1,"screen_width":750,"uri_scheme":"slang"}
2015-09-27 13:07:13.793 Slang[27163:5555099] [BNCServerInterface.m:180] using url = https://api.branch.io/v1/install
2015-09-27 13:07:13.793 Slang[27163:5555099] [BNCServerInterface.m:181] body = {
"ad_tracking_enabled" = 1;
"app_version" = "2.9.1";
"branch_key" = "key_test_dclCZB0klQo6CL8sZpdRdmmmEspBvgIn";
brand = Apple;
debug = 1;
"hardware_id" = "628
# JUST OPENED APP
2015-09-25 17:45:43.063 Slang[98266:4977467] encoded dictionary : {"ios_bundle_id":"slangthis.com.slang","app_version":"2.9.1","device_fingerprint_id":"173128319233998551","update":1,"os":"iOS","identity_id":"168772811500819926","sdk":"ios0.11.4","debug":1,"retryNumber":0,"branch_key":"key_live_cfbzWD2omMl7BPYCYjdTahmhqAjxAiHA","is_referrable":1,"os_version":"9.0","ad_tracking_enabled":1,"uri_scheme":"slang"}
2015-09-25 17:45:43.064 Slang[98266:4977467] [BNCServerInterface.m:180] using url = https://api.branch.io/v1/open
2015-09-25 17:45:43.064 Slang[98266:4977467] [BNCServerInterface.m:181] body = {
"ad_tracking_enabled" = 1;
"app_version" = "2.9.1";
"branch_key" = "key_live_cfbzWD2omMl7BPYCYjdTahmhqAjxAiHA";
debug = 1;
"device_fingerprint_id" = 173128319233998551;