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

Commit 333dd796 authored by Tor Norbye's avatar Tor Norbye Committed by Android (Google) Code Review
Browse files

Merge "Set theme-tag in render log when failing to find style"

parents 21119270 8836c558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ public final class BridgeContext extends Context {
                    defStyleValues = (StyleResourceValue)item;
                }
            } else {
                Bridge.getLog().error(null,
                Bridge.getLog().error(LayoutLog.TAG_RESOURCES_RESOLVE_THEME_ATTR,
                        String.format(
                                "Failed to find style '%s' in current theme", defStyleName),
                        null /*data*/);