Home | History | Annotate | Download | only in os

Lines Matching defs:mStack

186     private RuntimeException mStack;
249 p.mStack = new RuntimeException();
263 if (DEBUG_RECYCLE) mStack = null;
2058 p.mStack = new RuntimeException();
2070 mStack = new RuntimeException();
2072 //Log.i(TAG, "Initializing obj=0x" + Integer.toHexString(obj), mStack);
2079 if (mStack != null) {
2080 Log.w(TAG, "Client did not call Parcel.recycle()", mStack);