Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected output from Trace and from emitObfuscatedFiles options? #9

Open
Nantris opened this issue Mar 6, 2019 · 3 comments
Open

Comments

@Nantris
Copy link

Nantris commented Mar 6, 2019

I've added the trace option to my configuration to help me determine why the output doesn't seem to be transformed at all, but I've not been able to determine where I should see this output. It doesn't appear in my console.

I haven't been able to find any output files anywhere either. Where would one expect to find those?

Thanks for any advice!

@wangghon
Copy link

wangghon commented Mar 7, 2019

you can go to the android folder in your app root folder in the terminal, run ./gradlew assembleRelease, you should see "obfuscating xxx file" being logged if you enable the trace flag to true.

@nomoreboredom
Copy link

nomoreboredom commented May 8, 2019

@wangghon

In my case it is not logging "obfuscating..." because it actually returns before as resultCanBeObfuscated is false all the time, never runs the line if (resultCanBeObfuscated && filter(props.filename, props.src)) {

@Nantris
Copy link
Author

Nantris commented Jul 26, 2019

@nomoreboredom can you provide any more details about how you investigated the code as it ran? I'm not sure what I can do to debug it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants