Loading core/java/android/view/ViewDebug.java +4 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.view; import android.util.Config; import android.util.Log; import android.util.DisplayMetrics; import android.content.res.Resources; Loading Loading @@ -140,8 +141,10 @@ public class ViewDebug { public static boolean consistencyCheckEnabled = false; static { if (Config.DEBUG) { Debug.setFieldsOn(ViewDebug.class, true); } } /** * This annotation can be used to mark fields and methods to be dumped by Loading Loading
core/java/android/view/ViewDebug.java +4 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.view; import android.util.Config; import android.util.Log; import android.util.DisplayMetrics; import android.content.res.Resources; Loading Loading @@ -140,8 +141,10 @@ public class ViewDebug { public static boolean consistencyCheckEnabled = false; static { if (Config.DEBUG) { Debug.setFieldsOn(ViewDebug.class, true); } } /** * This annotation can be used to mark fields and methods to be dumped by Loading