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

Completed in 410 milliseconds