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

Commit 1578f21d authored by Joe Onorato's avatar Joe Onorato
Browse files

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

Change-Id: I1d4db9c5256ba45a44e50e8229b895e2e5330690
parents 4f5388df 00cb6417
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);
    }
}