check-flagged-apis: remove debug print
Bug: 334870672 Test: atest --host check-flagged-apis-test Change-Id: Ida3ba78bc240b5aed2382bf5a0ea12e8d1e1d763
This commit is contained in:
@@ -269,7 +269,7 @@ internal fun parseApiVersions(input: InputStream): Set<Symbol> {
|
||||
}
|
||||
val methodSignatureParts = methodSignature.split(Regex("\\(|\\)"))
|
||||
if (methodSignatureParts.size != 3) {
|
||||
throw Exception("Bad XML: method signature '$methodSignature': debug $methodSignatureParts")
|
||||
throw Exception("Bad XML: method signature '$methodSignature'")
|
||||
}
|
||||
var (methodName, methodArgs, methodReturnValue) = methodSignatureParts
|
||||
val packageAndClassName =
|
||||
|
Reference in New Issue
Block a user