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

Commit 3a762f2f authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android (Google) Code Review
Browse files

Merge "LayoutLib: Log error when style can't be found." into honeycomb

parents 14770e04 d7cbf3f7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -382,8 +382,9 @@ public final class BridgeContext extends Activity {
                        defStyleValues = (StyleResourceValue)item;
                    }
                } else {
                    // TODO: log the error properly
                    System.out.println("Failed to find defStyle: " + defStyleName);
                    Bridge.getLog().error(null,
                            String.format(
                                    "Failed to find style '%s' in current theme", defStyleName));
                }
            }
        }