INNER CODE UNIT · Java

App

UnevenSoftware/LeafPic · app/src/main/java/org/horaapps/leafpic/App.java:18

public class App extends MultiDexApplication {

    private static App mInstance;

    @Override
    public void onCreate() {
        super.onCreate();
        mInstance = this;

        ApplicationUtils.init(this);

        /** This process is dedicated to LeakCanary for heap analysis.
         *  You should not init your app in this process. */
        if (LeakCanary.isInAnalyzerProcess(this)) {
            return;
        }
        LeakCanary.install(this);

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…