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 116 String instrumentationProfileFile; // where to save profiling
225 if (instrumentationClass != null || instrumentationProfileFile != null
229 pw.print(" instrumentationProfileFile=");
230 pw.println(instrumentationProfileFile);
ActivityManagerService.java     [all...]

Completed in 2858 milliseconds