[roll] Roll fuchsia [debugger] Report embedded mode in analytics

The ConsoleContext object will only report if the console is
interactive, and will then use the current ConsoleMode to determine
which type to report to analytics.

ConsoleContext initialization has been moved to the Console::Init
method to facilitate different console implementations setting the
ConsoleMode themselves (e.g. NoninteractiveConsole). A number of tests
are updated to use Console::Init rather than calling
ConsoleContext::InitConsoleMode or EnableOutput explicitly.

This does not affect the DebugAdapter layer at all, attaching to
anything will always report the ConsoleType as "DebugAdapter". There
should be no visible behavior changes to any front end.

Original-Fixed: 459169016
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1417955
Original-Revision: 03b6230c3427ae0b80638571b3f1fb6ded9c0b76
GitOrigin-RevId: e44c0bd0e6344424875a1931554c84f71f6b4436
Change-Id: I514c1ee512836f34be34bb768bde0cfbee709eb3
1 file changed
tree: 46249458b45ece09e77008d1ffbbcb9ce9f5c0b5
  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.