Skip to content

Commit 4238827

Browse files
Andrew Wangfacebook-github-bot
Andrew Wang
authored andcommitted
Update the trace section name for BaseMountingView
Summary: As per title, update the section name to clear confusion. Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: adityasharat Differential Revision: D69180016 fbshipit-source-id: 108636609fa55dfa65fa380877f436b17cb19467
1 parent 537461f commit 4238827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litho-core/src/main/java/com/facebook/litho/BaseMountingView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ constructor(context: ComponentContext, attrs: AttributeSet? = null) :
171171
}
172172

173173
override fun performLayout(changed: Boolean, l: Int, t: Int, r: Int, b: Int) {
174-
trace("LithoView.performLayout") {
174+
trace("BaseMountingView.performLayout") {
175175
if (hasTree) {
176176
onBeforeLayout(l, t, r, b)
177177

0 commit comments

Comments
 (0)