[roll] Roll fuchsia [tools][gemini] Add file-based logging to gemini_analysis

This change introduces file-based logging to the script to improve
debuggability and provide better insight into the tool's execution.

All script operations, including arguments, API calls, git diffs, and
final outputs, are now logged to . This file is overwritten on each run,
providing a clean record for the latest execution. This makes it
significantly easier to troubleshoot issues and understand the analysis
process without relying solely on stdout.

Test: Added unit tests to gemini_analysis_test to verify the logging functionality.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1414277
Original-Revision: edd0592dab6cb1c1b1fa903ae9970d708019ff61
GitOrigin-RevId: 7612bea93c47c341230eabc5d9456e04bfb7694b
Change-Id: I79a27843a94c077c2b63793cb3f7e3f392b88993
1 file changed
tree: 820e3fe38cc62d4e7064498b96a4b1bf0dbf8b01
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.