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

Commit 6d4a911e authored by Steve Howard's avatar Steve Howard Committed by Android Git Automerger
Browse files

am 5c57e03d: am 6ffd9ff0: Merge "Log full exception when failing to inflate...

am 5c57e03d: am 6ffd9ff0: Merge "Log full exception when failing to inflate notification view" into gingerbread

Merge commit '5c57e03d'

* commit '5c57e03d':
  Log full exception when failing to inflate notification view
parents 4847e630 5c57e03d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ public class StatusBarService extends Service implements CommandQueue.Callbacks
        }
        if (expanded == null) {
            String ident = notification.pkg + "/0x" + Integer.toHexString(notification.id);
            Slog.e(TAG, "couldn't inflate view for notification " + ident);
            Slog.e(TAG, "couldn't inflate view for notification " + ident, exception);
            return null;
        } else {
            content.addView(expanded);