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