Skip to content

Instantly share code, notes, and snippets.

@radistao
Created April 28, 2013 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radistao/5478479 to your computer and use it in GitHub Desktop.
Save radistao/5478479 to your computer and use it in GitHub Desktop.
getTraces as Class, not primitive
getTrace #"null" someStaticConst
getTrace #"null" someStaticVar
GetTracesClass constructor called 1 time(s)
Get instance start
getTrace #"GetTracesClass instance #1" someConst
getTrace #"GetTracesClass instance #1" someVar
ChatMenuStructure getTrace chatMenuStructureConst
ChatMenuStructure getTrace chatMenuStructureVar
ChatMenuStructure constructor
ChatModel contructor before super()
ChatModel contructor after super()
Get instance end
menu is "ChatMenuStructure instance"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment