Home | History | Annotate | Download | only in retrace

Lines Matching full:proguard

23 Assume for instance ProGuard itself has been obfuscated using the following
26 -printmapping proguard.map
28 -renamesourcefileattribute ProGuard
34 stack trace in <code>proguard.trace</code>, shown below. Of course, in real
35 life ProGuard rarely throws exceptions, so this is a purposely generated
40 at pro.bY.a(ProGuard:576)
41 at pro.bO.a(ProGuard:431)
42 at pro.bj.a(ProGuard:145)
43 at pro.bY.a(ProGuard:522)
44 at pro.bj.a(ProGuard:129)
45 at pro.bN.a(ProGuard:125)
46 at pro.bY.a(ProGuard:251)
47 at pro.bY.a(ProGuard:229)
48 at pro.l.a(ProGuard:55)
49 at pro.bo.b(ProGuard:405)
50 at pro.ci.a(ProGuard:51)
51 at pro.bo.a(ProGuard:356)
52 at pro.be.a(ProGuard:109)
53 at pro.bo.a(ProGuard:356)
54 at pro.be.a(ProGuard:186)
55 at pro.bg.a(ProGuard:369)
56 at pro.bY.a(ProGuard:286)
57 at pro.bh.a(ProGuard:55)
58 at pro.bg.b(ProGuard:408)
59 at pro.bY.a(ProGuard:190)
60 at pro.bg.a(ProGuard:369)
61 at pro.M.a(ProGuard:110)
62 at pro.bY.a(ProGuard:449)
63 at pro.M.a(ProGuard:99)
64 at pro.bo.a(ProGuard:372)
65 at pro.bY.a(ProGuard:649)
66 at pro.bY.a(ProGuard:112)
67 at pro.P.a(ProGuard:66)
68 at pro.p.a(ProGuard:83)
69 at pro.bU.a(ProGuard:69)
70 at pro.bo.a(ProGuard:356)
71 at pro.J.a(ProGuard:149)
72 at pro.I.a(ProGuard:49)
73 at pro.J.a(ProGuard:105)
74 at pro.cf.c(ProGuard:370)
75 at pro.cf.a(ProGuard:317)
76 at pro.bc.a(ProGuard:55)
77 at proguard.ProGuard.a(ProGuard:363)
78 at proguard.ProGuard.c(ProGuard:187)
79 at proguard.ProGuard.b(ProGuard:385)
80 at proguard.ProGuard.main(ProGuard:429)
86 <b>java -jar retrace.jar proguard.map proguard.trace</b>
93 at proguard.shrink.UsageMarker.visitInstruction(ProGuard:576)
94 at proguard.classfile.instruction.GenericInstruction.accept(ProGuard:431)
95 at proguard.classfile.CodeAttrInfo.instructionsAccept(ProGuard:145)
96 at proguard.shrink.UsageMarker.visitCodeAttrInfo(ProGuard:522)
97 at proguard.classfile.CodeAttrInfo.accept(ProGuard:129)
98 at proguard.classfile.ProgramMemberInfo.attributesAccept(ProGuard:125)
99 at proguard.shrink.UsageMarker.visitMemberInfo(ProGuard:251)
100 at proguard.shrink.UsageMarker.visitProgramMethodInfo(ProGuard:229)
101 at proguard.classfile.ProgramMethodInfo.accept(ProGuard:55)
102 at proguard.classfile.ProgramClassFile.methodAccept(ProGuard:405)
103 at proguard.classfile.visitor.NamedMethodVisitor.visitProgramClassFile(ProGuard:51)
104 at proguard.classfile.ProgramClassFile.accept(ProGuard:356)
105 at proguard.classfile.visitor.ClassFileUpDownTraveler.visitProgramClassFile(ProGuard:109)
106 at proguard.classfile.ProgramClassFile.accept(ProGuard:356)
107 at proguard.classfile.visitor.ClassFileUpDownTraveler.visitLibraryClassFile(ProGuard:186)
108 at proguard.classfile.LibraryClassFile.accept(ProGuard:369)
109 at proguard.shrink.UsageMarker.visitLibraryMethodInfo(ProGuard:286)
110 at proguard.classfile.LibraryMethodInfo.accept(ProGuard:55)
111 at proguard.classfile.LibraryClassFile.methodsAccept(ProGuard:408)
112 at proguard.shrink.UsageMarker.visitLibraryClassFile(ProGuard:190)
113 at proguard.classfile.LibraryClassFile.accept(ProGuard:369)
114 at proguard.classfile.ClassCpInfo.referencedClassAccept(ProGuard:110)
115 at proguard.shrink.UsageMarker.visitClassCpInfo(ProGuard:449)
116 at proguard.classfile.ClassCpInfo.accept(ProGuard:99)
117 at proguard.classfile.ProgramClassFile.constantPoolEntryAccept(ProGuard:372)
118 at proguard.shrink.UsageMarker.markCpEntry(ProGuard:649)
119 at proguard.shrink.UsageMarker.visitProgramClassFile(ProGuard:112)
120 at proguard.classfile.visitor.VariableClassFileVisitor.visitProgramClassFile(ProGuard:66)
121 at proguard.classfile.visitor.MultiClassFileVisitor.visitProgramClassFile(ProGuard:83)
122 at proguard.classfile.visitor.FilteredClassFileVisitor.visitProgramClassFile(ProGuard:69)
123 at proguard.classfile.ProgramClassFile.accept(ProGuard:356)
124 at proguard.classfile.ClassPool.classFileAccept(ProGuard:149)
125 at proguard.classfile.visitor.NamedClassFileVisitor.visitClassPool(ProGuard:49)
126 at proguard.classfile.ClassPool.accept(ProGuard:105)
127 at proguard.KeepCommand.executeShrinkingPhase(ProGuard:370)
128 at proguard.KeepCommand.execute(ProGuard:317)
129 at proguard.CompoundCommand.execute(ProGuard:55)
130 at proguard.ProGuard.executeCommands(ProGuard:363)
131 at proguard.ProGuard.shrink(ProGuard:187)
132 at proguard.ProGuard.execute(ProGuard:385)
133 at proguard.ProGuard.main(ProGuard:429)
141 <b>java -jar retrace.jar -verbose proguard.map proguard.trace</b>
148 at proguard.shrink.UsageMarker.void visitInstruction(proguard.classfile.ClassFile,proguard.classfile.instruction.Instruction)(ProGuard:576)
149 at proguard.classfile.instruction.GenericInstruction.void accept(proguard.classfile.ClassFile,proguard.classfile.instruction.InstructionVisitor)(ProGuard:431)
150 at proguard.classfile.CodeAttrInfo.void instructionsAccept(proguard.classfile.ClassFile,proguard.classfile.instruction.InstructionVisitor)(ProGuard:145)
151 at proguard.shrink.UsageMarker.void visitCodeAttrInfo(proguard.classfile.ClassFile,proguard.classfile.CodeAttrInfo)(ProGuard:522)
152 at proguard.classfile.CodeAttrInfo.void accept(proguard.classfile.ClassFile,proguard.classfile.visitor.AttrInfoVisitor)(ProGuard:129)
153 at proguard.classfile.ProgramMemberInfo.void attributesAccept(proguard.classfile.ProgramClassFile,proguard.classfile.visitor.AttrInfoVisitor)(ProGuard:125)
154 at proguard.shrink.UsageMarker.void visitMemberInfo(proguard.classfile.ProgramClassFile,proguard.classfile.ProgramMemberInfo)(ProGuard:251)
155 at proguard.shrink.UsageMarker.void visitProgramMethodInfo(proguard.classfile.ProgramClassFile,proguard.classfile.ProgramMethodInfo)(ProGuard:229)
156 at proguard.classfile.ProgramMethodInfo.void accept(proguard.classfile.ProgramClassFile,proguard.classfile.visitor.MemberInfoVisitor)(ProGuard:55)
157 at proguard.classfile.ProgramClassFile.void methodAccept(proguard.classfile.visitor.MemberInfoVisitor,java.lang.String,java.lang.String)(ProGuard:405)
158 at proguard.classfile.visitor.NamedMethodVisitor.void visitProgramClassFile(proguard.classfile.ProgramClassFile)(ProGuard:51)
159 at proguard.classfile.ProgramClassFile.void accept(proguard.classfile.visitor.ClassFileVisitor)(ProGuard:356)
160 at proguard.classfile.visitor.ClassFileUpDownTraveler.void visitProgramClassFile(proguard.classfile.ProgramClassFile)(ProGuard:109)
161 at proguard.classfile.ProgramClassFile.void accept(proguard.classfile.visitor.ClassFileVisitor)(ProGuard:356)
162 at proguard.classfile.visitor.ClassFileUpDownTraveler.void visitLibraryClassFile(proguard.classfile.LibraryClassFile)(ProGuard:186)
163 at proguard.classfile.LibraryClassFile.void accept(proguard.classfile.visitor.ClassFileVisitor)(ProGuard:369)
164 at proguard.shrink.UsageMarker.void visitLibraryMethodInfo(proguard.classfile.LibraryClassFile,proguard.classfile.LibraryMethodInfo)(ProGuard:286)
165 at proguard.classfile.LibraryMethodInfo.void accept(proguard.classfile.LibraryClassFile,proguard.classfile.visitor.MemberInfoVisitor)(ProGuard:55)
166 at proguard.classfile.LibraryClassFile.void methodsAccept(proguard.classfile.visitor.MemberInfoVisitor)(ProGuard:408)
167 at proguard.shrink.UsageMarker.void visitLibraryClassFile(proguard.classfile.LibraryClassFile)(ProGuard:190)
168 at proguard.classfile.LibraryClassFile.void accept(proguard.classfile.visitor.ClassFileVisitor)(ProGuard:369)
169 at proguard.classfile.ClassCpInfo.void referencedClassAccept(proguard.classfile.visitor.ClassFileVisitor)(ProGuard:110)
170 at proguard.shrink.UsageMarker.void visitClassCpInfo(proguard.classfile.ClassFile,proguard.classfile.ClassCpInfo)(ProGuard:449)
171 at proguard.classfile.ClassCpInfo.void accept(proguard.classfile.ClassFile,proguard.classfile.visitor.CpInfoVisitor)(ProGuard:99)
172 at proguard.classfile.ProgramClassFile.void constantPoolEntryAccept(proguard.classfile.visitor.CpInfoVisitor,int)(ProGuard:372)
173 at proguard.shrink.UsageMarker.void markCpEntry(proguard.classfile.ClassFile,int)(ProGuard:649)
174 at proguard.shrink.UsageMarker.void visitProgramClassFile(proguard.classfile.ProgramClassFile)(ProGuard:112)
175 at proguard.classfile.visitor.VariableClassFileVisitor.void visitProgramClassFile(proguard.classfile.ProgramClassFile)(ProGuard:66)
176 at proguard.classfile.visitor.MultiClassFileVisitor.void visitProgramClassFile(proguard.classfile.ProgramClassFile)(ProGuard:83)
177 at proguard.classfile.visitor.FilteredClassFileVisitor.void visitProgramClassFile(proguard.classfile.ProgramClassFile)(ProGuard:69)
178 at proguard.classfile.ProgramClassFile.void accept(proguard.classfile.visitor.ClassFileVisitor)(ProGuard:356)
179 at proguard.classfile.ClassPool.void classFileAccept(proguard.classfile.visitor.ClassFileVisitor,java.lang.String)(ProGuard:149)
180 at proguard.classfile.visitor.NamedClassFileVisitor.void visitClassPool(proguard.classfile.ClassPool)(ProGuard:49)
181 at proguard.classfile.ClassPool.void accept(proguard.classfile.visitor.ClassPoolVisitor)(ProGuard:105)
182 at proguard.KeepCommand.void executeShrinkingPhase(proguard.classfile.ClassPool,proguard.classfile.ClassPool)(ProGuard:370)
183 at proguard.KeepCommand.void execute(int,proguard.classfile.ClassPool,proguard.classfile.ClassPool)(ProGuard:317)
184 at proguard.CompoundCommand.void execute(int,proguard.classfile.ClassPool,proguard.classfile.ClassPool)(ProGuard:55)
185 at proguard.ProGuard.void executeCommands(int)(ProGuard:363)
186 at proguard.ProGuard.void shrink()(ProGuard:187)
187 at proguard.ProGuard.void execute(java.lang.String[])(ProGuard:385)
188 at proguard.ProGuard.void main(java.lang.String[])(ProGuard:429)
195 Assume for instance ProGuard itself has been obfuscated using the following
198 -printmapping proguard.map
202 A stack trace <code>proguard.trace</code> will then lack line number
243 at proguard.ProGuard.a(Unknown Source)
244 at proguard.ProGuard.c(Unknown Source)
245 at proguard.ProGuard.b(Unknown Source)
246 at proguard.ProGuard.main(Unknown Source)
252 <b>java -jar retrace.jar proguard.map proguard.trace</b>
260 at proguard.shrink.UsageMarker.visitProgramClassFile(Unknown Source)
296 at proguard.classfile.instruction.GenericInstruction.create(Unknown Source)
300 at proguard.classfile.CodeAttrInfo.getAttribute(Unknown Source)
307 at proguard.KeepCommand.executeShrinkingPhase(Unknown Source)
309 at proguard.KeepCommand.keepField(Unknown Source)
317 at proguard.CompoundCommand.addCommand(Unknown Source)
319 at proguard.ProGuard.readCommands(Unknown Source)
322 at proguard.ProGuard.shrink(Unknown Source)
323 at proguard.ProGuard.check(Unknown Source)
325 at proguard.ProGuard.main(Unknown Source)