better debugging "slot" for the notification icons.

Change-Id: Ib7c130a97826f6950f51462ef915a9d0a5f847d6
This commit is contained in:
Joe Onorato
2010-05-29 19:03:49 -04:00
parent 75199e3ddc
commit 9834d53469

View File

@@ -487,7 +487,7 @@ public class PhoneStatusBarService extends StatusBarService {
final View expanded = views[2]; final View expanded = views[2];
// Construct the icon. // Construct the icon.
StatusBarIconView iconView = new StatusBarIconView(this, 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, iconView.set(new StatusBarIcon(notification.pkg, notification.notification.icon,
notification.notification.iconLevel, notification.notification.number)); notification.notification.iconLevel, notification.notification.number));
// Add the expanded view. // Add the expanded view.