@@ -126,7 +126,7 @@ fun classFileToString(classFile: File): String {
|
|||||||
ByteArrayInputStream(BitEncoding.decodeBytes(annotationDataEncoded)).use {
|
ByteArrayInputStream(BitEncoding.decodeBytes(annotationDataEncoded)).use {
|
||||||
input ->
|
input ->
|
||||||
|
|
||||||
out.write("\n------ simpleNames proto -----\n${DebugProtoBuf.SimpleNameTable.parseDelimitedFrom(input)}")
|
out.write("\n------ simpleNames proto -----\n${DebugProtoBuf.StringTable.parseDelimitedFrom(input)}")
|
||||||
out.write("\n------ qualifiedNames proto -----\n${DebugProtoBuf.QualifiedNameTable.parseDelimitedFrom(input)}")
|
out.write("\n------ qualifiedNames proto -----\n${DebugProtoBuf.QualifiedNameTable.parseDelimitedFrom(input)}")
|
||||||
|
|
||||||
when (classHeader!!.kind) {
|
when (classHeader!!.kind) {
|
||||||
|
|||||||
Reference in New Issue
Block a user