Skip to content

BuildConfig.java, showing build_type = debug in release version of my app #2946

@tyf-manoj

Description

@tyf-manoj

package za.co.twyst;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "za.co.twyst";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";

public BuildConfig() {
}

}
it raise concern for logging and performance of plugin, can anyone help me to get clarity why it is like this on production build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions