diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-01-06 11:24:01 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-01-06 11:24:01 +0000 |
commit | b7042224339cd10250266827fd05a18656e41fad (patch) | |
tree | 9b03d00d60d1d4a4266dbb555004e648dd0d7ace /packages/DynamicSystemInstallationService | |
parent | 3adb225c8bedfff4e7bfa57903af3ffcf7d44167 (diff) | |
parent | 198e4b4c4b9c9bbdbb8c68aba9ef2a3bd7aa4f4d (diff) |
Merge "Change log tag of DynamicSystemClient to match class name" am: 916dfddfd0 am: 198e4b4c4b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1537885
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I36612768f8f876e93c624ed59d7c92bed7ae8b2d
Diffstat (limited to 'packages/DynamicSystemInstallationService')
-rw-r--r-- | packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java b/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java index a4896cb2d8dc..7f19662c6961 100644 --- a/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java +++ b/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java @@ -74,7 +74,7 @@ import java.util.ArrayList; public class DynamicSystemInstallationService extends Service implements InstallationAsyncTask.ProgressListener { - private static final String TAG = "DynSystemInstallationService"; + private static final String TAG = "DynamicSystemInstallationService"; // TODO (b/131866826): This is currently for test only. Will move this to System API. static final String KEY_ENABLE_WHEN_COMPLETED = "KEY_ENABLE_WHEN_COMPLETED"; |