More debug info on package state changes.

Bug: 273282505
Test: presubmit
Change-Id: I0cfe7f5920ad7f2733ceba4d156283f827a967bb
diff --git a/src/com/android/stk/StkAppInstaller.java b/src/com/android/stk/StkAppInstaller.java
index 1e96b5e..9439194 100644
--- a/src/com/android/stk/StkAppInstaller.java
+++ b/src/com/android/stk/StkAppInstaller.java
@@ -82,7 +82,7 @@
                 : PackageManager.COMPONENT_ENABLED_STATE_DISABLED;
         if (current != expected) {
             pm.setComponentEnabledSetting(component, expected, PackageManager.DONT_KILL_APP,
-                    userId);
+                    userId, "StkAppInstaller");
             if (DBG) CatLog.d(LOG_TAG, "SIM Toolkit is " + (enable ? "enabled" : "disabled"));
         }
     }