Turn off DEBUG for SimpleInflater

Test: Existing tests pass
Change-Id: I71502f10a7883d0708c3f10a064e1f8cb5520ac9
This commit is contained in:
Maurice Lam 2017-01-17 21:02:14 -08:00
parent 5ed761c1df
commit d33fc41d66

View file

@ -40,7 +40,7 @@ import java.io.IOException;
public abstract class SimpleInflater<T> {
private static final String TAG = "SimpleInflater";
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
protected final Resources mResources;