connectedhomeip
[Android] Implement DiagnosticLog
#36591
Merged

Comment changes are shownComment changes are hidden
  • .github/workflows
    • File
      java-tests.yaml
  • examples
    • android/CHIPTool/app/src/main
      • File
        AndroidManifest.xml
      • java/com/google/chip/chiptool
        • File
          SelectActionFragment.kt
        • clusterclient
          • File
            DiagnosticLogFragment.kt
      • res
        • layout
          • File
            diagnostic_log_fragment.xml
          • File
            select_action_fragment.xml
        • values
          • File
            strings.xml
        • xml
          • File
            file_paths.xml
    • java-matter-controller
      • BUILD.gn
      • java/src/com/matter/controller
        • File
          Main.kt
        • commands/bdx
          • File
            DownloadLogCommand.kt
          • File
            PairOnNetworkLongDownloadLogCommand.kt
  • File
    kotlin-detect-config.yaml
  • scripts/tests
    • java
      • File
        bdx_test.py
    • File
      run_java_test.py
  • src
    • controller/java
      • File
        AndroidLogDownloadFromNode.cpp
      • File
        AndroidLogDownloadFromNode.h
      • BUILD.gn
      • File
        BdxDiagnosticLogsReceiver.cpp
      • File
        BdxDiagnosticLogsReceiver.h
      • File
        CHIPDeviceController-JNI.cpp
      • src/chip/devicecontroller
        • File
          ChipDeviceController.java
        • File
          DiagnosticLogType.java
        • File
          DownloadLogCallback.java
    • protocols/bdx
      • File
        BdxUri.h

Loading comments...