Skip to content

Instantly share code, notes, and snippets.

@jimmyken793
Created August 28, 2011 08:45
Show Gist options
  • Save jimmyken793/1176437 to your computer and use it in GitHub Desktop.
Save jimmyken793/1176437 to your computer and use it in GitHub Desktop.
Android Log Binary Format
int32_t Type
byte[] data
TYPE_INT
int32_t data
TYPE_LONG
int64_t data
TYPE_STRING
int32_t length
char[] data
TYPE_LIST
uint8_t count
TYPE_LOG[] data
TYPE_INT
int32_t Type
int32_t data
TYPE_LONG
int32_t Type
int64_t data
TYPE_STRING
int32_t Type
int32_t length
char[] data
TYPE_LIST
int32_t Type
uint8_t count
TYPE_LOG[] data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment