sauravtom / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Simple getter missing for debug mode in AQUtility #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Simple getter missing for debug mode in AQUtility, helps to know if you have 
debug turned on or not.

    public static boolean getDebug() {
        return debug;
    }

Original issue reported on code.google.com by roxbur...@gmail.com on 12 Jan 2013 at 6:06

GoogleCodeExporter commented 8 years ago
isDebug added.

Original comment by tinyeeliu@gmail.com on 18 Apr 2013 at 4:47