GithubHelp home page GithubHelp logo

Comments (5)

lomanyong avatar lomanyong commented on April 28, 2024

@xinledanding 很棒的提议~我们会尽快支持这个feature

from freeline.

msdx avatar msdx commented on April 28, 2024

+1, like leakcanary

from freeline.

msdx avatar msdx commented on April 28, 2024

希望尽快出releaseCompile的依赖,只要一个类对应方法的空实现就好了。目前我是只在debug时依赖freeline,然后通过反射来解决编译问题的。

        if (BuildConfig.DEBUG) {
            try {
                Class freeline = Class.forName("com.antfortune.freeline.FreelineCore");
                Method method = freeline.getMethod("init", Application.class);
                method.invoke(null, this);
            } catch (Exception e) {
                e.printStackTrace();
            }
        }

from freeline.

lomanyong avatar lomanyong commented on April 28, 2024

@msdx 预计今晚或者明天推出,coming soon.

from freeline.

lomanyong avatar lomanyong commented on April 28, 2024

@xinledanding @msdx 已可以正常使用。

dependencies {
    debugCompile 'com.antfortune.freeline:runtime:0.5.5'
    releaseCompile 'com.antfortune.freeline:runtime-no-op:0.5.5'
    testCompile 'com.antfortune.freeline:runtime-no-op:0.5.5'
}

from freeline.

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.