Loading apex/statsd/service/Android.bp 0 → 100644 +16 −0 Original line number Diff line number Diff line // Statsd Service jar, which will eventually be put in the statsd mainline apex. // statsd-service needs to be added to PRODUCT_SYSTEM_SERVER_JARS. // This jar will contain StatsCompanionService java_library { name: "statsd-service", installable: true, srcs: [ "java/**/*.java", ], libs: [ "framework", "services.core", ], } No newline at end of file services/core/java/com/android/server/stats/StatsCompanionService.java→apex/statsd/service/java/com/android/server/stats/StatsCompanionService.java +0 −0 File moved. View file services/java/com/android/server/SystemServer.java +3 −2 Original line number Diff line number Diff line Loading @@ -141,7 +141,6 @@ import com.android.server.security.KeyAttestationApplicationIdProviderService; import com.android.server.security.KeyChainSystemService; import com.android.server.signedconfig.SignedConfigService; import com.android.server.soundtrigger.SoundTriggerService; import com.android.server.stats.StatsCompanionService; import com.android.server.statusbar.StatusBarManagerService; import com.android.server.storage.DeviceStorageMonitorService; import com.android.server.telecom.TelecomLoaderService; Loading Loading @@ -202,6 +201,8 @@ public final class SystemServer { "com.android.server.print.PrintManagerService"; private static final String COMPANION_DEVICE_MANAGER_SERVICE_CLASS = "com.android.server.companion.CompanionDeviceManagerService"; private static final String STATS_COMPANION_SERVICE_LIFECYCLE_CLASS = "com.android.server.stats.StatsCompanionService$Lifecycle"; private static final String USB_SERVICE_CLASS = "com.android.server.usb.UsbService$Lifecycle"; private static final String MIDI_SERVICE_CLASS = Loading Loading @@ -1875,7 +1876,7 @@ public final class SystemServer { // Statsd helper t.traceBegin("StartStatsCompanionService"); mSystemServiceManager.startService(StatsCompanionService.Lifecycle.class); mSystemServiceManager.startService(STATS_COMPANION_SERVICE_LIFECYCLE_CLASS); t.traceEnd(); // Incidentd and dumpstated helper Loading Loading
apex/statsd/service/Android.bp 0 → 100644 +16 −0 Original line number Diff line number Diff line // Statsd Service jar, which will eventually be put in the statsd mainline apex. // statsd-service needs to be added to PRODUCT_SYSTEM_SERVER_JARS. // This jar will contain StatsCompanionService java_library { name: "statsd-service", installable: true, srcs: [ "java/**/*.java", ], libs: [ "framework", "services.core", ], } No newline at end of file
services/core/java/com/android/server/stats/StatsCompanionService.java→apex/statsd/service/java/com/android/server/stats/StatsCompanionService.java +0 −0 File moved. View file
services/java/com/android/server/SystemServer.java +3 −2 Original line number Diff line number Diff line Loading @@ -141,7 +141,6 @@ import com.android.server.security.KeyAttestationApplicationIdProviderService; import com.android.server.security.KeyChainSystemService; import com.android.server.signedconfig.SignedConfigService; import com.android.server.soundtrigger.SoundTriggerService; import com.android.server.stats.StatsCompanionService; import com.android.server.statusbar.StatusBarManagerService; import com.android.server.storage.DeviceStorageMonitorService; import com.android.server.telecom.TelecomLoaderService; Loading Loading @@ -202,6 +201,8 @@ public final class SystemServer { "com.android.server.print.PrintManagerService"; private static final String COMPANION_DEVICE_MANAGER_SERVICE_CLASS = "com.android.server.companion.CompanionDeviceManagerService"; private static final String STATS_COMPANION_SERVICE_LIFECYCLE_CLASS = "com.android.server.stats.StatsCompanionService$Lifecycle"; private static final String USB_SERVICE_CLASS = "com.android.server.usb.UsbService$Lifecycle"; private static final String MIDI_SERVICE_CLASS = Loading Loading @@ -1875,7 +1876,7 @@ public final class SystemServer { // Statsd helper t.traceBegin("StartStatsCompanionService"); mSystemServiceManager.startService(StatsCompanionService.Lifecycle.class); mSystemServiceManager.startService(STATS_COMPANION_SERVICE_LIFECYCLE_CLASS); t.traceEnd(); // Incidentd and dumpstated helper Loading