mirror of
https://github.com/revanced/smali.git
synced 2025-05-21 00:17:05 +02:00
remove test println
git-svn-id: https://smali.googlecode.com/svn/trunk@458 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
8e9ceda4f9
commit
04473936a1
@ -83,9 +83,6 @@ public class baksmali {
|
|||||||
|
|
||||||
String classDescriptor = classDefItem.getClassType().getTypeDescriptor();
|
String classDescriptor = classDefItem.getClassType().getTypeDescriptor();
|
||||||
|
|
||||||
//TODO: GROT
|
|
||||||
System.out.println(classDescriptor);
|
|
||||||
|
|
||||||
//validate that the descriptor is formatted like we expect
|
//validate that the descriptor is formatted like we expect
|
||||||
if (classDescriptor.charAt(0) != 'L' ||
|
if (classDescriptor.charAt(0) != 'L' ||
|
||||||
classDescriptor.charAt(classDescriptor.length()-1) != ';') {
|
classDescriptor.charAt(classDescriptor.length()-1) != ';') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user