Useful ADB Logcat parameter for Unity developers

When logging device logs with ADB’s logcat, it’s hard to see your app’s logs between seas of device’s logs, so it’s better to filter out whatever is interested to you when debugging an app. So in case of Unity, you can use this switch to filter out everything but Unity’s Debug.Log commands:

adb logcat -s Unity

Leave a Reply

Your email address will not be published. Required fields are marked *