You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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)) {
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!
The text was updated successfully, but these errors were encountered: