binder-trace icon indicating copy to clipboard operation
binder-trace copied to clipboard

Improve string field rendering

Open sam-f0 opened this issue 2 years ago • 0 comments

The current representation of string field is as follows:

 Token Descriptor: string
      Length: 36
      Value: android.os.INetworkManagementService

When showing string arrays etc. this is a very verbose output format. It would be better to specialise the output from string fields so its rendered something like:

Token Descriptor: string (36) "Value: android.os.INetworkManagementService"

The hexdump view also supports showing multiple selections at once so this ticket should cover highlighting the size and string content separately.

sam-f0 avatar Jun 02 '23 15:06 sam-f0