marzika / Snapprefs

A project which offer enhanced features for Snapchat throught the Xposed Framework.
GNU General Public License v3.0
273 stars 83 forks source link

Change Default Debug settings based on build type #371

Closed M1kep closed 7 years ago

M1kep commented 7 years ago

Description

Set default debug setting to the result of BuildConfig.BUILD_TYPE.toLowerCase() == "debug"

Motivation and Context

Logging can cause significant lag, and SHOULD NOT be enabled by default in release builds.

Types of changes

Checklist: