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

Commit 5c57e03d authored by Steve Howard's avatar Steve Howard Committed by Android Git Automerger
Browse files

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

Merge commit '6ffd9ff0' into gingerbread-plus-aosp

* commit '6ffd9ff0':
  Log full exception when failing to inflate notification view
parents 39c921c6 6ffd9ff0
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);