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

Commit dd92b611 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Merge commit '00cb6417' into master. Doesn't turn on the debugging."

parents 30604210 1578f21d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import android.content.res.Resources;
import android.graphics.drawable.Drawable;
import android.graphics.Canvas;
import android.util.Slog;
import android.util.Log;
import android.view.ViewDebug;
import android.widget.FrameLayout;

@@ -124,4 +125,10 @@ public class StatusBarIconView extends AnimatedImageView {
    public StatusBarIcon getStatusBarIcon() {
        return mIcon;
    }

    protected void debug(int depth) {
        super.debug(depth);
        Log.d("View", debugIndent(depth) + "slot=" + mSlot);
        Log.d("View", debugIndent(depth) + "icon=" + mIcon);
    }
}