Searched refs:thisHash (Results 1 – 1 of 1) sorted by relevance
5146 String thisHash = Integer.toHexString(System.identityHashCode(this)); in trackFPS() local5149 Log.v(mTag, "0x" + thisHash + "\tFrame time:\t" + frameTime); in trackFPS()5153 Log.v(mTag, "0x" + thisHash + "\tFPS:\t" + fps); in trackFPS()