Home | History | Annotate | Download | only in os

Lines Matching defs:mStack

204     private RuntimeException mStack;
325 p.mStack = new RuntimeException();
339 if (DEBUG_RECYCLE) mStack = null;
2657 p.mStack = new RuntimeException();
2669 mStack = new RuntimeException();
2671 //Log.i(TAG, "Initializing obj=0x" + Integer.toHexString(obj), mStack);
2704 if (mStack != null) {
2705 Log.w(TAG, "Client did not call Parcel.recycle()", mStack);