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

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 108 String instrumentationProfileFile; // where to save profiling
198 if (instrumentationClass != null || instrumentationProfileFile != null
202 pw.print(" instrumentationProfileFile=");
203 pw.println(instrumentationProfileFile);
ActivityManagerService.java     [all...]

Completed in 79 milliseconds