artem-zinnatullin/qualitymatters

BuildConfig.DEBUG is Boolean.parseBoolean("true") with release build type

Open

#180 opened on Jun 1, 2016

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Java (204 forks)batch import
hacktoberfestquestion

Repository metrics

Stars
 (1,759 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

With Android Studio, build the project and found DEBUG is Boolean.parseBoolean("true"), which might be Boolean.parseBoolean("false").

Contributor guide