Skip to main content
Search our knowledge base

Where I can get the symbols file for the libil2cpp.so library in an Android (IL2CPP) build to symbolicate call stacks from crashes on my production builds?

Comments

3 comments

  • Niall Muldoon

    Hi,

    Is this still accurate? I'm trying to upload symbols to Crashlytics for Android IL2CPP build.

    Do we definitely want "libil2cpp.so.debug" even for non development builds?

    It seems like there is an error or "libil2cpp.so.debug" has been moved to "/StagingArea/symbols/"

    Thank you,

    Niall

    2
  • chenzhizhao

    how to get crash trace for a il2cpp build?

    In old mono builds, I could use addr2line? in il2cpp builds? how to use libil2cpp.so.debug? why I always get meanningless line like "
    ??
    ??:0" in addr2line?

    2
  • Alexandra Kabak

    I also would like to know if anyone has figured out why some of the lines output by addr2line end up being empty and completely useless like this:

    ??
    ??:0

    I've used both the libil2cpp.sym.so and the libunity.sym.so to get a parts of a call stack deobfuscated, but there are still gaps like the above - why? Are there more symbols Unity generates that we need to run through the addr2line tool?

    0

Please sign in to leave a comment.