Skip to content

Commit d0bf877

Browse files
committed
Accessibility fixes
1 parent 68d4561 commit d0bf877

File tree

7 files changed

+36
-35
lines changed

7 files changed

+36
-35
lines changed

com.unity.mobile.android-logcat/Documentation~/android-logcat-settings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use the **Reset** button at the bottom of the Settings window to restore the def
1616

1717
Use **Messages** section to customize the appearance and the number of the messages displayed on the Android Logcat window.
1818

19-
![](images/logcat-settings-messages.png)
19+
![Messages section on Android Logcat Settings window](images/logcat-settings-messages.png)
2020

2121

2222
|**Setting**|**Description**|
@@ -28,7 +28,7 @@ Use **Messages** section to customize the appearance and the number of the messa
2828

2929
## Message Colors
3030

31-
![](images/logcat-settings-message-colors.png)
31+
![Message colors customization](images/logcat-settings-message-colors.png)
3232

3333

3434
Use **Message Colors** setting to customize the color of the log messages displayed in the Android Logcat window. Customizing the colors can help you differentiate between different types of log messages, making it easier for you to identify any issues. You can assign different colors to log messages based on their priorities, such as **Verbose**, **Debug**, **Info**, **Warn**, **Error**, and **Fatal**. For more information about the priority levels, refer to Android documentation on [Filtering log output](https://developer.android.com/tools/logcat#filteringOutput).
@@ -37,20 +37,20 @@ To customize the log message color, click anywhere on the swatch displayed next
3737

3838
## Memory Window
3939

40-
![](images/logcat-settings-memory-window.png)
40+
![Memory Window](images/logcat-settings-memory-window.png)
4141

4242
Use the **Request Interval ms** setting to specify a time interval to request memory information for the selected application on the connected device. The minimum time interval that you can specify is 500ms.
4343

4444
## Packages
4545

46-
![](images/logcat-settings-packages.png)
46+
![Max Exited Packages](images/logcat-settings-packages.png)
4747

4848

4949
Use the **Max Exited Packages** setting to specify the maximum number for the applications selected in the Package Selector that are now closed. This allows you to restrict the number of entries in the Package Selector dropdown for closed applications to prevent overpopulating the dropdown.
5050

5151
## Stacktrace Regex
5252

53-
![](images/logcat-settings-stacktrace-regex.png)
53+
![Stacktrace Regex](images/logcat-settings-stacktrace-regex.png)
5454

5555

5656
Use the **Stacktrace Regex** setting to configure regular expressions used for resolving function address and library names. You can add new regular expressions, remove, or disable the existing ones.
@@ -62,7 +62,7 @@ For more information, refer to [configure stacktrace regular expressions](stackt
6262

6363
## Symbol Extensions
6464

65-
![](images/logcat-settings-symbol-extensions.png)
65+
![Symbol Extensions](images/logcat-settings-symbol-extensions.png)
6666

6767
Use the **Symbol Extensions** setting to specify file extensions which are appended to symbol file names during stacktrace resolving.
6868

com.unity.mobile.android-logcat/Documentation~/android-logcat-window-reference.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
This page introduces the different parts of the Android Logcat window's interface.
44

5-
![](images/android-logcat-window.png)
5+
![The Android Logcat window with toolbar and message log](images/android-logcat-window.png)
66
> The Anrdoid Logcat window.
77
88
| **Label** | **Description** |
99
| ----------------------- | ------------------------------------------------------------ |
10-
| ![](images/label-a.png) | [Toolbar](#toolbar): Contains options and tools for the Android Logcat window. |
11-
| ![](images/label-b.png) | [Message log](#message-log): Lists the messages that Unity receives from Android Logcat. |
10+
| ![Label A](images/label-a.png) | [Toolbar](#toolbar): Contains options and tools for the Android Logcat window. |
11+
| ![Label B](images/label-b.png) | [Message log](#message-log): Lists the messages that Unity receives from Android Logcat. |
1212

1313
## Toolbar
1414

1515
The toolbar contains options that customize the message log section and also additional tools that relate to Android Logcat and the connected Android device.
1616

17-
![](images/android-logcat-window-toolbar.png)
17+
![The Android Logcat window toolbar](images/android-logcat-window-toolbar.png)
1818
> The Android Logcat window toolbar.
1919
2020
| **Toolbar option** | **Description** |
@@ -33,7 +33,7 @@ The toolbar contains options that customize the message log section and also add
3333

3434
The message log section displays the messages that Unity receives from Android Logcat. It displays information for each message in predefined columns.
3535

36-
![](images/android-logcat-window-message-log.png)
36+
![Message log column names on Android Logcat window](images/android-logcat-window-message-log.png)
3737
> Message log column names.
3838
3939
| **Column name** | **Description** |
@@ -60,7 +60,8 @@ The message log contains functionality that helps you to navigate through and sh
6060

6161
You can access the **Process Manager** from the message log section when you right click on the selected message. The Process Manager helps you to manually invoke events related to a specific process, such as force an application to terminate or send memory trim events.
6262

63-
![](images/android-logcat-process-manager.png)
63+
![Process Manager on Android Logcat window](images/android-logcat-process-manager.png)
64+
> Process Manager.
6465
6566
#### Terminate an application
6667

com.unity.mobile.android-logcat/Documentation~/connect-to-a-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ To connect an Android device to the Android Logcat window:
2020
4. Select **Other connection options**.
2121
5. In window that opens, enter the device's IP address and select **Connect**.
2222

23-
![](images/AndroidLogcatIPWindow.png)
23+
![The available devices window displaying connected devices](images/AndroidLogcatIPWindow.png)
2424
> The available devices window.
2525
2626
## Select a device
2727

2828
You can only connect to one device at a time. To select which device to connect to, use the device list in the Android Logcat window. This list contains the device IDs of connnected devices.
2929

30-
![](images/connect_via_wifi.png)
30+
![The device list drop-down displaying connected devices](images/connect_via_wifi.png)
3131
> The device list drop-down.
3232
3333
> [!TIP]

com.unity.mobile.android-logcat/Documentation~/inputs-window.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To open the Inputs window in the Unity Editor:
66
1. Open the [Android Logcat window](android-logcat-window.md).
77
2. In the [Toolbar](android-logcat-window-reference.md#toolbar), select **Tools** > **Window** > **Inputs**.
88

9-
![](images/inputswindow.png)
9+
![The inputs window](images/inputswindow.png)
1010

1111
The inputs window is divided into five sections:
1212
* Keyboard keys
@@ -22,7 +22,7 @@ The inputs window is divided into five sections:
2222

2323
## Keyboard keys
2424

25-
![](images/InputsWindow_Keyboard.png)
25+
![The inputs window keyboard](images/InputsWindow_Keyboard.png)
2626

2727
Includes letter, number, punctuation, symbol, function, and control keys.
2828

@@ -32,19 +32,19 @@ You can select **Shift** modifier to send keys as if while holding shift.
3232

3333
## Cursor keys
3434

35-
![](images/InputsWindow_Cursor.png)
35+
![Cursor keys](images/InputsWindow_Cursor.png)
3636

3737
Includes navigation keys.
3838

3939
## Numpad keys
4040

41-
![](images/InputsWindow_Numpad.png)
41+
![Numpad keys](images/InputsWindow_Numpad.png)
4242

4343
Includes numerical keys.
4444

4545
## Miscellaneous keys
4646

47-
![](images/InputsWindow_Misc.png)
47+
![Miscellaneous keys](images/InputsWindow_Misc.png)
4848

4949
Includes various helper keys for Android:
5050
* Volume keys
@@ -59,18 +59,18 @@ Includes various helper keys for Android:
5959
* Back/Home/Menu
6060

6161
## TV keys
62-
![](images/InputsWindow_TV.png)
62+
![TV keys](images/InputsWindow_TV.png)
6363

6464
Incluse basic TV keys.
6565

6666
## Media
67-
![](images/InputsWindow_Media.png)
67+
![Media keys](images/InputsWindow_Media.png)
6868

6969
Incluse basic Media keys.
7070

7171

7272
## Send text
7373

74-
![](images/InputsWindow_SendText.png)
74+
![Send block of text](images/InputsWindow_SendText.png)
7575

7676
Provides functionality for send block of text to Android device.

com.unity.mobile.android-logcat/Documentation~/memory-window-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ To open the Memory window in the Unity Editor:
99

1010
If you select **Auto Capture**, Unity periodically captures memory snapshots for the selected application. If you deselect **Auto Capture**, the memory window provides a **Capture** button which you can use to manually capture a memory snapshot. This is useful if the automatic memory requests affect the application's performance.
1111

12-
![](images/MemoryWindow.png)
12+
![The memory window](images/MemoryWindow.png)
1313
> The memory window.
1414
1515
| **Label** | **Description** |
1616
| ----------------------- | ------------------------------------------------------------ |
17-
| ![](images/label-a.png) | [Memory details panel](#memory-details-panel): Displays the amount of allocated memory for each memory type. |
18-
| ![](images/label-b.png) | [Memory chart](#memory-chart): Contains a chart of the memory allocated for the connected application over time. |
17+
| ![Label A](images/label-a.png) | [Memory details panel](#memory-details-panel): Displays the amount of allocated memory for each memory type. |
18+
| ![Label B](images/label-b.png) | [Memory chart](#memory-chart): Contains a chart of the memory allocated for the connected application over time. |
1919

2020
## Memory details panel
2121

2222
The memory details panel displays the amount of memory for each memory type. It can display different memory groups and.
2323

24-
![](images/memory-window-details-panel.png)
24+
![The memory details panel](images/memory-window-details-panel.png)
2525
> The memory details panel.
2626
2727
| **Property** | **Description** |
@@ -60,14 +60,14 @@ To make memory requests, the Memory window uses `adb shell dumpsys meminfo packa
6060

6161
The following screenshot shows the memory dump that `dumpsys` produces:
6262

63-
![](images/MemoryDump.png)
63+
![A raw dumpsys memory dump](images/MemoryDump.png)
6464
> A raw `dumpsys` memory dump.
6565
6666
## Memory chart
6767

6868
The memory chart displays the memory allocated for the connected application over time.
6969

70-
![](images/MemoryWindowChart.png)
70+
![The memory chart](images/MemoryWindowChart.png)
7171
> The memory chart.
7272
7373
To view a snapshot in the [memory details panel](#memory-details-panel), click on the chart at the part you want to view.

com.unity.mobile.android-logcat/Documentation~/screen-capture-window-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ To open the Device Screen Capture window:
1212
1313
| **Label** | **Description** |
1414
| ----------------------- | ------------------------------------------------------------ |
15-
| ![](images/label-a.png) | [Toolbar](#toolbar): Contains options for the Device Screen Capture window. |
16-
| ![](images/label-b.png) | [Recorder settings](#recorder-settings): Contains settings for video recording. |
17-
| ![](images/label-c.png) | [Capture preview](#capture-preview): A preview of the screenshot or video captured from the device. |
15+
| ![Label A](images/label-a.png) | [Toolbar](#toolbar): Contains options for the Device Screen Capture window. |
16+
| ![Label B](images/label-b.png) | [Recorder settings](#recorder-settings): Contains settings for video recording. |
17+
| ![Label C](images/label-c.png) | [Capture preview](#capture-preview): A preview of the screenshot or video captured from the device. |
1818

1919
## Toolbar
2020

2121
The toolbar contains options to control the Screen Capture tool.
2222

23-
![](images/device-screen-capture-window-toolbar.png)
23+
![The Device Screen Capture window toolbar](images/device-screen-capture-window-toolbar.png)
2424
> The Device Screen Capture window toolbar.
2525
2626
| **Toolbar option** | **Description** |

com.unity.mobile.android-logcat/Documentation~/stacktrace-utility-window-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ To open the Stacktrace Utility window:
77
1. Open the [Android Logcat window](android-logcat-window.md).
88
2. From the [toolbar](android-logcat-window-reference.md#toolbar), select **Tools** > **Stacktrace Utility**.
99

10-
![](images/stacktrace-utility-window.png)
10+
![The Stacktrace Utility window](images/stacktrace-utility-window.png)
1111
> The Stacktrace Utility window.
1212
1313
| **Label** | **Description** |
1414
| ----------------------- | ------------------------------------------------------------ |
15-
| ![](images/label-a.png) | [Stacktrace display](#stacktrace-display): Contains a text area to enter a custom stacktrace, and a text area to display the resolved stacktrace. |
16-
| ![](images/label-b.png) | [Stacktrace Utility controls](#stacktrace-utility-controls): Contains controls for the Stacktrace Utility window. |
15+
| ![Label A](images/label-a.png) | [Stacktrace display](#stacktrace-display): Contains a text area to enter a custom stacktrace, and a text area to display the resolved stacktrace. |
16+
| ![Label B](images/label-b.png) | [Stacktrace Utility controls](#stacktrace-utility-controls): Contains controls for the Stacktrace Utility window. |
1717

1818
## Stacktrace display
1919

0 commit comments

Comments
 (0)