Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +6 −0 Original line number Diff line number Diff line Loading @@ -354,6 +354,9 @@ public final class ProfcollectForwardingService extends SystemService { private static void createAndUploadReport(ProfcollectForwardingService pfs) { BackgroundThread.get().getThreadHandler().post(() -> { if (pfs.mIProfcollect == null) { return; } String reportName; try { reportName = pfs.mIProfcollect.report(pfs.mUsageSetting) + ".zip"; Loading Loading @@ -401,6 +404,9 @@ public final class ProfcollectForwardingService extends SystemService { final int traceDuration = 5000; final String traceTag = "camera"; BackgroundThread.get().getThreadHandler().post(() -> { if (mIProfcollect == null) { return; } try { mIProfcollect.trace_process(traceTag, "android.hardware.camera.provider", traceDuration); Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +6 −0 Original line number Diff line number Diff line Loading @@ -354,6 +354,9 @@ public final class ProfcollectForwardingService extends SystemService { private static void createAndUploadReport(ProfcollectForwardingService pfs) { BackgroundThread.get().getThreadHandler().post(() -> { if (pfs.mIProfcollect == null) { return; } String reportName; try { reportName = pfs.mIProfcollect.report(pfs.mUsageSetting) + ".zip"; Loading Loading @@ -401,6 +404,9 @@ public final class ProfcollectForwardingService extends SystemService { final int traceDuration = 5000; final String traceTag = "camera"; BackgroundThread.get().getThreadHandler().post(() -> { if (mIProfcollect == null) { return; } try { mIProfcollect.trace_process(traceTag, "android.hardware.camera.provider", traceDuration); Loading