Home
last modified time | relevance | path

Searched refs:secondaryProfile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DDexLoadReporter.java141 File secondaryProfile = new File(secondaryProfileDir, dexPathFile.getName() + ".cur.prof"); in registerSecondaryDexForProfiling() local
148 Slog.e(TAG, "Could not create the profile directory: " + secondaryProfile); in registerSecondaryDexForProfiling()
155 boolean created = secondaryProfile.createNewFile(); in registerSecondaryDexForProfiling()
157 Slog.i(TAG, "Created profile for secondary dex: " + secondaryProfile); in registerSecondaryDexForProfiling()
168 VMRuntime.registerAppInfo(secondaryProfile.getPath(), new String[] { dexPath }); in registerSecondaryDexForProfiling()