Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a62f16ac authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8877 into donut

* changes:
  Remove warning in non-eng builds.
parents de36313b e551dc76
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.view;

import android.util.Config;
import android.util.Log;
import android.util.DisplayMetrics;
import android.content.res.Resources;
@@ -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