api-impl: misc stubs to make FCM-toolbox launch

This commit is contained in:
Julian Winkler
2025-04-21 11:11:16 +02:00
parent 5de2c27abf
commit cff51b230b
5 changed files with 6 additions and 4 deletions

View File

@@ -463,7 +463,7 @@ public class Context extends Object {
public ComponentName startService(Intent intent) {
ComponentName component = intent.getComponent();
if (component == null) {
Slog.w(TAG, "startService: component is null");
Slog.w(TAG, "startService: component is null for intent: " + intent);
return null;
}