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

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

Completed in 6 milliseconds