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

Commit f256c400 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am a62f16ac: Merge change 8877 into donut

Merge commit 'a62f16ac'

* commit 'a62f16ac':
  Remove warning in non-eng builds.
parents bfefdcda a62f16ac
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