Skip to content

Commit 47c0301

Browse files
committed
Add isDebug method.
1 parent 5f36514 commit 47c0301

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/com/androidquery/util/AQUtility.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ public static void setDebug(boolean debug){
6565
AQUtility.debug = debug;
6666
}
6767

68+
public static boolean isDebug(){
69+
return debug;
70+
}
71+
6872
public static void debugWait(long time){
6973

7074
if(!debug) return;

0 commit comments

Comments
 (0)