Unverified Commit febcbcb8 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Print dex when analyzing the APK (#63538)

parent bc74ae54
...@@ -160,7 +160,6 @@ class ApkExtractor { ...@@ -160,7 +160,6 @@ class ApkExtractor {
'packages', 'packages',
apkFile.path, apkFile.path,
], ],
printStdout: false,
); );
_classes = Set<String>.from( _classes = Set<String>.from(
packages packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment