ios - FB Login Callback crashing for Testflight Users -


i using facebook's sdk logging app. have no issues using myself, when testflight users login, app crashes when app returns facebook app. i've been told app crashes when clicking open inside testflight app leads me believe has code below. it's hard know sure because testflight crash logs inconsistent , haven't received yet...

func application(application: uiapplication, openurl url: nsurl, sourceapplication: string?, annotation: anyobject) -> bool {     return fbsdkapplicationdelegate.sharedinstance().application(application, openurl: url, sourceapplication: sourceapplication, annotation: annotation) } 

here's crash log (truncated last couple of lines due character limit):

{"app_name":"dozmia","app_cohort":"2|date=1435078800000&sf=143441&tid=40a1449018deaf3d138ed8487cd1651d98b96a10f31bde5db4e9f0f5027bf585","app_version":"1.0","slice_uuid":"57799f65-08a7-353c-8e87-fee4f3c36ee9","adam_id":1004247210,"build_version":"17","bundleid":"com.dylanreich.dozmia","share_with_app_devs":true,"is_first_party":false,"bug_type":"109","os_version":"iphone os 8.3 (12f70)","is_beta":true,"name":"dozmia"} incident identifier: 4d000ad7-d84a-4e07-97f5-9fd26d36dec5 beta identifier:     b210028c-bf7c-4692-b327-c024f4ae801a hardware model:      iphone7,2 process:             dozmia [422] path:                /private/var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/dozmia identifier:          com.dylanreich.dozmia version:             17 (1.0) beta:                yes code type:           arm-64 (native) parent process:      launchd [1]  date/time:           2015-06-23 13:07:32.623 -0400 launch time:         2015-06-23 13:07:29.536 -0400 os version:          ios 8.3 (12f70) report version:      105  exception type:  exc_breakpoint (sigtrap) exception codes: 0x0000000000000001, 0x0000000100307794 triggered thread:  0  thread 0 name:  dispatch queue: com.apple.main-thread thread 0 crashed: 0   libswiftcore.dylib              0x0000000100307794 0x100210000 + 1013652 1   dozmia                          0x00000001000c61e0 0x100094000 + 205280 2   dozmia                          0x00000001000c3e84 0x100094000 + 196228 3   dozmia                          0x00000001000c3f24 0x100094000 + 196388 4   uikit                           0x000000018a2ccc80 0x18a2bc000 + 68736 5   uikit                           0x000000018a2cc990 0x18a2bc000 + 67984 6   uikit                           0x000000018a46f258 0x18a2bc000 + 1782360 7   uikit                           0x000000018a381eec 0x18a2bc000 + 810732 8   uikit                           0x000000018a381cb8 0x18a2bc000 + 810168 9   uikit                           0x000000018a381c38 0x18a2bc000 + 810040 10  uikit                           0x000000018a2c975c 0x18a2bc000 + 55132 11  quartzcore                      0x0000000189c11e18 0x189c04000 + 56856 12  quartzcore                      0x0000000189c0c880 0x189c04000 + 34944 13  quartzcore                      0x0000000189c0c724 0x189c04000 + 34596 14  quartzcore                      0x0000000189c0beb8 0x189c04000 + 32440 15  quartzcore                      0x0000000189c0bc38 0x189c04000 + 31800 16  quartzcore                      0x0000000189c05360 0x189c04000 + 4960 17  corefoundation                  0x00000001858442a0 0x185764000 + 918176 18  corefoundation                  0x000000018584122c 0x185764000 + 905772 19  corefoundation                  0x000000018584160c 0x185764000 + 906764 20  corefoundation                  0x000000018576d2d0 0x185764000 + 37584 21  graphicsservices                0x000000018ef836f8 0x18ef78000 + 46840 22  uikit                           0x000000018a332fa8 0x18a2bc000 + 487336 23  dozmia                          0x00000001000abd50 0x100094000 + 97616 24  libdyld.dylib                   0x000000019772ea04 0x19772c000 + 10756  thread 1 name:  dispatch queue: com.apple.libdispatch-manager thread 1: 0   libsystem_kernel.dylib          0x000000019782cc24 0x19782c000 + 3108 1   libdispatch.dylib               0x0000000197711e6c 0x197700000 + 73324 2   libdispatch.dylib               0x0000000197703998 0x197700000 + 14744  thread 2: 0   libsystem_kernel.dylib          0x0000000197847c78 0x19782c000 + 113784 1   libsystem_pthread.dylib         0x00000001978e12d8 0x1978e0000 + 4824 2   libsystem_pthread.dylib         0x00000001978e0eec 0x1978e0000 + 3820  thread 3: 0   libsystem_kernel.dylib          0x0000000197847c78 0x19782c000 + 113784 1   libsystem_pthread.dylib         0x00000001978e12d8 0x1978e0000 + 4824 2   libsystem_pthread.dylib         0x00000001978e0eec 0x1978e0000 + 3820  thread 4: 0   libsystem_kernel.dylib          0x0000000197847c78 0x19782c000 + 113784 1   libsystem_pthread.dylib         0x00000001978e12d8 0x1978e0000 + 4824 2   libsystem_pthread.dylib         0x00000001978e0eec 0x1978e0000 + 3820  thread 5: 0   libsystem_kernel.dylib          0x0000000197847c78 0x19782c000 + 113784 1   libsystem_pthread.dylib         0x00000001978e12d8 0x1978e0000 + 4824 2   libsystem_pthread.dylib         0x00000001978e0eec 0x1978e0000 + 3820  thread 6 name:  avaudiosession notify thread thread 6: 0   libsystem_kernel.dylib          0x000000019782ce0c 0x19782c000 + 3596 1   libsystem_kernel.dylib          0x000000019782cc84 0x19782c000 + 3204 2   corefoundation                  0x0000000185843720 0x185764000 + 915232 3   corefoundation                  0x0000000185841674 0x185764000 + 906868 4   corefoundation                  0x000000018576d2d0 0x185764000 + 37584 5   libavfaudio.dylib               0x00000001841e902c 0x1841d0000 + 102444 6   libavfaudio.dylib               0x00000001841dba0c 0x1841d0000 + 47628 7   libsystem_pthread.dylib         0x00000001978e3dc4 0x1978e0000 + 15812 8   libsystem_pthread.dylib         0x00000001978e3d20 0x1978e0000 + 15648 9   libsystem_pthread.dylib         0x00000001978e0ef4 0x1978e0000 + 3828  thread 7 name:  com.apple.nsurlconnectionloader thread 7: 0   libsystem_kernel.dylib          0x000000019782ce0c 0x19782c000 + 3596 1   libsystem_kernel.dylib          0x000000019782cc84 0x19782c000 + 3204 2   corefoundation                  0x0000000185843720 0x185764000 + 915232 3   corefoundation                  0x0000000185841674 0x185764000 + 906868 4   corefoundation                  0x000000018576d2d0 0x185764000 + 37584 5   cfnetwork                       0x000000018524e890 0x1851b0000 + 649360 6   foundation                      0x000000018678ddb4 0x186698000 + 1007028 7   libsystem_pthread.dylib         0x00000001978e3dc4 0x1978e0000 + 15812 8   libsystem_pthread.dylib         0x00000001978e3d20 0x1978e0000 + 15648 9   libsystem_pthread.dylib         0x00000001978e0ef4 0x1978e0000 + 3828  thread 8 name:  com.apple.cfsocket.private thread 8: 0   libsystem_kernel.dylib          0x0000000197847498 0x19782c000 + 111768 1   corefoundation                  0x0000000185849124 0x185764000 + 938276 2   libsystem_pthread.dylib         0x00000001978e3dc4 0x1978e0000 + 15812 3   libsystem_pthread.dylib         0x00000001978e3d20 0x1978e0000 + 15648 4   libsystem_pthread.dylib         0x00000001978e0ef4 0x1978e0000 + 3828  thread 9: 0   libsystem_kernel.dylib          0x0000000197847c78 0x19782c000 + 113784 1   libsystem_pthread.dylib         0x00000001978e12d8 0x1978e0000 + 4824 2   libsystem_pthread.dylib         0x00000001978e0eec 0x1978e0000 + 3820  thread 10: 0   libsystem_kernel.dylib          0x0000000197847c78 0x19782c000 + 113784 1   libsystem_pthread.dylib         0x00000001978e12d8 0x1978e0000 + 4824 2   libsystem_pthread.dylib         0x00000001978e0eec 0x1978e0000 + 3820  thread 0 crashed arm thread state (64-bit):     x0: 0x0000000100208380   x1: 0x00000001700f4280   x2: 0x0000000000000008   x3: 0x0000000197881a74     x4: 0x000000016fd67e38   x5: 0x0000000000000020   x6: 0x0000000000000000   x7: 0x0000000000000fa0     x8: 0x00000001700f4300   x9: 0x0000000000000000  x10: 0x0000000100204000  x11: 0x00000000005c03d0    x12: 0x706172776e752065  x13: 0x206e6120676e6970  x14: 0x6c616e6f6974704f  x15: 0x000a65756c617620    x16: 0x00000001978d9a50  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x000000013cd2cdd0    x20: 0x00000001989b7740  x21: 0x0000000000000008  x22: 0x000000018aad5078  x23: 0x0000000000000000    x24: 0x000000018aac9533  x25: 0x000000016fd69358  x26: 0x000000016fd69398  x27: 0x000000019b7060a8    x28: 0x0000000000000001  fp: 0x000000016fd67f20   lr: 0x0000000100307794     sp: 0x000000016fd67f10   pc: 0x0000000100307794 cpsr: 0x60000000  binary images: 0x100094000 - 0x10018ffff dozmia arm64  <57799f6508a7353c8e87fee4f3c36ee9> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/dozmia 0x1001ec000 - 0x1001f3fff libswiftavfoundation.dylib arm64  <07d61bd9ac4f3e97ad164e6f98c1d94b> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftavfoundation.dylib 0x100210000 - 0x1003bbfff libswiftcore.dylib arm64  <ee2e8ba2967334a5b6bc6f1abb009365> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftcore.dylib 0x100afc000 - 0x100b03fff libswiftcoreaudio.dylib arm64  <636675bb8e263854a5b7430b14e899b3> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftcoreaudio.dylib 0x100b30000 - 0x100b37fff libswiftcoredata.dylib arm64  <c11adac593eb3d4797a3d29862a48f48> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftcoredata.dylib 0x100b58000 - 0x100b63fff libswiftcoregraphics.dylib arm64  <211b011d7fd230a7a765de8561377a43> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftcoregraphics.dylib 0x100ba8000 - 0x100baffff libswiftcoreimage.dylib arm64  <0bb53b8fe87f3c9286fcfe0a237d3db1> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftcoreimage.dylib 0x100bc0000 - 0x100bc7fff libswiftcorelocation.dylib arm64  <f1da5f0258283ec6a974ad7f8031eaf8> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftcorelocation.dylib 0x100be8000 - 0x100beffff libswiftcoremedia.dylib arm64  <9ced57d84355350fa2cee4e27cbb469e> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftcoremedia.dylib 0x100c20000 - 0x100c27fff libswiftdarwin.dylib arm64  <6fbefc3070763dc8bc2a1d56b219b738> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftdarwin.dylib 0x100c64000 - 0x100c6bfff libswiftdispatch.dylib arm64  <b7d82093829230ddbf06ec5448d006c4> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftdispatch.dylib 0x100c90000 - 0x100cbffff libswiftfoundation.dylib arm64  <b75ec9e7c0ed39748dfdce9f5feb96e5> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftfoundation.dylib 0x100d90000 - 0x100d97fff libswiftobjectivec.dylib arm64  <002edc04a9a637898c43872f1385ffcb> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftobjectivec.dylib 0x100dc4000 - 0x100dcbfff libswiftsecurity.dylib arm64  <be67db1070653f47983603cedfa3c012> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftsecurity.dylib 0x100dec000 - 0x100df3fff libswiftuikit.dylib arm64  <c53275f2b02b381e8b9718e4f988944d> /var/mobile/containers/bundle/application/07b97668-eac7-4ece-84da-8888a3bf0e9f/dozmia.app/frameworks/libswiftuikit.dylib 0x1200a0000 - 0x1200c7fff dyld arm64  <75c68bbe28b13fcd91014f15139742dc> /usr/lib/dyld 0x184038000 - 0x1841ccfff avfoundation arm64  <c69cb19d6db0339bbfb4c18fa7f4f26c> /system/library/frameworks/avfoundation.framework/avfoundation 0x1841d0000 - 0x184234fff libavfaudio.dylib arm64  <fdd31b28c0ec3f76b8f0fa9a057e43d9> /system/library/frameworks/avfoundation.framework/libavfaudio.dylib 0x184278000 - 0x184278fff accelerate arm64  <a2161063fee1315193bc488d0354f43e> /system/library/frameworks/accelerate.framework/accelerate 0x184290000 - 0x1844affff vimage arm64  <74eb7b77dbcd321db86e784be9353a08> /system/library/frameworks/accelerate.framework/frameworks/vimage.framework/vimage 0x1844b0000 - 0x184557fff libblas.dylib arm64  <56e8b79c2c03379dad45fe2ea1a4052f> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libblas.dylib 0x184558000 - 0x1848d2fff liblapack.dylib arm64  <fd491ae19b12315babb621650a0eef76> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/liblapack.dylib 0x1848d4000 - 0x1848e9fff liblinearalgebra.dylib arm64  <9307063a5e1833abbb857a9ec4c5369e> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/liblinearalgebra.dylib 0x1848ec000 - 0x184954fff libvdsp.dylib arm64  <d4d2b4a941213e2b81f3ddafd6b8a312> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libvdsp.dylib 0x184958000 - 0x18497bfff libvmisc.dylib arm64  <92a0dd635be43dfe8c128c888ef37c0e> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libvmisc.dylib 0x18497c000 - 0x18497cfff veclib arm64  <9248f57f1d8430219a810aa93254f157> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/veclib 0x184980000 - 0x1849affff accounts arm64  <4199851056d4376aa4d8668b83c85454> /system/library/frameworks/accounts.framework/accounts 0x1849b0000 - 0x1849b0fff adsupport arm64  <f172a17bdc2e3bd19b952a69e0021450> /system/library/frameworks/adsupport.framework/adsupport 0x184d50000 - 0x185010fff audiotoolbox arm64  <760c2dc59fa13660a769cc1b052d41e6> /system/library/frameworks/audiotoolbox.framework/audiotoolbox 0x1851b0000 - 0x1853c3fff cfnetwork arm64  <df5535d1633f375aa889f755db0a93b9> /system/library/frameworks/cfnetwork.framework/cfnetwork 0x185464000 - 0x1854c9fff coreaudio arm64  <b85ca2cdb29639ccb5f6405baf597027> /system/library/frameworks/coreaudio.framework/coreaudio 0x1854f0000 - 0x185511fff corebluetooth arm64  <fbd7cbc4b2533ea38844bf98757ce58d> /system/library/frameworks/corebluetooth.framework/corebluetooth 0x185514000 - 0x185760fff coredata arm64  <af13d4e830e13607b745fe57f90e5d5e> /system/library/frameworks/coredata.framework/coredata 0x185764000 - 0x185ac2fff corefoundation arm64  <6548b13bef1f3f958d96266f7c4c44e0> /system/library/frameworks/corefoundation.framework/corefoundation 0x185ac4000 - 0x185c26fff coregraphics arm64  <92162d42d08d357ab66302a38d724828> /system/library/frameworks/coregraphics.framework/coregraphics 0x185c7c000 - 0x185c7efff libcgxtype.a.dylib arm64  <8f40b7d9b97b344f9c7a5a0b79bdc2b7> /system/library/frameworks/coregraphics.framework/resources/libcgxtype.a.dylib 0x185c80000 - 0x185c8bfff libcmsbuiltin.a.dylib arm64  <a40d7bdbbe6c3317bcf4c20c085df848> /system/library/frameworks/coregraphics.framework/resources/libcmsbuiltin.a.dylib 0x185e80000 - 0x185e9efff librip.a.dylib arm64  <975284709e51353690ec8a651b43c1db> /system/library/frameworks/coregraphics.framework/resources/librip.a.dylib 0x185ea0000 - 0x185fd2fff coreimage arm64  <d7a2122dc8173803bc220fde3cfebfdf> /system/library/frameworks/coreimage.framework/coreimage 0x185fd4000 - 0x186032fff corelocation arm64  <a166ad7f12f93406b54ae6a170fb38ee> /system/library/frameworks/corelocation.framework/corelocation 0x18606c000 - 0x18612ffff coremedia arm64  <403a9798401c3b70a207e0e236454c0d> /system/library/frameworks/coremedia.framework/coremedia 0x186130000 - 0x18621efff coremotion arm64  <61338e072f2a385ab4e315975f23eea2> /system/library/frameworks/coremotion.framework/coremotion 0x186220000 - 0x186291fff coretelephony arm64  <450440ee68593b8e9c951cdf838264f3> /system/library/frameworks/coretelephony.framework/coretelephony 0x186294000 - 0x18639cfff coretext arm64  <4a9633cee0393585a98fcf07410e0828> /system/library/frameworks/coretext.framework/coretext 0x1863a0000 - 0x1863bdfff corevideo arm64  <217e5b69f6d03f8893f01de3e40915a8> /system/library/frameworks/corevideo.framework/corevideo 0x186698000 - 0x1868f0fff foundation arm64  <509b484fb7b634b19673d50296d8278f> /system/library/frameworks/foundation.framework/foundation 0x186a38000 - 0x186aa3fff iokit arm64  <311bed1f2b893195b8c0564d8925bfa2> /system/library/frameworks/iokit.framework/versions/a/iokit 0x186aa4000 - 0x186d47fff imageio arm64  <7d3c81746f2c3f1488b3efc633d21633> /system/library/frameworks/imageio.framework/imageio 0x186d48000 - 0x1871e9fff javascriptcore arm64  <1ad0ed311f3e3897bac70f3388fc05be> /system/library/frameworks/javascriptcore.framework/javascriptcore 0x187b24000 - 0x187b2afff mediaaccessibility arm64  <4e3e82a2b09a38fcbf01843f97d5e604> /system/library/frameworks/mediaaccessibility.framework/mediaaccessibility 0x187b2c000 - 0x187d4ffff mediaplayer arm64  <fb0500c5695c36b5b54865f533cc899e> /system/library/frameworks/mediaplayer.framework/mediaplayer 0x187d50000 - 0x18816efff mediatoolbox arm64  <c2103a7dd16e3f67abfe898b039061e7> /system/library/frameworks/mediatoolbox.framework/mediatoolbox 0x188248000 - 0x1882c0fff metal arm64  <eb54636e26cd3dee870fa5e4fb708fe6> /system/library/frameworks/metal.framework/metal 0x1882c4000 - 0x188375fff mobilecoreservices arm64  <daa61b358c17365792c20df791224e26> /system/library/frameworks/mobilecoreservices.framework/mobilecoreservices 0x1895f0000 - 0x1895fafff opengles arm64  <8824bb82d43937a9b0aa3870ece35772> /system/library/frameworks/opengles.framework/opengles 0x189600000 - 0x189601fff libcvmspluginsupport.dylib arm64  <34760639fb2331dcaa229ba0e418c1af> /system/library/frameworks/opengles.framework/libcvmspluginsupport.dylib 0x189604000 - 0x189607fff libcorefscache.dylib arm64  <e6f967504d5937d59223598de12969ab> /system/library/frameworks/opengles.framework/libcorefscache.dylib 0x189608000 - 0x18960cfff libcorevmclient.dylib arm64  <30969b8fde9f36c4a6a0293c03e74e5f> /system/library/frameworks/opengles.framework/libcorevmclient.dylib 0x189610000 - 0x18961afff libgfxshared.dylib arm64  <5942ea8060c63e86b3ffbfb76b061276> /system/library/frameworks/opengles.framework/libgfxshared.dylib 0x18961c000 - 0x189667fff libglimage.dylib arm64  <3e46a6b44be93e5689e4851c76b2db04> /system/library/frameworks/opengles.framework/libglimage.dylib 0x189c04000 - 0x189d96fff quartzcore arm64  <e47923f08f343c3e98e77f22f674f234> /system/library/frameworks/quartzcore.framework/quartzcore 0x18a01c000 - 0x18a070fff security arm64  <80b60ba1feba39afb6686e342398cce1> /system/library/frameworks/security.framework/security 0x18a244000 - 0x18a2b7fff systemconfiguration arm64  <633d8a8abeaf3abda9b0401146f2b668> /system/library/frameworks/systemconfiguration.framework/systemconfiguration 0x18a2bc000 - 0x18ac3cfff uikit arm64  <f67965f71974303e90cfaed997ae36a3> /system/library/frameworks/uikit.framework/uikit 0x18ac40000 - 0x18acb9fff videotoolbox arm64  <1468c96c3448370bbb407644bedbb368> /system/library/frameworks/videotoolbox.framework/videotoolbox 0x18b5c4000 - 0x18b5c9fff aggregatedictionary arm64  <cfa106cd07b430a6959f9127a6c3363a> /system/library/privateframeworks/aggregatedictionary.framework/aggregatedictionary 0x18b7cc000 - 0x18b7cffff airplaysupport arm64  <9379098c9eed33088c7096882eec570d> /system/library/privateframeworks/airplaysupport.framework/airplaysupport 0x18ba24000 - 0x18ba6cfff appsupport arm64  <d088c6263b4932aebd9dcf2a14aadef2> /system/library/privateframeworks/appsupport.framework/appsupport 0x18bbdc000 - 0x18bc28fff applejpeg arm64  <621fe1223e9038a09023dd6c558ce423> /system/library/privateframeworks/applejpeg.framework/applejpeg 0x18bc54000 - 0x18bc5dfff applesrp arm64  <8f0cacbeabdf39b3815a72e7ec9e8668> /system/library/privateframeworks/applesrp.framework/applesrp 0x18bc70000 - 0x18bc7bfff assertionservices arm64  <e0f182c7fdcd34a1a4acfe0bd4c7eae3> /system/library/privateframeworks/assertionservices.framework/assertionservices 0x18bc7c000 - 0x18bc99fff assetslibraryservices arm64  <e28e74aed7103573b9416e016525ac04> /system/library/privateframeworks/assetslibraryservices.framework/assetslibraryservices 0x18bd18000 - 0x18bd1bfff btleaudiocontroller arm64  <ea2ff306f28638ca8bc7a4f02d3c8f1e> /system/library/privateframeworks/btleaudiocontroller.framework/btleaudiocontroller 0x18bd1c000 - 0x18bd38fff backboardservices arm64  <ff372ac34d6430829a97778caad5bdf4> /system/library/privateframeworks/backboardservices.framework/backboardservices 0x18bd40000 - 0x18bd7dfff baseboard arm64  <ab16c3464cfb3319bf31202639bb4a90> /system/library/privateframeworks/baseboard.framework/baseboard 0x18c0a8000 - 0x18c0b2fff captivenetwork arm64  <0f8d341d0a8f3828b9485b189d04e126> /system/library/privateframeworks/captivenetwork.framework/captivenetwork 0x18c0c0000 - 0x18c20cfff celestial arm64  <0b8842c85d7139848f5e049e8e784c47> /system/library/privateframeworks/celestial.framework/celestial 0x18c9d0000 - 0x18c9e2fff commonutilities arm64  <cf917a1cdf503940a9879dda3ea7eae4> /system/library/privateframeworks/commonutilities.framework/commonutilities 0x18cad4000 - 0x18cad9fff constantclasses arm64  <b1cc336c6ea1319f8131623918110a89> /system/library/privateframeworks/constantclasses.framework/constantclasses 0x18cb1c000 - 0x18cb24fff coreauc arm64  <ac7f4428bde93a379e4710ff07f8cd82> /system/library/privateframeworks/coreauc.framework/coreauc 0x18cbc4000 - 0x18cbecfff coreduet arm64  <2325864ac79931d08384cad9a5c2378c> /system/library/privateframeworks/coreduet.framework/coreduet 0x18cbf8000 - 0x18cc0bfff coreduetdaemonprotocol arm64  <8e9b82e37ab1398fb75be0114863b188> /system/library/privateframeworks/coreduetdaemonprotocol.framework/coreduetdaemonprotocol 0x18cc14000 - 0x18cc16fff coreduetdebuglogging arm64  <9a52d10bde253ae196a436618e6245af> /system/library/privateframeworks/coreduetdebuglogging.framework/coreduetdebuglogging 0x18d0bc000 - 0x18d0e0fff coreservicesinternal arm64  <c35ab32d16e839e5bd3a2d4357cd512b> /system/library/privateframeworks/coreservicesinternal.framework/coreservicesinternal 0x18d348000 - 0x18d3dcfff coreui arm64  <8e5f6e68de253eb98752939e94219aa8> /system/library/privateframeworks/coreui.framework/coreui 0x18d3e0000 - 0x18d47afff coreutils arm64  <835930892f3f3c28823421061c40dad7> /system/library/privateframeworks/coreutils.framework/coreutils 0x18d47c000 - 0x18d482fff crashreportersupport arm64  <939d8e00b1a8388eaf6721fe6fed8d07> /system/library/privateframeworks/crashreportersupport.framework/crashreportersupport 0x18d484000 - 0x18d48afff daapkit arm64  <996db669e80833e0a44db31c6e094693> /system/library/privateframeworks/daapkit.framework/daapkit 0x18d7bc000 - 0x18d7c3fff datamigration arm64  <ac8e9c98ebaf3b3facc8a35d4a5f662d> /system/library/privateframeworks/datamigration.framework/datamigration 0x18d7e4000 - 0x18d804fff dictionaryservices arm64  <d911eb3e1549338d8a3da77f3cf030ca> /system/library/privateframeworks/dictionaryservices.framework/dictionaryservices 0x18d82c000 - 0x18d852fff eap8021x arm64  <6201a1545ea735eaa654e6c4f19fce9c> /system/library/privateframeworks/eap8021x.framework/eap8021x 0x18d9c4000 - 0x18ddf1fff facecore arm64  <6c9c849bf1173e1892729204b96c95bb> /system/library/privateframeworks/facecore.framework/facecore 0x18de78000 - 0x18de78fff fontservices arm64  <9d2ca68913c53fef976aabcdb3f2bb7c> /system/library/privateframeworks/fontservices.framework/fontservices 0x18de7c000 - 0x18df5cfff libfontparser.dylib arm64  <3e696fd5c611305eaee6bad27362f029> /system/library/privateframeworks/fontservices.framework/libfontparser.dylib 0x18df60000 - 0x18df6ffff libgsfontcache.dylib arm64  <c98491fefd2a34f5a1a5fab3cce3d478> /system/library/privateframeworks/fontservices.framework/libgsfontcache.dylib 0x18e07c000 - 0x18e09cfff frontboardservices arm64  <06e8a3da46443f858df92288b8b009bf> /system/library/privateframeworks/frontboardservices.framework/frontboardservices 0x18ec60000 - 0x18ef75fff geoservices arm64  <624b0528e79e3bd78cf8e4ca477e207b> /system/library/privateframeworks/geoservices.framework/geoservices 0x18ef78000 - 0x18ef8bfff graphicsservices arm64  <75b91070a0e7388fb904347f318b8cc0> /system/library/privateframeworks/graphicsservices.framework/graphicsservices 0x18f260000 - 0x18f2fafff homesharing arm64  <9d9df9ed1dc53162a89400f3c5a786df> /system/library/privateframeworks/homesharing.framework/homesharing 0x18f660000 - 0x18f667fff ioaccelerator arm64  <95ab3e3274d630779faccf8902ddc494> /system/library/privateframeworks/ioaccelerator.framework/ioaccelerator 0x18f66c000 - 0x18f672fff iomobileframebuffer arm64  <079c9947522f331b8837714ca08e0966> /system/library/privateframeworks/iomobileframebuffer.framework/iomobileframebuffer 0x18f674000 - 0x18f67afff iosurface arm64  <202149d941b339f1a765e48058a523ea> /system/library/privateframeworks/iosurface.framework/iosurface 0x18f67c000 - 0x18f67efff iosurfaceaccelerator arm64  <9aaea96dbea43a648fa78e7f43f769cd> /system/library/privateframeworks/iosurfaceaccelerator.framework/iosurfaceaccelerator 0x18f9ec000 - 0x18fa31fff languagemodeling arm64  <f484305f34db38e7be02f5cd0b37404b> /system/library/privateframeworks/languagemodeling.framework/languagemodeling 0x18fc2c000 - 0x18fceafff managedconfiguration arm64  <b8ba68326c7030c1803e9f01edcefe02> /system/library/privateframeworks/managedconfiguration.framework/managedconfiguration 0x18fd00000 - 0x18fd84fff mediacontrolsender arm64  <efb209af426c3d2bb592c4e8f2648a27> /system/library/privateframeworks/mediacontrolsender.framework/mediacontrolsender 0x18fe38000 - 0x18fe50fff mediaremote arm64  <29897add26cf34f7b92dc012ed32f883> /system/library/privateframeworks/mediaremote.framework/mediaremote 0x18fe54000 - 0x18fe69fff mediaservices arm64  <98515a962b2f335da9efb5f14931c42f> /system/library/privateframeworks/mediaservices.framework/mediaservices 0x190024000 - 0x190033fff mobileasset arm64  <b09857caa4663e268cbf77652e40c7df> /system/library/privateframeworks/mobileasset.framework/mobileasset 0x1900a0000 - 0x1900a9fff mobileinstallation arm64  <096c77b57b62337bb756b2b347fb0768> /system/library/privateframeworks/mobileinstallation.framework/mobileinstallation 0x1900ac000 - 0x1900bbfff mobilekeybag arm64  <0e6f9d62dfe23cbca54b4d1a14f76149> /system/library/privateframeworks/mobilekeybag.framework/mobilekeybag 0x1900f8000 - 0x1900fbfff mobilesystemservices arm64  <54153419dcaa356fb42fd86b712a4cf2> /system/library/privateframeworks/mobilesystemservices.framework/mobilesystemservices 0x190124000 - 0x190135fff mobilewifi arm64  <b033fc6a7d7b39debe0d81296dce51e1> /system/library/privateframeworks/mobilewifi.framework/mobilewifi 0x19018c000 - 0x190394fff musiclibrary arm64  <8febe3b9c72a311f9cf0f8a95e52b821> /system/library/privateframeworks/musiclibrary.framework/musiclibrary 0x1905cc000 - 0x1905d2fff netrb arm64  <28eb6839c8f63101816697fa19770689> /system/library/privateframeworks/netrb.framework/netrb 0x1905d4000 - 0x1905dbfff networkstatistics arm64  <b120e0e7ff6d36889b917c7ca2e5f978> /system/library/privateframeworks/networkstatistics.framework/networkstatistics 0x190608000 - 0x19060bfff oauth arm64  <e8987386b74a365582fa85fef51bc127> /system/library/privateframeworks/oauth.framework/oauth 0x190dd4000 - 0x190e22fff opencl arm64  <9ad1144d2c4333b980276e2c4e6ac4fa> /system/library/privateframeworks/opencl.framework/opencl 0x190fa0000 - 0x190fc9fff persistentconnection arm64  <6723595bce1937c3a45fbb85baff8c55> /system/library/privateframeworks/persistentconnection.framework/persistentconnection 0x191460000 - 0x1914adfff physicskit arm64  <6a97907da3523632b9e4848047aa8f4a> /system/library/privateframeworks/physicskit.framework/physicskit 0x1914cc000 - 0x1914d4fff powerlog arm64  <e938cd724d08330995b5f601f8dd14f6> /system/library/privateframeworks/powerlog.framework/powerlog 0x19184c000 - 0x19190dfff proofreader arm64  <5d4f70ce92443a24b01e5c2186abfb15> /system/library/privateframeworks/proofreader.framework/proofreader 0x191940000 - 0x19194efff protocolbuffer arm64  <479705f12ac2303b931994a7b06663bf> /system/library/privateframeworks/protocolbuffer.framework/protocolbuffer 0x191990000 - 0x191a0efff quagga arm64  <66a25218aec23c18b9a18d8f810c5258> /system/library/privateframeworks/quagga.framework/quagga 0x19200c000 - 0x19202cfff springboardservices arm64  <c2866d40ee023cf9bb04fd7e58d20be2> 


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -