@crumbsdk/react-native 0.0.1-rc.3 → 0.0.1-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (373) hide show
  1. package/README.md +280 -8
  2. package/android/build.gradle +1 -1
  3. package/android/src/main/java/com/margelo/nitro/crumbsdk/reactnative/CrumbReactNative.kt +121 -3
  4. package/app.plugin.js +52 -0
  5. package/ios/CrumbReactNative.swift +135 -3
  6. package/lib/module/NativeCrumbReactNative.web.js +5 -1
  7. package/lib/module/NativeCrumbReactNative.web.js.map +1 -1
  8. package/lib/module/build-release.js +19 -0
  9. package/lib/module/build-release.js.map +1 -0
  10. package/lib/module/index.js +94 -2
  11. package/lib/module/index.js.map +1 -1
  12. package/lib/module/javascript-crash-capture.js +497 -0
  13. package/lib/module/javascript-crash-capture.js.map +1 -0
  14. package/lib/module/log-buffer.js +22 -2
  15. package/lib/module/log-buffer.js.map +1 -1
  16. package/lib/module/screen-context.js +127 -0
  17. package/lib/module/screen-context.js.map +1 -0
  18. package/lib/typescript/src/CrumbReactNative.nitro.d.ts +5 -1
  19. package/lib/typescript/src/CrumbReactNative.nitro.d.ts.map +1 -1
  20. package/lib/typescript/src/NativeCrumbReactNative.web.d.ts.map +1 -1
  21. package/lib/typescript/src/build-release.d.ts +6 -0
  22. package/lib/typescript/src/build-release.d.ts.map +1 -0
  23. package/lib/typescript/src/index.d.ts +8 -2
  24. package/lib/typescript/src/index.d.ts.map +1 -1
  25. package/lib/typescript/src/javascript-crash-capture.d.ts +74 -0
  26. package/lib/typescript/src/javascript-crash-capture.d.ts.map +1 -0
  27. package/lib/typescript/src/log-buffer.d.ts +1 -0
  28. package/lib/typescript/src/log-buffer.d.ts.map +1 -1
  29. package/lib/typescript/src/screen-context.d.ts +19 -0
  30. package/lib/typescript/src/screen-context.d.ts.map +1 -0
  31. package/lib/typescript/src/types.d.ts +38 -0
  32. package/lib/typescript/src/types.d.ts.map +1 -1
  33. package/metro.cjs +35 -0
  34. package/metro.d.cts +2 -0
  35. package/native/ios/CrumbSDKCore.podspec +28 -0
  36. package/native/ios/CrumbSDKUI.podspec +38 -0
  37. package/native/ios/LICENSE +201 -0
  38. package/native/ios/PLCrashReporter/CrashReporter.xcframework/Info.plist +96 -0
  39. package/native/ios/PLCrashReporter/CrashReporter.xcframework/PrivacyInfo.xcprivacy +39 -0
  40. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/CrashReporter +0 -0
  41. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/CrashReporter.h +366 -0
  42. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashFeatureConfig.h +108 -0
  43. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashMacros.h +143 -0
  44. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashNamespace.h +320 -0
  45. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReport.h +193 -0
  46. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportApplicationInfo.h +52 -0
  47. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  48. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportExceptionInfo.h +59 -0
  49. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportFormatter.h +55 -0
  50. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  51. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportMachineInfo.h +64 -0
  52. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportProcessInfo.h +80 -0
  53. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportProcessorInfo.h +64 -0
  54. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportRegisterInfo.h +45 -0
  55. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportSignalInfo.h +50 -0
  56. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h +50 -0
  57. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportSymbolInfo.h +51 -0
  58. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportSystemInfo.h +158 -0
  59. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportTextFormatter.h +59 -0
  60. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReportThreadInfo.h +75 -0
  61. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReporter.h +131 -0
  62. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Headers/PLCrashReporterConfig.h +193 -0
  63. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Info.plist +0 -0
  64. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/Modules/module.modulemap +8 -0
  65. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_arm64e/CrashReporter.framework/PrivacyInfo.xcprivacy +39 -0
  66. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/CrashReporter +0 -0
  67. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/CrashReporter.h +366 -0
  68. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashFeatureConfig.h +108 -0
  69. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashMacros.h +143 -0
  70. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashNamespace.h +320 -0
  71. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReport.h +193 -0
  72. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportApplicationInfo.h +52 -0
  73. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  74. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportExceptionInfo.h +59 -0
  75. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportFormatter.h +55 -0
  76. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  77. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportMachineInfo.h +64 -0
  78. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportProcessInfo.h +80 -0
  79. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportProcessorInfo.h +64 -0
  80. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportRegisterInfo.h +45 -0
  81. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportSignalInfo.h +50 -0
  82. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h +50 -0
  83. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportSymbolInfo.h +51 -0
  84. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportSystemInfo.h +158 -0
  85. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportTextFormatter.h +59 -0
  86. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReportThreadInfo.h +75 -0
  87. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReporter.h +131 -0
  88. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Headers/PLCrashReporterConfig.h +193 -0
  89. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Modules/module.modulemap +8 -0
  90. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Resources/Info.plist +52 -0
  91. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Resources/PrivacyInfo.xcprivacy +39 -0
  92. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/CrashReporter +0 -0
  93. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/CrashReporter.h +366 -0
  94. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashFeatureConfig.h +108 -0
  95. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashMacros.h +143 -0
  96. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashNamespace.h +320 -0
  97. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReport.h +193 -0
  98. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportApplicationInfo.h +52 -0
  99. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  100. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportExceptionInfo.h +59 -0
  101. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportFormatter.h +55 -0
  102. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  103. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportMachineInfo.h +64 -0
  104. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportProcessInfo.h +80 -0
  105. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportProcessorInfo.h +64 -0
  106. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportRegisterInfo.h +45 -0
  107. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportSignalInfo.h +50 -0
  108. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportStackFrameInfo.h +50 -0
  109. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportSymbolInfo.h +51 -0
  110. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportSystemInfo.h +158 -0
  111. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportTextFormatter.h +59 -0
  112. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReportThreadInfo.h +75 -0
  113. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReporter.h +131 -0
  114. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Headers/PLCrashReporterConfig.h +193 -0
  115. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Modules/module.modulemap +8 -0
  116. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Resources/Info.plist +52 -0
  117. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/A/Resources/PrivacyInfo.xcprivacy +39 -0
  118. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/CrashReporter +0 -0
  119. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/CrashReporter.h +366 -0
  120. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashFeatureConfig.h +108 -0
  121. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashMacros.h +143 -0
  122. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashNamespace.h +320 -0
  123. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReport.h +193 -0
  124. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportApplicationInfo.h +52 -0
  125. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  126. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportExceptionInfo.h +59 -0
  127. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportFormatter.h +55 -0
  128. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  129. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportMachineInfo.h +64 -0
  130. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportProcessInfo.h +80 -0
  131. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportProcessorInfo.h +64 -0
  132. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportRegisterInfo.h +45 -0
  133. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportSignalInfo.h +50 -0
  134. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportStackFrameInfo.h +50 -0
  135. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportSymbolInfo.h +51 -0
  136. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportSystemInfo.h +158 -0
  137. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportTextFormatter.h +59 -0
  138. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReportThreadInfo.h +75 -0
  139. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReporter.h +131 -0
  140. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Headers/PLCrashReporterConfig.h +193 -0
  141. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Modules/module.modulemap +8 -0
  142. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Resources/Info.plist +52 -0
  143. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-maccatalyst/CrashReporter.framework/Versions/Current/Resources/PrivacyInfo.xcprivacy +39 -0
  144. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/CrashReporter +0 -0
  145. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/CrashReporter.h +366 -0
  146. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashFeatureConfig.h +108 -0
  147. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashMacros.h +143 -0
  148. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashNamespace.h +320 -0
  149. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReport.h +193 -0
  150. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportApplicationInfo.h +52 -0
  151. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  152. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportExceptionInfo.h +59 -0
  153. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportFormatter.h +55 -0
  154. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  155. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportMachineInfo.h +64 -0
  156. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportProcessInfo.h +80 -0
  157. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportProcessorInfo.h +64 -0
  158. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportRegisterInfo.h +45 -0
  159. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportSignalInfo.h +50 -0
  160. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h +50 -0
  161. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportSymbolInfo.h +51 -0
  162. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportSystemInfo.h +158 -0
  163. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportTextFormatter.h +59 -0
  164. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportThreadInfo.h +75 -0
  165. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReporter.h +131 -0
  166. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReporterConfig.h +193 -0
  167. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Info.plist +0 -0
  168. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/Modules/module.modulemap +8 -0
  169. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/PrivacyInfo.xcprivacy +39 -0
  170. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeDirectory +0 -0
  171. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeRequirements +0 -0
  172. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeRequirements-1 +0 -0
  173. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeResources +462 -0
  174. package/native/ios/PLCrashReporter/CrashReporter.xcframework/ios-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeSignature +0 -0
  175. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/CrashReporter +0 -0
  176. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/CrashReporter.h +366 -0
  177. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashFeatureConfig.h +108 -0
  178. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashMacros.h +143 -0
  179. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashNamespace.h +320 -0
  180. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReport.h +193 -0
  181. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportApplicationInfo.h +52 -0
  182. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  183. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportExceptionInfo.h +59 -0
  184. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportFormatter.h +55 -0
  185. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  186. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportMachineInfo.h +64 -0
  187. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportProcessInfo.h +80 -0
  188. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportProcessorInfo.h +64 -0
  189. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportRegisterInfo.h +45 -0
  190. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportSignalInfo.h +50 -0
  191. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h +50 -0
  192. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportSymbolInfo.h +51 -0
  193. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportSystemInfo.h +158 -0
  194. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportTextFormatter.h +59 -0
  195. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReportThreadInfo.h +75 -0
  196. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReporter.h +131 -0
  197. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Headers/PLCrashReporterConfig.h +193 -0
  198. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Modules/module.modulemap +8 -0
  199. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Resources/Info.plist +48 -0
  200. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Resources/PrivacyInfo.xcprivacy +39 -0
  201. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/CrashReporter +0 -0
  202. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/CrashReporter.h +366 -0
  203. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashFeatureConfig.h +108 -0
  204. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashMacros.h +143 -0
  205. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashNamespace.h +320 -0
  206. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReport.h +193 -0
  207. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportApplicationInfo.h +52 -0
  208. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  209. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportExceptionInfo.h +59 -0
  210. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportFormatter.h +55 -0
  211. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  212. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportMachineInfo.h +64 -0
  213. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportProcessInfo.h +80 -0
  214. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportProcessorInfo.h +64 -0
  215. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportRegisterInfo.h +45 -0
  216. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportSignalInfo.h +50 -0
  217. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportStackFrameInfo.h +50 -0
  218. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportSymbolInfo.h +51 -0
  219. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportSystemInfo.h +158 -0
  220. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportTextFormatter.h +59 -0
  221. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReportThreadInfo.h +75 -0
  222. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReporter.h +131 -0
  223. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Headers/PLCrashReporterConfig.h +193 -0
  224. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Modules/module.modulemap +8 -0
  225. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Resources/Info.plist +48 -0
  226. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/A/Resources/PrivacyInfo.xcprivacy +39 -0
  227. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/CrashReporter +0 -0
  228. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/CrashReporter.h +366 -0
  229. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashFeatureConfig.h +108 -0
  230. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashMacros.h +143 -0
  231. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashNamespace.h +320 -0
  232. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReport.h +193 -0
  233. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportApplicationInfo.h +52 -0
  234. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  235. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportExceptionInfo.h +59 -0
  236. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportFormatter.h +55 -0
  237. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  238. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportMachineInfo.h +64 -0
  239. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportProcessInfo.h +80 -0
  240. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportProcessorInfo.h +64 -0
  241. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportRegisterInfo.h +45 -0
  242. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportSignalInfo.h +50 -0
  243. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportStackFrameInfo.h +50 -0
  244. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportSymbolInfo.h +51 -0
  245. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportSystemInfo.h +158 -0
  246. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportTextFormatter.h +59 -0
  247. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReportThreadInfo.h +75 -0
  248. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReporter.h +131 -0
  249. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Headers/PLCrashReporterConfig.h +193 -0
  250. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Modules/module.modulemap +8 -0
  251. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Resources/Info.plist +48 -0
  252. package/native/ios/PLCrashReporter/CrashReporter.xcframework/macos-arm64_x86_64/CrashReporter.framework/Versions/Current/Resources/PrivacyInfo.xcprivacy +39 -0
  253. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/CrashReporter +0 -0
  254. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/CrashReporter.h +366 -0
  255. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashFeatureConfig.h +108 -0
  256. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashMacros.h +143 -0
  257. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashNamespace.h +320 -0
  258. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReport.h +193 -0
  259. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportApplicationInfo.h +52 -0
  260. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  261. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportExceptionInfo.h +59 -0
  262. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportFormatter.h +55 -0
  263. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  264. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportMachineInfo.h +64 -0
  265. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportProcessInfo.h +80 -0
  266. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportProcessorInfo.h +64 -0
  267. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportRegisterInfo.h +45 -0
  268. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportSignalInfo.h +50 -0
  269. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h +50 -0
  270. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportSymbolInfo.h +51 -0
  271. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportSystemInfo.h +158 -0
  272. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportTextFormatter.h +59 -0
  273. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReportThreadInfo.h +75 -0
  274. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReporter.h +131 -0
  275. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Headers/PLCrashReporterConfig.h +193 -0
  276. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Info.plist +0 -0
  277. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/Modules/module.modulemap +8 -0
  278. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64/CrashReporter.framework/PrivacyInfo.xcprivacy +39 -0
  279. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/CrashReporter +0 -0
  280. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/CrashReporter.h +366 -0
  281. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashFeatureConfig.h +108 -0
  282. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashMacros.h +143 -0
  283. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashNamespace.h +320 -0
  284. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReport.h +193 -0
  285. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportApplicationInfo.h +52 -0
  286. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h +76 -0
  287. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportExceptionInfo.h +59 -0
  288. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportFormatter.h +55 -0
  289. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h +41 -0
  290. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportMachineInfo.h +64 -0
  291. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportProcessInfo.h +80 -0
  292. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportProcessorInfo.h +64 -0
  293. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportRegisterInfo.h +45 -0
  294. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportSignalInfo.h +50 -0
  295. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h +50 -0
  296. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportSymbolInfo.h +51 -0
  297. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportSystemInfo.h +158 -0
  298. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportTextFormatter.h +59 -0
  299. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReportThreadInfo.h +75 -0
  300. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReporter.h +131 -0
  301. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Headers/PLCrashReporterConfig.h +193 -0
  302. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Info.plist +0 -0
  303. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/Modules/module.modulemap +8 -0
  304. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/PrivacyInfo.xcprivacy +39 -0
  305. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeDirectory +0 -0
  306. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeRequirements +0 -0
  307. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeRequirements-1 +0 -0
  308. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeResources +462 -0
  309. package/native/ios/PLCrashReporter/CrashReporter.xcframework/tvos-arm64_x86_64-simulator/CrashReporter.framework/_CodeSignature/CodeSignature +0 -0
  310. package/native/ios/PLCrashReporter/LICENSE.txt +54 -0
  311. package/native/ios/PLCrashReporter/PLCrashReporter.podspec +19 -0
  312. package/native/ios/VERSION +1 -0
  313. package/native/ios/packages/ios/Sources/CrumbCore/Crumb.swift +108 -0
  314. package/native/ios/packages/ios/Sources/CrumbCore/CrumbConfiguration.swift +212 -0
  315. package/native/ios/packages/ios/Sources/CrumbCore/CrumbDiagnostics.swift +158 -0
  316. package/native/ios/packages/ios/Sources/CrumbCore/CrumbFailureStacks.swift +94 -0
  317. package/native/ios/packages/ios/Sources/CrumbCore/CrumbInfrastructureHealthProbe.swift +110 -0
  318. package/native/ios/packages/ios/Sources/CrumbCore/CrumbJavaScriptCrashRecovery.swift +136 -0
  319. package/native/ios/packages/ios/Sources/CrumbCore/CrumbJavaScriptCrashStore.swift +508 -0
  320. package/native/ios/packages/ios/Sources/CrumbCore/CrumbJavaScriptFailureContext.swift +166 -0
  321. package/native/ios/packages/ios/Sources/CrumbCore/CrumbLogs.swift +138 -0
  322. package/native/ios/packages/ios/Sources/CrumbCore/CrumbPolicy.swift +336 -0
  323. package/native/ios/packages/ios/Sources/CrumbCore/CrumbRendering.swift +68 -0
  324. package/native/ios/packages/ios/Sources/CrumbCore/CrumbReportEnvelope.swift +666 -0
  325. package/native/ios/packages/ios/Sources/CrumbCore/CrumbReportQueue.swift +543 -0
  326. package/native/ios/packages/ios/Sources/CrumbCore/CrumbReportUploader.swift +304 -0
  327. package/native/ios/packages/ios/Sources/CrumbCore/CrumbRuntime.swift +306 -0
  328. package/native/ios/packages/ios/Sources/CrumbCore/CrumbSDKVersion.swift +5 -0
  329. package/native/ios/packages/ios/Sources/CrumbCore/CrumbScreenContext.swift +29 -0
  330. package/native/ios/packages/ios/Sources/CrumbUI/CrumbDesign.swift +151 -0
  331. package/native/ios/packages/ios/Sources/CrumbUI/CrumbLocalization.swift +23 -0
  332. package/native/ios/packages/ios/Sources/CrumbUI/CrumbQualityInstrumentation.swift +30 -0
  333. package/native/ios/packages/ios/Sources/CrumbUI/CrumbRenderingMonitor.swift +40 -0
  334. package/native/ios/packages/ios/Sources/CrumbUI/CrumbReporter.swift +1705 -0
  335. package/native/ios/packages/ios/Sources/CrumbUI/CrumbReporterLifecycle.swift +119 -0
  336. package/native/ios/packages/ios/Sources/CrumbUI/CrumbScreenshotArtifact.swift +186 -0
  337. package/native/ios/packages/ios/Sources/CrumbUI/CrumbShakeGestureRecognizer.swift +62 -0
  338. package/native/ios/packages/ios/Sources/CrumbUI/CrumbUploadCoordinator.swift +113 -0
  339. package/native/ios/packages/ios/Sources/CrumbUI/CrumbWorkspacePolicyCoordinator.swift +86 -0
  340. package/native/ios/packages/ios/Sources/CrumbUI/OnDemandDiagnosticsCollector.swift +269 -0
  341. package/native/ios/packages/ios/Sources/CrumbUI/OnDemandLogCollector.swift +213 -0
  342. package/native/ios/packages/ios/Sources/CrumbUI/Resources/en.lproj/Localizable.strings +75 -0
  343. package/native/ios/provenance.json +8 -0
  344. package/nitrogen/generated/android/c++/JHybridCrumbReactNativeSpec.cpp +32 -3
  345. package/nitrogen/generated/android/c++/JHybridCrumbReactNativeSpec.hpp +5 -1
  346. package/nitrogen/generated/android/kotlin/com/margelo/nitro/crumbsdk/reactnative/HybridCrumbReactNativeSpec.kt +17 -1
  347. package/nitrogen/generated/ios/CrumbReactNative-Swift-Cxx-Bridge.hpp +9 -0
  348. package/nitrogen/generated/ios/c++/HybridCrumbReactNativeSpecSwift.hpp +30 -2
  349. package/nitrogen/generated/ios/swift/HybridCrumbReactNativeSpec.swift +5 -1
  350. package/nitrogen/generated/ios/swift/HybridCrumbReactNativeSpec_cxx.swift +55 -2
  351. package/nitrogen/generated/shared/c++/HybridCrumbReactNativeSpec.cpp +4 -0
  352. package/nitrogen/generated/shared/c++/HybridCrumbReactNativeSpec.hpp +5 -1
  353. package/package.json +29 -5
  354. package/plugin/build-hooks.cjs +52 -0
  355. package/plugin/podfile.cjs +21 -0
  356. package/scripts/ios.rb +23 -0
  357. package/src/CrumbReactNative.nitro.ts +5 -1
  358. package/src/NativeCrumbReactNative.web.ts +4 -0
  359. package/src/build-release.ts +30 -0
  360. package/src/index.ts +221 -2
  361. package/src/javascript-crash-capture.ts +774 -0
  362. package/src/log-buffer.ts +27 -2
  363. package/src/screen-context.ts +154 -0
  364. package/src/types.ts +53 -0
  365. package/tools/cli.cjs +116 -0
  366. package/tools/config.cjs +72 -0
  367. package/tools/crumb.gradle +63 -0
  368. package/tools/expo-export.cjs +122 -0
  369. package/tools/ios.cjs +93 -0
  370. package/tools/node.cjs +21 -0
  371. package/tools/release.cjs +65 -0
  372. package/tools/setup.cjs +291 -0
  373. package/tools/upload.cjs +137 -0
@@ -0,0 +1,320 @@
1
+ /*
2
+ * Author: Landon Fuller <landonf@plausible.coop>
3
+ *
4
+ * Copyright (c) 2012-2013 Plausible Labs Cooperative, Inc.
5
+ * All rights reserved.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person
8
+ * obtaining a copy of this software and associated documentation
9
+ * files (the "Software"), to deal in the Software without
10
+ * restriction, including without limitation the rights to use,
11
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ * copies of the Software, and to permit persons to whom the
13
+ * Software is furnished to do so, subject to the following
14
+ * conditions:
15
+ *
16
+ * The above copyright notice and this permission notice shall be
17
+ * included in all copies or substantial portions of the Software.
18
+ *
19
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
23
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26
+ * OTHER DEALINGS IN THE SOFTWARE.
27
+ */
28
+
29
+ /*
30
+ * For external library integrators:
31
+ *
32
+ * Set this value to any valid C symbol prefix. This will automatically
33
+ * prepend the given prefix to all external symbols in the library.
34
+ *
35
+ * This may be used to avoid symbol conflicts between multiple libraries
36
+ * that may both incorporate PLCrashReporter.
37
+ */
38
+ // #define PLCRASHREPORTER_PREFIX AcmeCo
39
+
40
+
41
+ // We need two extra layers of indirection to make CPP substitute
42
+ // the PLCRASHREPORTER_PREFIX define.
43
+ #define PLNS_impl2(prefix, symbol) prefix ## symbol
44
+ #define PLNS_impl(prefix, symbol) PLNS_impl2(prefix, symbol)
45
+ #define PLNS(symbol) PLNS_impl(PLCRASHREPORTER_PREFIX, symbol)
46
+
47
+
48
+ /*
49
+ * Rewrite all ObjC/C symbols.
50
+ *
51
+ * For C++ symbol handling, refer to the PLCR_CPP_BEGIN_NS and PLCR_CPP_END_NS
52
+ * macros.
53
+ */
54
+ #ifdef PLCRASHREPORTER_PREFIX
55
+
56
+ /* Objective-C Classes */
57
+ #define PLCrashMachExceptionServer PLNS(PLCrashMachExceptionServer)
58
+ #define PLCrashReport PLNS(PLCrashReport)
59
+ #define PLCrashReportApplicationInfo PLNS(PLCrashReportApplicationInfo)
60
+ #define PLCrashReportBinaryImageInfo PLNS(PLCrashReportBinaryImageInfo)
61
+ #define PLCrashReportExceptionInfo PLNS(PLCrashReportExceptionInfo)
62
+ #define PLCrashReportMachExceptionInfo PLNS(PLCrashReportMachExceptionInfo)
63
+ #define PLCrashReportMachineInfo PLNS(PLCrashReportMachineInfo)
64
+ #define PLCrashReportProcessInfo PLNS(PLCrashReportProcessInfo)
65
+ #define PLCrashReportProcessorInfo PLNS(PLCrashReportProcessorInfo)
66
+ #define PLCrashReportRegisterInfo PLNS(PLCrashReportRegisterInfo)
67
+ #define PLCrashReportSignalInfo PLNS(PLCrashReportSignalInfo)
68
+ #define PLCrashReportStackFrameInfo PLNS(PLCrashReportStackFrameInfo)
69
+ #define PLCrashReportSymbolInfo PLNS(PLCrashReportSymbolInfo)
70
+ #define PLCrashReportSystemInfo PLNS(PLCrashReportSystemInfo)
71
+ #define PLCrashReportTextFormatter PLNS(PLCrashReportTextFormatter)
72
+ #define PLCrashReportThreadInfo PLNS(PLCrashReportThreadInfo)
73
+ #define PLCrashReporter PLNS(PLCrashReporter)
74
+ #define PLCrashSignalHandler PLNS(PLCrashSignalHandler)
75
+ #define PLCrashHostInfo PLNS(PLCrashHostInfo)
76
+ #define PLCrashMachExceptionPort PLNS(PLCrashMachExceptionPort)
77
+ #define PLCrashMachExceptionPortSet PLNS(PLCrashMachExceptionPortSet)
78
+ #define PLCrashProcessInfo PLNS(PLCrashProcessInfo)
79
+ #define PLCrashReporterConfig PLNS(PLCrashReporterConfig)
80
+ #define PLCrashUncaughtExceptionHandler PLNS(PLCrashUncaughtExceptionHandler)
81
+ #define PLCrashReportFormatter PLNS(PLCrashReportFormatter)
82
+
83
+ /* Public C functions */
84
+ #define PLCrashMachExceptionForward PLNS(PLCrashMachExceptionForward)
85
+ #define PLCrashSignalHandlerForward PLNS(PLCrashSignalHandlerForward)
86
+ #define plcrash_signal_handler PLNS(plcrash_signal_handler)
87
+
88
+
89
+ /* Public C global symbols */
90
+ #define PLCrashReporterErrorDomain PLNS(PLCrashReporterErrorDomain)
91
+ #define PLCrashReportHostArchitecture PLNS(PLCrashReportHostArchitecture)
92
+ #define PLCrashReportHostOperatingSystem PLNS(PLCrashReportHostOperatingSystem)
93
+ #define PLCrashReporterException PLNS(PLCrashReporterException)
94
+
95
+ /* For backwards compatibility, plcrash_async_byteorder vends C++ methods when included under C++. We have
96
+ * to handle this distinctly from our PLCR_CPP_BEGIN_NS C++ namespacing mechanism. */
97
+ #define plcrash_async_byteorder PLNS(plcrash_async_byteorder)
98
+
99
+ /*
100
+ * All private C symbols. Once these are migrated to C++, we'll be able to use the much simpler
101
+ * PLCR_CPP_BEGIN_NS machinery.
102
+ *
103
+ * This list was automatically generated (and can be updated) by setting PLCRASHREPORTER_PREFIX to 'AcmeCo',
104
+ * building the library, and executing the following:
105
+ * nm -g -U <static library> | grep '^[0-9]' | c++filt | grep -v AcmeCo | grep -E '_pl|_PL' | awk '{print $3}' | cut -c 2- | sort | uniq | awk '{print "#define",$1,"PLNS("$1")"}'
106
+ */
107
+ #define pl_mach_thread_self PLNS(pl_mach_thread_self)
108
+ #define plcrash__architecture__descriptor PLNS(plcrash__architecture__descriptor)
109
+ #define plcrash__crash_report__application_info__descriptor PLNS(plcrash__crash_report__application_info__descriptor)
110
+ #define plcrash__crash_report__application_info__init PLNS(plcrash__crash_report__application_info__init)
111
+ #define plcrash__crash_report__binary_image__descriptor PLNS(plcrash__crash_report__binary_image__descriptor)
112
+ #define plcrash__crash_report__binary_image__init PLNS(plcrash__crash_report__binary_image__init)
113
+ #define plcrash__crash_report__descriptor PLNS(plcrash__crash_report__descriptor)
114
+ #define plcrash__crash_report__exception__descriptor PLNS(plcrash__crash_report__exception__descriptor)
115
+ #define plcrash__crash_report__exception__init PLNS(plcrash__crash_report__exception__init)
116
+ #define plcrash__crash_report__free_unpacked PLNS(plcrash__crash_report__free_unpacked)
117
+ #define plcrash__crash_report__get_packed_size PLNS(plcrash__crash_report__get_packed_size)
118
+ #define plcrash__crash_report__init PLNS(plcrash__crash_report__init)
119
+ #define plcrash__crash_report__machine_info__descriptor PLNS(plcrash__crash_report__machine_info__descriptor)
120
+ #define plcrash__crash_report__machine_info__init PLNS(plcrash__crash_report__machine_info__init)
121
+ #define plcrash__crash_report__pack PLNS(plcrash__crash_report__pack)
122
+ #define plcrash__crash_report__pack_to_buffer PLNS(plcrash__crash_report__pack_to_buffer)
123
+ #define plcrash__crash_report__process_info__descriptor PLNS(plcrash__crash_report__process_info__descriptor)
124
+ #define plcrash__crash_report__process_info__init PLNS(plcrash__crash_report__process_info__init)
125
+ #define plcrash__crash_report__processor__descriptor PLNS(plcrash__crash_report__processor__descriptor)
126
+ #define plcrash__crash_report__processor__init PLNS(plcrash__crash_report__processor__init)
127
+ #define plcrash__crash_report__processor__type_encoding__descriptor PLNS(plcrash__crash_report__processor__type_encoding__descriptor)
128
+ #define plcrash__crash_report__report_info__descriptor PLNS(plcrash__crash_report__report_info__descriptor)
129
+ #define plcrash__crash_report__report_info__init PLNS(plcrash__crash_report__report_info__init)
130
+ #define plcrash__crash_report__signal__descriptor PLNS(plcrash__crash_report__signal__descriptor)
131
+ #define plcrash__crash_report__signal__init PLNS(plcrash__crash_report__signal__init)
132
+ #define plcrash__crash_report__signal__mach_exception__descriptor PLNS(plcrash__crash_report__signal__mach_exception__descriptor)
133
+ #define plcrash__crash_report__signal__mach_exception__init PLNS(plcrash__crash_report__signal__mach_exception__init)
134
+ #define plcrash__crash_report__symbol__descriptor PLNS(plcrash__crash_report__symbol__descriptor)
135
+ #define plcrash__crash_report__symbol__init PLNS(plcrash__crash_report__symbol__init)
136
+ #define plcrash__crash_report__system_info__descriptor PLNS(plcrash__crash_report__system_info__descriptor)
137
+ #define plcrash__crash_report__system_info__init PLNS(plcrash__crash_report__system_info__init)
138
+ #define plcrash__crash_report__system_info__operating_system__descriptor PLNS(plcrash__crash_report__system_info__operating_system__descriptor)
139
+ #define plcrash__crash_report__thread__descriptor PLNS(plcrash__crash_report__thread__descriptor)
140
+ #define plcrash__crash_report__thread__init PLNS(plcrash__crash_report__thread__init)
141
+ #define plcrash__crash_report__thread__register_value__descriptor PLNS(plcrash__crash_report__thread__register_value__descriptor)
142
+ #define plcrash__crash_report__thread__register_value__init PLNS(plcrash__crash_report__thread__register_value__init)
143
+ #define plcrash__crash_report__thread__stack_frame__descriptor PLNS(plcrash__crash_report__thread__stack_frame__descriptor)
144
+ #define plcrash__crash_report__thread__stack_frame__init PLNS(plcrash__crash_report__thread__stack_frame__init)
145
+ #define plcrash__crash_report__unpack PLNS(plcrash__crash_report__unpack)
146
+ #define plcrash_async_address_apply_offset PLNS(plcrash_async_address_apply_offset)
147
+ #define plcrash_async_byteorder_big_endian PLNS(plcrash_async_byteorder_big_endian)
148
+ #define plcrash_async_byteorder_direct PLNS(plcrash_async_byteorder_direct)
149
+ #define plcrash_async_byteorder_little_endian PLNS(plcrash_async_byteorder_little_endian)
150
+ #define plcrash_async_byteorder_swapped PLNS(plcrash_async_byteorder_swapped)
151
+ #define plcrash_async_cfe_entry_apply PLNS(plcrash_async_cfe_entry_apply)
152
+ #define plcrash_async_cfe_entry_free PLNS(plcrash_async_cfe_entry_free)
153
+ #define plcrash_async_cfe_entry_init PLNS(plcrash_async_cfe_entry_init)
154
+ #define plcrash_async_cfe_entry_register_count PLNS(plcrash_async_cfe_entry_register_count)
155
+ #define plcrash_async_cfe_entry_register_list PLNS(plcrash_async_cfe_entry_register_list)
156
+ #define plcrash_async_cfe_entry_return_address_register PLNS(plcrash_async_cfe_entry_return_address_register)
157
+ #define plcrash_async_cfe_entry_stack_adjustment PLNS(plcrash_async_cfe_entry_stack_adjustment)
158
+ #define plcrash_async_cfe_entry_stack_offset PLNS(plcrash_async_cfe_entry_stack_offset)
159
+ #define plcrash_async_cfe_entry_type PLNS(plcrash_async_cfe_entry_type)
160
+ #define plcrash_async_cfe_reader_find_pc PLNS(plcrash_async_cfe_reader_find_pc)
161
+ #define plcrash_async_cfe_reader_free PLNS(plcrash_async_cfe_reader_free)
162
+ #define plcrash_async_cfe_reader_init PLNS(plcrash_async_cfe_reader_init)
163
+ #define plcrash_async_cfe_register_decode PLNS(plcrash_async_cfe_register_decode)
164
+ #define plcrash_async_cfe_register_encode PLNS(plcrash_async_cfe_register_encode)
165
+ #define plcrash_async_file_close PLNS(plcrash_async_file_close)
166
+ #define plcrash_async_file_flush PLNS(plcrash_async_file_flush)
167
+ #define plcrash_async_file_init PLNS(plcrash_async_file_init)
168
+ #define plcrash_async_file_write PLNS(plcrash_async_file_write)
169
+ #define plcrash_async_find_symbol PLNS(plcrash_async_find_symbol)
170
+ #define plcrash_async_image_containing_address PLNS(plcrash_async_image_containing_address)
171
+ #define plcrash_async_image_list_next PLNS(plcrash_async_image_list_next)
172
+ #define plcrash_async_image_list_set_reading PLNS(plcrash_async_image_list_set_reading)
173
+ #define plcrash_async_mach_exception_get_siginfo PLNS(plcrash_async_mach_exception_get_siginfo)
174
+ #define plcrash_async_macho_byteorder PLNS(plcrash_async_macho_byteorder)
175
+ #define plcrash_async_macho_contains_address PLNS(plcrash_async_macho_contains_address)
176
+ #define plcrash_async_macho_cpu_subtype PLNS(plcrash_async_macho_cpu_subtype)
177
+ #define plcrash_async_macho_cpu_type PLNS(plcrash_async_macho_cpu_type)
178
+ #define plcrash_async_macho_find_command PLNS(plcrash_async_macho_find_command)
179
+ #define plcrash_async_macho_find_segment_cmd PLNS(plcrash_async_macho_find_segment_cmd)
180
+ #define plcrash_async_macho_find_symbol_by_name PLNS(plcrash_async_macho_find_symbol_by_name)
181
+ #define plcrash_async_macho_find_symbol_by_pc PLNS(plcrash_async_macho_find_symbol_by_pc)
182
+ #define plcrash_async_macho_header PLNS(plcrash_async_macho_header)
183
+ #define plcrash_async_macho_header_size PLNS(plcrash_async_macho_header_size)
184
+ #define plcrash_async_macho_map_section PLNS(plcrash_async_macho_map_section)
185
+ #define plcrash_async_macho_map_segment PLNS(plcrash_async_macho_map_segment)
186
+ #define plcrash_async_macho_mapped_segment_free PLNS(plcrash_async_macho_mapped_segment_free)
187
+ #define plcrash_async_macho_next_command PLNS(plcrash_async_macho_next_command)
188
+ #define plcrash_async_macho_next_command_type PLNS(plcrash_async_macho_next_command_type)
189
+ #define plcrash_async_macho_string_free PLNS(plcrash_async_macho_string_free)
190
+ #define plcrash_async_macho_string_get_length PLNS(plcrash_async_macho_string_get_length)
191
+ #define plcrash_async_macho_string_get_pointer PLNS(plcrash_async_macho_string_get_pointer)
192
+ #define plcrash_async_macho_string_init PLNS(plcrash_async_macho_string_init)
193
+ #define plcrash_async_macho_symtab_reader_free PLNS(plcrash_async_macho_symtab_reader_free)
194
+ #define plcrash_async_macho_symtab_reader_init PLNS(plcrash_async_macho_symtab_reader_init)
195
+ #define plcrash_async_macho_symtab_reader_read PLNS(plcrash_async_macho_symtab_reader_read)
196
+ #define plcrash_async_macho_symtab_reader_symbol_name PLNS(plcrash_async_macho_symtab_reader_symbol_name)
197
+ #define plcrash_async_memcpy PLNS(plcrash_async_memcpy)
198
+ #define plcrash_async_memset PLNS(plcrash_async_memset)
199
+ #define plcrash_async_mobject_base_address PLNS(plcrash_async_mobject_base_address)
200
+ #define plcrash_async_mobject_free PLNS(plcrash_async_mobject_free)
201
+ #define plcrash_async_mobject_init PLNS(plcrash_async_mobject_init)
202
+ #define plcrash_async_mobject_length PLNS(plcrash_async_mobject_length)
203
+ #define plcrash_async_mobject_read_uint16 PLNS(plcrash_async_mobject_read_uint16)
204
+ #define plcrash_async_mobject_read_uint32 PLNS(plcrash_async_mobject_read_uint32)
205
+ #define plcrash_async_mobject_read_uint64 PLNS(plcrash_async_mobject_read_uint64)
206
+ #define plcrash_async_mobject_read_uint8 PLNS(plcrash_async_mobject_read_uint8)
207
+ #define plcrash_async_mobject_remap_address PLNS(plcrash_async_mobject_remap_address)
208
+ #define plcrash_async_mobject_task PLNS(plcrash_async_mobject_task)
209
+ #define plcrash_async_mobject_verify_local_pointer PLNS(plcrash_async_mobject_verify_local_pointer)
210
+ #define plcrash_async_objc_cache_free PLNS(plcrash_async_objc_cache_free)
211
+ #define plcrash_async_objc_cache_init PLNS(plcrash_async_objc_cache_init)
212
+ #define plcrash_async_objc_find_method PLNS(plcrash_async_objc_find_method)
213
+ #define plcrash_async_signal_sigcode PLNS(plcrash_async_signal_sigcode)
214
+ #define plcrash_async_signal_signame PLNS(plcrash_async_signal_signame)
215
+ #define plcrash_async_strcmp PLNS(plcrash_async_strcmp)
216
+ #define plcrash_async_strerror PLNS(plcrash_async_strerror)
217
+ #define plcrash_async_strncmp PLNS(plcrash_async_strncmp)
218
+ #define plcrash_async_symbol_cache_free PLNS(plcrash_async_symbol_cache_free)
219
+ #define plcrash_async_symbol_cache_init PLNS(plcrash_async_symbol_cache_init)
220
+ #define plcrash_async_task_memcpy PLNS(plcrash_async_task_memcpy)
221
+ #define plcrash_async_task_read_uint16 PLNS(plcrash_async_task_read_uint16)
222
+ #define plcrash_async_task_read_uint32 PLNS(plcrash_async_task_read_uint32)
223
+ #define plcrash_async_task_read_uint64 PLNS(plcrash_async_task_read_uint64)
224
+ #define plcrash_async_task_read_uint8 PLNS(plcrash_async_task_read_uint8)
225
+ #define plcrash_async_thread_state_clear_all_regs PLNS(plcrash_async_thread_state_clear_all_regs)
226
+ #define plcrash_async_thread_state_clear_reg PLNS(plcrash_async_thread_state_clear_reg)
227
+ #define plcrash_async_thread_state_clear_volatile_regs PLNS(plcrash_async_thread_state_clear_volatile_regs)
228
+ #define plcrash_async_thread_state_copy PLNS(plcrash_async_thread_state_copy)
229
+ #define plcrash_async_thread_state_current PLNS(plcrash_async_thread_state_current)
230
+ #define plcrash_async_thread_state_current_stub PLNS(plcrash_async_thread_state_current_stub)
231
+ #define plcrash_async_thread_state_get_greg_size PLNS(plcrash_async_thread_state_get_greg_size)
232
+ #define plcrash_async_thread_state_get_reg PLNS(plcrash_async_thread_state_get_reg)
233
+ #define plcrash_async_thread_state_get_reg_count PLNS(plcrash_async_thread_state_get_reg_count)
234
+ #define plcrash_async_thread_state_get_reg_name PLNS(plcrash_async_thread_state_get_reg_name)
235
+ #define plcrash_async_thread_state_get_stack_direction PLNS(plcrash_async_thread_state_get_stack_direction)
236
+ #define plcrash_async_thread_state_has_reg PLNS(plcrash_async_thread_state_has_reg)
237
+ #define plcrash_async_thread_state_init PLNS(plcrash_async_thread_state_init)
238
+ #define plcrash_async_thread_state_mach_thread_init PLNS(plcrash_async_thread_state_mach_thread_init)
239
+ #define plcrash_async_thread_state_map_dwarf_to_reg PLNS(plcrash_async_thread_state_map_dwarf_to_reg)
240
+ #define plcrash_async_thread_state_map_reg_to_dwarf PLNS(plcrash_async_thread_state_map_reg_to_dwarf)
241
+ #define plcrash_async_thread_state_mcontext_init PLNS(plcrash_async_thread_state_mcontext_init)
242
+ #define plcrash_async_thread_state_set_reg PLNS(plcrash_async_thread_state_set_reg)
243
+ #define plcrash_async_writen PLNS(plcrash_async_writen)
244
+ #define plcrash_log_writer_close PLNS(plcrash_log_writer_close)
245
+ #define plcrash_log_writer_free PLNS(plcrash_log_writer_free)
246
+ #define plcrash_log_writer_init PLNS(plcrash_log_writer_init)
247
+ #define plcrash_log_writer_set_exception PLNS(plcrash_log_writer_set_exception)
248
+ #define plcrash_log_writer_write PLNS(plcrash_log_writer_write)
249
+ #define plcrash_log_writer_set_custom_data PLNS(plcrash_log_writer_set_custom_data)
250
+ #define plcrash_nasync_image_list_append PLNS(plcrash_nasync_image_list_append)
251
+ #define plcrash_nasync_image_list_free PLNS(plcrash_nasync_image_list_free)
252
+ #define plcrash_nasync_image_list_init PLNS(plcrash_nasync_image_list_init)
253
+ #define plcrash_nasync_image_list_remove PLNS(plcrash_nasync_image_list_remove)
254
+ #define plcrash_nasync_macho_free PLNS(plcrash_nasync_macho_free)
255
+ #define plcrash_nasync_macho_init PLNS(plcrash_nasync_macho_init)
256
+ #define plcrash_populate_error PLNS(plcrash_populate_error)
257
+ #define plcrash_populate_mach_error PLNS(plcrash_populate_mach_error)
258
+ #define plcrash_populate_posix_error PLNS(plcrash_populate_posix_error)
259
+ #define plcrash_signal_handler PLNS(plcrash_signal_handler)
260
+ #define plcrash_sysctl_int PLNS(plcrash_sysctl_int)
261
+ #define plcrash_sysctl_string PLNS(plcrash_sysctl_string)
262
+ #define plcrash_sysctl_valid_utf8_bytes PLNS(plcrash_sysctl_valid_utf8_bytes)
263
+ #define plcrash_sysctl_valid_utf8_bytes_max PLNS(plcrash_sysctl_valid_utf8_bytes_max)
264
+ #define plcrash_writer_pack PLNS(plcrash_writer_pack)
265
+ #define plframe_cursor_free PLNS(plframe_cursor_free)
266
+ #define plframe_cursor_get_reg PLNS(plframe_cursor_get_reg)
267
+ #define plframe_cursor_get_regcount PLNS(plframe_cursor_get_regcount)
268
+ #define plframe_cursor_get_regname PLNS(plframe_cursor_get_regname)
269
+ #define plframe_cursor_init PLNS(plframe_cursor_init)
270
+ #define plframe_cursor_next PLNS(plframe_cursor_next)
271
+ #define plframe_cursor_next_with_readers PLNS(plframe_cursor_next_with_readers)
272
+ #define plframe_cursor_read_compact_unwind PLNS(plframe_cursor_read_compact_unwind)
273
+ #define plframe_cursor_read_dwarf_unwind PLNS(plframe_cursor_read_dwarf_unwind)
274
+ #define plframe_cursor_read_frame_ptr PLNS(plframe_cursor_read_frame_ptr)
275
+ #define plframe_cursor_thread_init PLNS(plframe_cursor_thread_init)
276
+ #define plframe_strerror PLNS(plframe_strerror)
277
+
278
+ #endif
279
+
280
+ /*
281
+ * The following symbols are exported by the protobuf-c library. When building
282
+ * a shared library, we can hide these as private symbols.
283
+ *
284
+ * However, when building a static library, we can only do so if we use
285
+ * MH_OBJECT "single object prelink". The MH_OBJECT approach allows us to apply
286
+ * symbol hiding/aliasing/etc similar to that supported by dylibs, but because it is
287
+ * seemingly unused within Apple, the use thereof regularly introduces linking bugs
288
+ * and errors in new Xcode releases.
289
+ *
290
+ * Rather than fighting the linker, we use the namespacing machinery to rewrite these
291
+ * symbols, but only when explicitly compiling PLCrashReporter. Since protobuf-c is a library
292
+ * that may be used elsewhere, we don't want to rewrite these symbols if they're used
293
+ * independently by PLCrashReporter API clients.
294
+ */
295
+ #ifdef PLCR_PRIVATE
296
+ /* If no prefix has been defined, we need to specify our own private prefix */
297
+ # ifndef PLCRASHREPORTER_PREFIX
298
+ # define PLCRASHREPORTER_PREFIX PL_
299
+ # endif
300
+
301
+ # define protobuf_c_buffer_simple_append PLNS(protobuf_c_buffer_simple_append)
302
+ # define protobuf_c_empty_string PLNS(protobuf_c_empty_string)
303
+ # define protobuf_c_enum_descriptor_get_value PLNS(protobuf_c_enum_descriptor_get_value)
304
+ # define protobuf_c_enum_descriptor_get_value_by_name PLNS(protobuf_c_enum_descriptor_get_value_by_name)
305
+ # define protobuf_c_message_check PLNS(protobuf_c_message_check)
306
+ # define protobuf_c_message_descriptor_get_field PLNS(protobuf_c_message_descriptor_get_field)
307
+ # define protobuf_c_message_descriptor_get_field_by_name PLNS(protobuf_c_message_descriptor_get_field_by_name)
308
+ # define protobuf_c_message_free_unpacked PLNS(protobuf_c_message_free_unpacked)
309
+ # define protobuf_c_message_get_packed_size PLNS(protobuf_c_message_get_packed_size)
310
+ # define protobuf_c_message_init PLNS(protobuf_c_message_init)
311
+ # define protobuf_c_message_pack PLNS(protobuf_c_message_pack)
312
+ # define protobuf_c_message_pack_to_buffer PLNS(protobuf_c_message_pack_to_buffer)
313
+ # define protobuf_c_message_unpack PLNS(protobuf_c_message_unpack)
314
+ # define protobuf_c_service_descriptor_get_method_by_name PLNS(protobuf_c_service_descriptor_get_method_by_name)
315
+ # define protobuf_c_service_destroy PLNS(protobuf_c_service_destroy)
316
+ # define protobuf_c_service_generated_init PLNS(protobuf_c_service_generated_init)
317
+ # define protobuf_c_service_invoke_internal PLNS(protobuf_c_service_invoke_internal)
318
+ # define protobuf_c_version PLNS(protobuf_c_version)
319
+ # define protobuf_c_version_number PLNS(protobuf_c_version_number)
320
+ #endif /* PLCR_PRIVATE */
@@ -0,0 +1,193 @@
1
+ /*
2
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
3
+ *
4
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
5
+ * All rights reserved.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person
8
+ * obtaining a copy of this software and associated documentation
9
+ * files (the "Software"), to deal in the Software without
10
+ * restriction, including without limitation the rights to use,
11
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ * copies of the Software, and to permit persons to whom the
13
+ * Software is furnished to do so, subject to the following
14
+ * conditions:
15
+ *
16
+ * The above copyright notice and this permission notice shall be
17
+ * included in all copies or substantial portions of the Software.
18
+ *
19
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
23
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26
+ * OTHER DEALINGS IN THE SOFTWARE.
27
+ */
28
+
29
+ #import <Foundation/Foundation.h>
30
+
31
+ #ifndef PLCRASH_REPORT_H
32
+ #define PLCRASH_REPORT_H
33
+
34
+ #if __has_include(<CrashReporter/PLCrashReportApplicationInfo.h>)
35
+ #import <CrashReporter/PLCrashReportApplicationInfo.h>
36
+ #import <CrashReporter/PLCrashReportBinaryImageInfo.h>
37
+ #import <CrashReporter/PLCrashReportExceptionInfo.h>
38
+ #import <CrashReporter/PLCrashReportMachineInfo.h>
39
+ #import <CrashReporter/PLCrashReportMachExceptionInfo.h>
40
+ #import <CrashReporter/PLCrashReportProcessInfo.h>
41
+ #import <CrashReporter/PLCrashReportProcessorInfo.h>
42
+ #import <CrashReporter/PLCrashReportRegisterInfo.h>
43
+ #import <CrashReporter/PLCrashReportSignalInfo.h>
44
+ #import <CrashReporter/PLCrashReportStackFrameInfo.h>
45
+ #import <CrashReporter/PLCrashReportSymbolInfo.h>
46
+ #import <CrashReporter/PLCrashReportSystemInfo.h>
47
+ #import <CrashReporter/PLCrashReportThreadInfo.h>
48
+ #else
49
+ #import "PLCrashReportApplicationInfo.h"
50
+ #import "PLCrashReportBinaryImageInfo.h"
51
+ #import "PLCrashReportExceptionInfo.h"
52
+ #import "PLCrashReportMachineInfo.h"
53
+ #import "PLCrashReportMachExceptionInfo.h"
54
+ #import "PLCrashReportProcessInfo.h"
55
+ #import "PLCrashReportProcessorInfo.h"
56
+ #import "PLCrashReportRegisterInfo.h"
57
+ #import "PLCrashReportSignalInfo.h"
58
+ #import "PLCrashReportStackFrameInfo.h"
59
+ #import "PLCrashReportSymbolInfo.h"
60
+ #import "PLCrashReportSystemInfo.h"
61
+ #import "PLCrashReportThreadInfo.h"
62
+ #endif
63
+
64
+ /**
65
+ * @ingroup constants
66
+ * Crash file magic identifier */
67
+ #define PLCRASH_REPORT_FILE_MAGIC "plcrash"
68
+
69
+ /**
70
+ * @ingroup constants
71
+ * Crash format version byte identifier. Will not change outside of the introduction of
72
+ * an entirely new crash log format. */
73
+ #define PLCRASH_REPORT_FILE_VERSION 1
74
+
75
+ /**
76
+ * @ingroup types
77
+ * Crash log file header format.
78
+ *
79
+ * Crash log files start with 7 byte magic identifier (#PLCRASH_REPORT_FILE_MAGIC),
80
+ * followed by a single unsigned byte version number (#PLCRASH_REPORT_FILE_VERSION).
81
+ * The crash log message format itself is extensible, so this version number will only
82
+ * be incremented in the event of an incompatible encoding or format change.
83
+ */
84
+ struct PLCrashReportFileHeader {
85
+ /** Crash log magic identifier, not NULL terminated */
86
+ const char magic[7];
87
+
88
+ /** Crash log encoding/format version */
89
+ const uint8_t version;
90
+
91
+ /** File data */
92
+ const uint8_t data[];
93
+ } __attribute__((packed));
94
+
95
+
96
+ /**
97
+ * @internal
98
+ * Private decoder instance variables (used to hide the underlying protobuf parser).
99
+ */
100
+ typedef struct _PLCrashReportDecoder _PLCrashReportDecoder;
101
+
102
+ @interface PLCrashReport : NSObject
103
+
104
+ - (id) initWithData: (NSData *) encodedData error: (NSError **) outError;
105
+
106
+ - (PLCrashReportBinaryImageInfo *) imageForAddress: (uint64_t) address;
107
+
108
+ /**
109
+ * System information.
110
+ */
111
+ @property(nonatomic, readonly, strong) PLCrashReportSystemInfo *systemInfo;
112
+
113
+ /**
114
+ * YES if machine information is available.
115
+ */
116
+ @property(nonatomic, readonly) BOOL hasMachineInfo;
117
+
118
+ /**
119
+ * Machine information. Only available in later (v1.1+) crash report format versions. If not available,
120
+ * will be nil.
121
+ */
122
+ @property(nonatomic, readonly, strong) PLCrashReportMachineInfo *machineInfo;
123
+
124
+ /**
125
+ * Application information.
126
+ */
127
+ @property(nonatomic, readonly, strong) PLCrashReportApplicationInfo *applicationInfo;
128
+
129
+ /**
130
+ * YES if process information is available.
131
+ */
132
+ @property(nonatomic, readonly) BOOL hasProcessInfo;
133
+
134
+ /**
135
+ * Process information. Only available in later (v1.1+) crash report format versions. If not available,
136
+ * will be nil.
137
+ */
138
+ @property(nonatomic, readonly, strong) PLCrashReportProcessInfo *processInfo;
139
+
140
+ /**
141
+ * Signal information. This provides the signal and signal code of the fatal signal.
142
+ */
143
+ @property(nonatomic, readonly, strong) PLCrashReportSignalInfo *signalInfo;
144
+
145
+ /**
146
+ * Mach exception information, if available. This will only be included in the
147
+ * case that encoding crash reporter's exception-based reporting was enabled, and a Mach
148
+ * exception was caught.
149
+ *
150
+ * @warning If Mach exception information is available, the legacy signalInfo property will also be provided; this
151
+ * s required to maintain backwards compatibility with the established API. Note, however, that the signal info may be derived from the
152
+ * Mach exception info by the encoding crash reporter, and thus may not exactly match the kernel exception-to-signal
153
+ * mappings implemented in xnu. As such, when Mach exception info is available, its use should be preferred.
154
+ */
155
+ @property(nonatomic, readonly, strong) PLCrashReportMachExceptionInfo *machExceptionInfo;
156
+
157
+ /**
158
+ * Thread information. Returns a list of PLCrashReportThreadInfo instances.
159
+ */
160
+ @property(nonatomic, readonly, strong) NSArray *threads;
161
+
162
+ /**
163
+ * Binary image information. Returns a list of PLCrashReportBinaryImageInfo instances.
164
+ */
165
+ @property(nonatomic, readonly, strong) NSArray *images;
166
+
167
+ /**
168
+ * YES if exception information is available.
169
+ */
170
+ @property(nonatomic, readonly) BOOL hasExceptionInfo;
171
+
172
+ /**
173
+ * Exception information. Only available if a crash was caused by an uncaught exception,
174
+ * otherwise nil.
175
+ */
176
+ @property(nonatomic, readonly, strong) PLCrashReportExceptionInfo *exceptionInfo;
177
+
178
+ /**
179
+ * Custom user data. Only available if user explicitly assigned it before crash happened,
180
+ * otherwise nil.
181
+ */
182
+ @property(nonatomic, readonly, strong) NSData *customData;
183
+
184
+ /**
185
+ * A client-generated 16-byte UUID. May be used to filter duplicate reports submitted or generated
186
+ * by a single client. Only available in later (v1.2+) crash report format versions. If not available,
187
+ * will be NULL.
188
+ */
189
+ @property(nonatomic, readonly) CFUUIDRef uuidRef;
190
+
191
+ @end
192
+
193
+ #endif
@@ -0,0 +1,52 @@
1
+ /*
2
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
3
+ *
4
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
5
+ * All rights reserved.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person
8
+ * obtaining a copy of this software and associated documentation
9
+ * files (the "Software"), to deal in the Software without
10
+ * restriction, including without limitation the rights to use,
11
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ * copies of the Software, and to permit persons to whom the
13
+ * Software is furnished to do so, subject to the following
14
+ * conditions:
15
+ *
16
+ * The above copyright notice and this permission notice shall be
17
+ * included in all copies or substantial portions of the Software.
18
+ *
19
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
23
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26
+ * OTHER DEALINGS IN THE SOFTWARE.
27
+ */
28
+
29
+ #import <Foundation/Foundation.h>
30
+
31
+ @interface PLCrashReportApplicationInfo : NSObject
32
+
33
+ - (id) initWithApplicationIdentifier: (NSString *) applicationIdentifier
34
+ applicationVersion: (NSString *) applicationVersion
35
+ applicationMarketingVersion: (NSString *) applicationMarketingVersion;
36
+
37
+ /**
38
+ * The application identifier. This is usually the application's CFBundleIdentifier value.
39
+ */
40
+ @property(nonatomic, readonly, strong) NSString *applicationIdentifier;
41
+
42
+ /**
43
+ * The application version. This is usually the application's CFBundleVersion value.
44
+ */
45
+ @property(nonatomic, readonly, strong) NSString *applicationVersion;
46
+
47
+ /**
48
+ * The application marketing version. This is usually the application's CFBundleShortVersionString value if available. May be nil.
49
+ */
50
+ @property(nonatomic, readonly, strong) NSString *applicationMarketingVersion;
51
+
52
+ @end
@@ -0,0 +1,76 @@
1
+ /*
2
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
3
+ *
4
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
5
+ * All rights reserved.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person
8
+ * obtaining a copy of this software and associated documentation
9
+ * files (the "Software"), to deal in the Software without
10
+ * restriction, including without limitation the rights to use,
11
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ * copies of the Software, and to permit persons to whom the
13
+ * Software is furnished to do so, subject to the following
14
+ * conditions:
15
+ *
16
+ * The above copyright notice and this permission notice shall be
17
+ * included in all copies or substantial portions of the Software.
18
+ *
19
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
23
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26
+ * OTHER DEALINGS IN THE SOFTWARE.
27
+ */
28
+
29
+ #import <Foundation/Foundation.h>
30
+
31
+ #if __has_include(<CrashReporter/PLCrashReportProcessorInfo.h>)
32
+ #import <CrashReporter/PLCrashReportProcessorInfo.h>
33
+ #else
34
+ #import "PLCrashReportProcessorInfo.h"
35
+ #endif
36
+
37
+ @interface PLCrashReportBinaryImageInfo : NSObject
38
+
39
+ - (id) initWithCodeType: (PLCrashReportProcessorInfo *) processorInfo
40
+ baseAddress: (uint64_t) baseAddress
41
+ size: (uint64_t) imageSize
42
+ name: (NSString *) imageName
43
+ uuid: (NSData *) uuid;
44
+
45
+ /**
46
+ * Image code type, or nil if unavailable.
47
+ */
48
+ @property(nonatomic, readonly, strong) PLCrashReportProcessorInfo *codeType;
49
+
50
+ /**
51
+ * Image base address.
52
+ */
53
+ @property(nonatomic, readonly) uint64_t imageBaseAddress;
54
+
55
+ /**
56
+ * Segment size.
57
+ */
58
+ @property(nonatomic, readonly) uint64_t imageSize;
59
+
60
+ /**
61
+ * Image name (absolute path)
62
+ */
63
+ @property(nonatomic, readonly, strong) NSString *imageName;
64
+
65
+
66
+ /**
67
+ * YES if this image has an associated UUID.
68
+ */
69
+ @property(nonatomic, readonly) BOOL hasImageUUID;
70
+
71
+ /**
72
+ * 128-bit object UUID (matches Mach-O DWARF dSYM files). May be nil if unavailable.
73
+ */
74
+ @property(nonatomic, readonly, strong) NSString *imageUUID;
75
+
76
+ @end