am 9834d534: better debugging "slot" for the notification icons.

This commit is contained in:
Joe Onorato
2010-06-02 16:27:31 -07:00
committed by Android Git Automerger

View File

@@ -487,7 +487,7 @@ public class PhoneStatusBarService extends StatusBarService {
final View expanded = views[2];
// Construct the icon.
StatusBarIconView iconView = new StatusBarIconView(this,
notification.pkg + "/" + notification.id);
notification.pkg + "/0x" + Integer.toHexString(notification.id));
iconView.set(new StatusBarIcon(notification.pkg, notification.notification.icon,
notification.notification.iconLevel, notification.notification.number));
// Add the expanded view.