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

Commit e551dc76 authored by Romain Guy's avatar Romain Guy
Browse files

Remove warning in non-eng builds.

parent cdb9e971
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