GithubHelp home page GithubHelp logo

Is there any advice to recover crash stack trace line number in android firebase platform after use "StripDebugInfoPass"? about redex HOT 2 CLOSED

pidanxiangjiao avatar pidanxiangjiao commented on May 18, 2024
Is there any advice to recover crash stack trace line number in android firebase platform after use "StripDebugInfoPass"?

from redex.

Comments (2)

thezhangwei avatar thezhangwei commented on May 18, 2024

@agampe Hey any comment on this one?

from redex.

agampe avatar agampe commented on May 18, 2024

Unlikely, you should have considered the likelihood of your APK being broken before shipping an APK without debug info.

Redex is deterministic. You can try to recompile the exact source for the crashing APK, disabling the strip pass, then look at the output. If the dex bytecode is the same, you have a starting point.

If the Android version this is crashing on is new enough, in the absence of debug information the Android Runtime will print bytecode offsets. If method names are unique, or if you have multiple but only one has said offset be an instruction, then you can map back.


In general, how about you try IODI? We do not have good documentation, but there's tests that show the config, e.g., here.

When you output with IODI, debug info is indirected and shared between buckets of methods. The Play Console won't be very helpful, you will have to use the symbolicator provided with Redex to use the stack, APK and debug metadata from build time to get things like line numbers.

from redex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.