Skip to content

Commit 4c9c277

Browse files
Nikolai Tillmannfacebook-github-bot
authored andcommitted
validate invoke-* targets
Summary: This adds explicit integrity checks for invoke-* instructions per the dex file format spec. Reviewed By: ssj933 Differential Revision: D44357725 fbshipit-source-id: bc83dcb5e8d992a047bdae38fe218dc878ce9b47
1 parent 447e063 commit 4c9c277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ object ComponentsSystrace {
135135

136136
@JvmStatic
137137
val isTracing: Boolean
138-
get() = systrace.isTracing
138+
@JvmStatic get() = systrace.isTracing
139139
}

0 commit comments

Comments
 (0)