Skip to content

Commit 39d6f56

Browse files
committed
oli
1 parent 40dfc6a commit 39d6f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/edu/uniandes/tsdl/mutapk/processors/MutationsProcessor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ public ApkHashSeparator generateApkHashSeparator(File manifest, File smali, File
148148
String hashManifest = Sha3.sha512FileSeparte(manifest);
149149
String hashSmaliConSeperado = Sha3.sha512FileSeparte(smali);
150150
String hashResourceConSeperado = Sha3.sha512FileSeparte(resource);
151-
System.out.println("ESTE ES: " + hashManifest);
152-
System.out.println("ESTE ES: " + hashSmaliConSeperado);
153-
System.out.println("ESTE ES: " + hashResourceConSeperado);
151+
System.out.println("ESTE ES MANIFEST: " + hashManifest);
152+
System.out.println("ESTE ES SMALI: " + hashSmaliConSeperado);
153+
System.out.println("ESTE ES RESOURCE: " + hashResourceConSeperado);
154154
ApkHashSeparator apkHashSeparator = new ApkHashSeparator.Builder(hashManifest, hashSmaliConSeperado, hashResourceConSeperado, mutanteId).build();
155155
return apkHashSeparator;
156156
}

0 commit comments

Comments
 (0)