Skip to content

[Android Logcat] Move tag closer to the message#3373

Merged
lukaville merged 2 commits intomainfrom
dev/nickchameyev/logcat-tag-with-message
Oct 23, 2025
Merged

[Android Logcat] Move tag closer to the message#3373
lukaville merged 2 commits intomainfrom
dev/nickchameyev/logcat-tag-with-message

Conversation

@lukaville
Copy link
Contributor

Changes the order of columns in Android Logs view
to follow the same format as adb logcat.

This columns order is also used by many other tools, so imho would be great to match it here as well

Screenshot with the change:

image

Sample adb logcat output:

10-22 15:49:51.390  9265  9680 E ServiceManager: error in isDeclared
10-22 15:49:51.390  9265  9680 E ServiceManager: java.lang.SecurityException: SELinux denied for service.
10-22 15:49:51.390  9265  9680 E ServiceManager: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3372)

Changes the order of columns in Android Logs view
to follow the same format as `adb logcat`.

This columns order is also used by many other tools,
so imho would be great to match it here as well.
@lukaville lukaville requested a review from stevegolton October 22, 2025 14:52
@lukaville lukaville merged commit 606cb34 into main Oct 23, 2025
15 checks passed
@lukaville lukaville deleted the dev/nickchameyev/logcat-tag-with-message branch October 23, 2025 09:56
@lukaville
Copy link
Contributor Author

oops, sorry, I just noticed from the screenshot that only header has changed, will send another CL with a fix

lukaville added a commit that referenced this pull request Oct 23, 2025
Sorry, as part of #3373 I forgot
to update the cell order in the rows 😓

Attaching screenshot with the fix:

<img width="1776" height="328" alt="image"
src="https://github.com/user-attachments/assets/56b83b56-cad4-49da-958b-aa7f30dedab6"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants