feat: Add comprehensive Android test logging and build tracking

- Add build_logs directory for tracking Android build output
- Add Android generated assets to gitignore
- Improve test logging with timestamps and build context
- Add detailed error reporting for build and test failures
- Add proper cleanup of Android build artifacts

The changes improve Android testing by:
1. Tracking build history in build_logs directory
2. Providing detailed build context for debugging
3. Cleaning up generated assets properly
4. Improving error reporting and traceability
5. Adding structured logging for test execution

Added:
- build_logs/ directory for build history
- Android assets cleanup in .gitignore
- Detailed build and test logging
This commit is contained in:
Matthew Raymer
2025-03-13 08:02:03 +00:00
parent 6773f512b9
commit d1acfb3c49
5 changed files with 251 additions and 25 deletions

6
.gitignore vendored
View File

@@ -59,3 +59,9 @@ android/fastlane/test_output
.env.default
vendor/
# Build logs
build_logs/
# Android generated assets
android/app/src/main/assets/public/assets/