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

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

Completed in 32 milliseconds