commit | 9aef0d9bda6efa534d9e9f8b14bcc1203374f7f5 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Mon Apr 29 10:25:34 2024 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Mon Apr 29 10:35:28 2024 +0200 |
tree | 36122f1997f68c716602fdf3ada754a18fd94959 | |
parent | 8d74fd0a3115cf45f16acd412a073a01ffb11b53 [diff] [blame] |
check-flagged-apis: remove debug print Bug: 334870672 Test: atest --host check-flagged-apis-test Change-Id: Ida3ba78bc240b5aed2382bf5a0ea12e8d1e1d763
diff --git a/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt b/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt index c3a323b..0c078a0 100644 --- a/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt +++ b/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt
@@ -269,7 +269,7 @@ } 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 =