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

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

Completed in 61 milliseconds