Reputation: 1539
In the Android debugger, an "f" inside a yellow circle appears next to the traits of an object:
Most of these seem to begin with an m, which lead me to believe they are members. But they have an f symbol next to them that seems indicative of something else.
What does the "f" mean in an Android debugger?
Upvotes: 0
Views: 1501
Reputation: 529
Take a look at the JetBrains documentation. There are the names for those icons but unfortunatly they did not add a whole description to it so I'm also a little bit confused over the term "Field" the "f" is refering to.
Upvotes: 3