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

Commit c7915477 authored by Michael Wright's avatar Michael Wright Committed by Gerrit Code Review
Browse files

Merge "check-flagged-apis: remove debug print" into main

parents cfbcdc1e 9aef0d9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =