-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.3.2] - 2022-04-12 ### Fixes & Improvements - Fix integration tests not able to run on a specific build server configuration like Katana. - Fix stacktrace resolving, when Unity uses NDK 23. ## [1.3.1] - 2022-04-11 ### Fixes & Improvements. - Docs updated. ## [1.3.0] - 2022-03-23 ### Fixes & Improvements. - You can now perform text filtering when disconnected from the device, the filtering will be performed by the logcat package, previously it was performed by **adb logcat** command. - Text filtering has an option to ignore character casing. - Whenever entering new text filter selection of messages will persist, the selection will reset if **adb logcat** command is reexecuted, for ex., picking new tag, picking new priority, etc. - There are new settings in Preferences->Android Logcat Settings: - Max Cached Messages - controls how many unfiltered messages to keep in cache, you can remove the limit, and have as many messages as your memory let's you. - Max Displayed Messages - controls how many messages display on the list, you can remove the limit, but it might cause UI issues. - Fixed tiny issue, when right clicking on the log message, the tag and process id for context menu was being taken from the first selected item, now it will be taken from item which you're hovering on - Fixed issue, when right clicking on the log message with tag containing forward slash, the menu would be incorrectly displayed. - Fixed issue, where logcat package would freeze, if you would click Clear after disconnecting the device. - Add setting for controlling how many exited packages to show in package selection. - Add doc about known issue where logcat might work incorrectly if there more than one Editor instance running. - You can now navigate through messages using arrow keys. - Bump minimum Unity version support from 2019.2 to 2019.4 - Screen Capture has the ability to capture videos from the device, see the documentation for more details
- Loading branch information
Unity Technologies
committed
Apr 12, 2022
1 parent
ab366e8
commit b4884e3
Showing
131 changed files
with
4,126 additions
and
1,007 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
* Guides | ||
* [Overview](index.md) | ||
* [Installation](Installation.md) | ||
* [Connecting To Device](ConnectingToDevice.md) | ||
* [Package Selection](PackageSelection.md) | ||
* [Log Controls](LogControls.md) | ||
* [Filter](Filter.md) | ||
* Tools | ||
* [Screen Capture](ScreenCapture.md) | ||
* [Stacktrace Utility](StacktraceUtility.md) | ||
* [Memory Window](MemoryWindow.md) | ||
|
||
* [Android Logcat](index.md) | ||
* [Requirements and compatibility](requirements-and-compatibility.md) | ||
* [Getting started](getting-started.md) | ||
* [Install the Android Logcat package](install-android-logcat.md) | ||
* [Connect to a device](connect-to-a-device.md) | ||
* [Messages](messages.md) | ||
* [Android Logcat window](android-logcat-window.md) | ||
* [Android Logcat window reference](android-logcat-window-reference.md) | ||
* [Customize message log columns](android-logcat-window-message-log-customize.md) | ||
* [Filter the message log](android-logcat-window-message-log-filter.md) | ||
* [Tools](tools.md) | ||
* [Screen Capture tool](screen-capture.md) | ||
* [Device Screen Capture window reference](screen-capture-window-reference.md) | ||
* [Capture a screenshot](screen-capture-screenshot.md) | ||
* [Capture a video](screen-capture-video.md) | ||
* [Stacktace Utility](stacktrace-utility.md) | ||
* [Stacktrace Utility window reference](stacktrace-utility-window-reference.md) | ||
* [Set up Stacktrace Utility](stacktrace-utility-set-up.md) | ||
* [Resolve a stacktrace](stacktrace-utility-resolve.md) | ||
* [Memory window](memory-window.md) | ||
* [Memory window reference](memory-window-reference.md) |
14 changes: 14 additions & 0 deletions
14
Documentation~/android-logcat-window-message-log-customize.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Customize message log columns | ||
|
||
By default, the [message log](android-logcat-window-reference.md#message-log) displays all possible information for messages that Unity receives from Android Logcat. If you don't need to see every type of message information (for example, the process ID or tag), you can change which columns are visible in the message log. This gives you more space to view the information from other columns, which is especially useful for message text that would otherwise need you to scroll horizontally to read it all. | ||
|
||
To change which columns are visible, right-click anywhere in the message log header. In the context menu that appears, you can: | ||
|
||
* Toggle the visibility of individual columns. | ||
* Hide all columns. | ||
* Show all columns. | ||
|
||
### Additional resources | ||
|
||
* [Message log](android-logcat-window-reference.md#message-log) | ||
* [Filter the message log](android-logcat-window-message-log-filter.md) |
33 changes: 33 additions & 0 deletions
33
Documentation~/android-logcat-window-message-log-filter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Filter the message log | ||
|
||
You can filter the message log so that it only displays the messages that match the filter. You can filter by: | ||
|
||
* [Message text](#filter-by-text) | ||
* [Priority](#filter-by-priority) | ||
* [Tag](#filter-by-tag) | ||
* [Process ID](#filter-by-process-id) | ||
|
||
## Filter by text | ||
|
||
To filter the message log by text, use **Filter Input** and **Filter Options** in the [toolbar](android-logcat-window-reference.md#toolbar). The Android Logcat window checks the text in **Filter Input** against the text in each message and only displays messages that contain the filter text. **Filter Options** determine whether the filter text is case-sensitive and also whether to treat the filter as a regular expression. | ||
|
||
## Filter by priority | ||
|
||
To filter the message log by priority, right-click the **Priority** column header in the [message log](android-logcat-window-reference.md#message-log) and select the priorities you want to appear in the message log. For information about the types of priority, see [Filtering log output](https://developer.android.com/studio/command-line/logcat#filteringOutput). | ||
|
||
## Filter by tag | ||
|
||
Tags indicate the origin of the log message. To filter messages by tag, right-click the **Tag** column header in the message log and select the tags you want to appear in the message log. If you aren't currently filtering messages by tag, you can also right-click a message and select **Add Tag** to filter by that message's tag. | ||
|
||
### Tag Control | ||
|
||
The Tag Control window is an interface that helps you to set which tags to filter messages by. To open it, right-click the **Tag** column header in the message log and select **Tag Control**. In the window, you can manage a list of tags and enable/disable them to change which tags to filter messages by. | ||
|
||
## Filter by process ID | ||
|
||
To filter the message log by process ID, right-click on a message and select **Filter by process id**. When you filter by process ID, the result is similar to [selecting a specific application to view messages from](messages.md#select-an-application). | ||
|
||
## Additional resources | ||
|
||
* [Message log](android-logcat-window-reference.md#message-log) | ||
* [Customize message log columns](android-logcat-window-message-log-customize.md) |
Oops, something went wrong.