Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +11 −11 Original line number Diff line number Diff line Loading @@ -370,6 +370,7 @@ public final class ProfcollectForwardingService extends SystemService { } private static void createAndUploadReport(ProfcollectForwardingService pfs) { BackgroundThread.get().getThreadHandler().post(() -> { String reportName; try { reportName = pfs.mIProfcollect.report(pfs.mUsageSetting) + ".zip"; Loading @@ -381,7 +382,6 @@ public final class ProfcollectForwardingService extends SystemService { Log.i(LOG_TAG, "Upload is not enabled."); return; } BackgroundThread.get().getThreadHandler().post(() -> { Intent intent = new Intent() .setPackage("com.android.shell") .setAction("com.android.shell.action.PROFCOLLECT_UPLOAD") Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +11 −11 Original line number Diff line number Diff line Loading @@ -370,6 +370,7 @@ public final class ProfcollectForwardingService extends SystemService { } private static void createAndUploadReport(ProfcollectForwardingService pfs) { BackgroundThread.get().getThreadHandler().post(() -> { String reportName; try { reportName = pfs.mIProfcollect.report(pfs.mUsageSetting) + ".zip"; Loading @@ -381,7 +382,6 @@ public final class ProfcollectForwardingService extends SystemService { Log.i(LOG_TAG, "Upload is not enabled."); return; } BackgroundThread.get().getThreadHandler().post(() -> { Intent intent = new Intent() .setPackage("com.android.shell") .setAction("com.android.shell.action.PROFCOLLECT_UPLOAD") Loading