diff options
author | Yo Chiang <yochiang@google.com> | 2021-01-05 18:17:04 +0800 |
---|---|---|
committer | Yo Chiang <yochiang@google.com> | 2021-01-06 08:24:16 +0000 |
commit | cd65cd4e04243c367e99029cf9e3d525063e0799 (patch) | |
tree | 422c0356eced11509f9ab03f7f4a7e80fa2ad634 /packages/DynamicSystemInstallationService | |
parent | d15cbc37d5694f35568ab0aa5fa3ed5f260efee6 (diff) |
Change log tag of DynamicSystemClient to match class name
Expand the "DynSystem" abbreviation to "DynamicSystem".
For simpler log grepping.
Bug: 165471299
Test: No
Change-Id: Ibec692ae45539dacd55e13ffaa903b58f3bf0417
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"; |