HomeSort by relevance Sort by last modified time
    Searched refs:instrumentationProfileFile (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 113 String instrumentationProfileFile; // where to save profiling
212 if (instrumentationClass != null || instrumentationProfileFile != null
216 pw.print(" instrumentationProfileFile=");
217 pw.println(instrumentationProfileFile);
ActivityManagerService.java     [all...]

Completed in 52 milliseconds