What information does Crashlytics collect from End Users?

房东的猫 提交于 2020-01-02 07:59:07

问题


I'm using Crashlytics in fabric. I read privacy-policy.pdf to check privacy issue. I found stored information includes device state information, unique device identifiers and so on. I'd like to know what exact information is gathered for device state information and unique device identifier.

Thanks & Regards, Michael Kim.


回答1:


Mike from Fabric here.

As referenced from Crashlytics' site

  • An RFC-4122 UUID which permits us to deduplicate crashes.
  • The timestamp of when the crash occurred.
  • The app's bundle identifier and full version number.
  • The device's operating system name and version number.
  • A boolean indicating whether the device was jailbroken/rooted.
  • The device's model name, CPU architecture, amount of RAM and disk space.
  • The uint64 instruction pointer of every frame of every currently running thread.
  • If available in the runtime, the plain-text method or function name containing each instruction pointer.
  • If an exception was thrown, the plain-text class name and message value of the exception.
  • If a fatal signal was raised, its name and integer code.
  • For each binary image loaded into the application, it's name, UUID, byte size, and the uint64 base address at which it was loaded into RAM.
  • A boolean indicating whether or not the app was in the background at the time it crashed.
  • An integer value indicating the rotation of the screen at the time of crash.
  • A boolean indicating whether the device's proximity sensor was triggered.
  • The device's physical orientation (integer), current amount of RAM used, and current amount of disk space used.


来源:https://stackoverflow.com/questions/43610494/what-information-does-crashlytics-collect-from-end-users

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!