Giter VIP home page Giter VIP logo

Comments (7)

william-ferguson-au avatar william-ferguson-au commented on June 14, 2024

At this point, the @ReportsCrashes annotation is required.

What's the use case? Why don't you want to use the annotation?

William

from acra.

roisagiv avatar roisagiv commented on June 14, 2024

I several implementations for the crash reporting in my app (one for each environment). one of the implementation is ACRA. I want to keep my Application class unaware of any implementation.

from acra.

KevinGaudin avatar KevinGaudin commented on June 14, 2024

Well, I introduced the annotation as a way to ease the lib setup and configuration for beginners. It's a nice way to ensure that ACRA is initialized at the right moment, at the very beginning of the app life cycle.

Now that we added a full configuration API for advanced devs, we could make the annotation optional. But I fear that it would make troubleshooting beginners setup issues more difficult...

from acra.

roisagiv avatar roisagiv commented on June 14, 2024

For the sake of troubleshooting the log message can stay ("ACRA#init called but no ReportsCrashes annotation..."),
but if ACRA has all it needs when init() is executed, let it run. :)

Thanks.

from acra.

haraldrudell avatar haraldrudell commented on June 14, 2024

I also want to be able to use ACRA without the annotation.

I prefer to have the formkey in a resource or support file and not in my source code...

That would mean either a method init(Application, String formkey) or some ability of configuring prior to the init call.

On node.js, I load this kind of data from a json file provided as properties of a configuration object.

from acra.

william-ferguson-au avatar william-ferguson-au commented on June 14, 2024

You can configure the FormKey or any other config programatically.

Just call ACRA#setConfig(yourACRAconfiguration) before you call ACRA#init. But at present (4.4.0) you will still need to configure you Application class with the @ReportsCrashes annotation to get past the check in #init.

William

from acra.

william-ferguson-au avatar william-ferguson-au commented on June 14, 2024

Closing - no pull request

from acra.

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.