English 中文(简体)
卸载的垃圾处理器
原标题:Uploaded Crashlytics dSYM version unknown

在XCode的新项目,在

这里是X条码在坠毁和重新启用后的产出:

10.17.0 - [FirebaseSessions][I-SES000000] Version 10.17.0. Expecting subscriptions from: [Crashlytics]
[Firebase/Crashlytics] Version 10.17.0
10.17.0 - [FirebaseCrashlytics][I-CLS000000] [Crashlytics] Running on iPhone14,7, 17.3.0 (21D50)
10.17.0 - [FirebaseCrashlytics][I-CLS000000] Registering Sessions SDK subscription for session data
10.17.0 - [FirebaseSessions][I-SES000000] Registering Sessions SDK subscriber with name: Crashlytics, data collection enabled: true
10.17.0 - [FirebaseCrashlytics][I-CLS000000] Session ID changed: 81ba754854054cc39c4fe8595a22f92b
10.17.0 - [FirebaseCrashlytics][I-CLS000000] Root: /var/mobile/Containers/Data/Application/60EC98D8-4998-4D92-B346-C29046E57EF5/Library/Caches/com.crashlytics.data/com.package.name
10.17.0 - [FirebaseCrashlytics][I-CLS000000] [Crashlytics:Crash:Reports:Event] Firebase Analytics SDK not detected. Crash-free statistics and breadcrumbs will not be reported
10.17.0 - [FirebaseCrashlytics][I-CLS000000] Automatic data collection is enabled.
10.17.0 - [FirebaseCrashlytics][I-CLS000000] Unsent reports will be uploaded at startup
10.17.0 - [FirebaseCrashlytics][I-CLS000000] [Firebase/Crashlytics] Packaged report with id  59378ba00fcc4bcd904a3d6631a8c1ed  for submission
10.17.0 - [FirebaseCrashlytics][I-CLS000000] Submitting report async
10.17.0 - [FirebaseCrashlytics][I-CLS000000] Completed report submission with id: 59378ba00fcc4bcd904a3d6631a8c1ed

In Crashlytics console I can read the following: enter image description here

经过一段时间后,坠机开始出现海关档案状况:上载。 但现在,申请文本是“不知的”。 有关这一具体情况的文件很少或根本没有。

问题回答

这正在按计划进行。 在海关系统卸载之前发生坠毁事件时,坠机将:

  • The UUID
  • And the version and build number

在这种情形下,海关表格将具有这一信息。 如果发生更多坠毁事件,事件数将不断增加。

一旦各自的海关系统上载和处理,坠毁将具有象征意义,而海关系统表将停止从该特定海关系统更新信息。

但是,当你在出现任何坠毁事件之前将海关系统上载到垃圾处理器时,海关系统经过处理,海关系统表也停止更新与该系统相关的信息。 dSYMs没有版本,也没有建筑编号,因此它仍将是“众所周知的”。

如果你看到仪表板上特定版本/数字的坠毁,这意味着所有物品均已正确上载。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签