Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
not going to log error
Browse files Browse the repository at this point in the history
nullpointer0x00 committed Mar 12, 2024
1 parent 0c7ca9a commit 7857979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -245,7 +245,7 @@ private fun findDescriptorsInPackage(packageName: String): List<Descriptors.Desc
try {
it.getMethod("getDescriptor").invoke(null) as Descriptors.Descriptor
} catch (e: Exception) {
null // or log error
null
}
}
}

0 comments on commit 7857979

Please sign in to comment.