简体   繁体   中英

iOS Crashlytics raw unprocessed crash log

Is it possible in Crashlytics to download raw, unprocessed crash/non-fatals iOS logs? By raw I mean logs that have not yet been symbolicated . I'm having some trouble with Bitcode enabled builds and all my symbols are marked as hidden . I have the necessary dSYMs and I'd really like to try to symbolicate some crashes locally, but I wasn't able to find such possibility anywhere

It's not possible to download the raw crash logs. If this is an Ad Hoc distribution, disable "Rebuild from Bitcode" (which is enabled by default on XCode 9 now), and that should remove the hidden symbols.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM