Searched defs:instrumentationProfileFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java85 String instrumentationProfileFile; // where to save profiling field in class:ProcessRecord
162 if (instrumentationClass != null || instrumentationProfileFile != null
166 pw.print(" instrumentationProfileFile=");
167 pw.println(instrumentationProfileFile);

Completed in 30 milliseconds