Home | History | Annotate | Download | only in os

Lines Matching defs:mStack

193     private RuntimeException mStack;
299 p.mStack = new RuntimeException();
313 if (DEBUG_RECYCLE) mStack = null;
2240 p.mStack = new RuntimeException();
2252 mStack = new RuntimeException();
2254 //Log.i(TAG, "Initializing obj=0x" + Integer.toHexString(obj), mStack);
2286 if (mStack != null) {
2287 Log.w(TAG, "Client did not call Parcel.recycle()", mStack);