Introduce stats and use relative path in report

This commit is contained in:
You Qi
2023-04-29 18:05:59 +08:00
parent 2e436a3932
commit 572fa5810b
4 changed files with 41 additions and 11 deletions

View File

@@ -69,6 +69,20 @@ unmeta {
}
```
## Report
Generated task report is located at `$BUILD_DIR/outputs/logs/unmeta-report.txt`
```
Start dropping @DebugMetadata from kotlin classes
Removed @DebugMetadata annotation from com\example\main\MainActivity$greetings$2.class
Removed @DebugMetadata annotation from com\example\main\MainActivity$onCreate$2.class
Task finished.
Class files scanned: 7
Class files modified: 7
Execution time: 12ms.
```
## Contributing
Feel free to open a issue or submit a pull request for any bugs/improvements.