Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.2
Issue ID
1293292
Regression
No
[Android] Android Logcat disconnects when using filter with string "tag:"
How to reproduce:
1. Open a new project
2. Install Android Logcat package
3. Press Play in the Editor
4. Enter "tag:" in the Filter text box
Expected result: Logcat does not disconnect
Actual result: Logcat disconnects (this error pops up: "Disconnected : Either adb application crashed or deviced disconnected")
Reproducible with: Android Logcat 1.2 (2019.4.14f1, 2020.1.14f1, 2020.2.0b11, 2021.1.0a6)
Comments (3)
-
EDevJogos
Nov 28, 2022 20:27
just had this problem on unity 2021.3.2f1, thanks @NEVAERMORR for the solution, it worked for me.
-
nevaermorr
Oct 21, 2022 19:57
I had the same issue and I found that the search text is stored in `UserSettings/AndroidLogcatSettings.asset` in the field `"m_Filter": "your filter text is here",`. Closing Unity, setting this to empty string and reopening fixed the issue for me.
-
mc_fragezeichen
Feb 10, 2022 17:37
This is still happening to me with 2020.3.26f1
currently I have some Text in the Text filter ">" and the above mentioned but appears
weirdly: I even reinstalled unity and it's still there...
(even my Text ">")I have some other versions of ADB on my machine (through Android Studio), but this has never been an issue so far
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Fixed in Android Logcat 1.2.1 (2019.4, 2020.3, 2021.1, 2021.2)