Home | History | Annotate | Download | only in os

Lines Matching refs:mStack

191     private RuntimeException mStack;
296 p.mStack = new RuntimeException();
310 if (DEBUG_RECYCLE) mStack = null;
2198 p.mStack = new RuntimeException();
2210 mStack = new RuntimeException();
2212 //Log.i(TAG, "Initializing obj=0x" + Integer.toHexString(obj), mStack);
2244 if (mStack != null) {
2245 Log.w(TAG, "Client did not call Parcel.recycle()", mStack);