diff options
| author | 2020-06-22 14:17:21 +0800 | |
|---|---|---|
| committer | 2020-06-22 14:34:50 +0800 | |
| commit | ad14a26c2c971e7cc6f861293810e9a4a731cb8d (patch) | |
| tree | 3a00001d3519a5a0ff4d9078577c8e2d6ba3d82d | |
| parent | 8411d73710634e188f784d967ca3156ad1fe2672 (diff) | |
Correct the name of enum UserType item
Test: Run statsd_testdrive
Bug: 153942334
Change-Id: Ibefb4a9c03ae0bf3ea9cd2ce186223860aa42e74
| -rw-r--r-- | core/proto/android/stats/connectivity/tethering.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/proto/android/stats/connectivity/tethering.proto b/core/proto/android/stats/connectivity/tethering.proto index 6303b7d1870b..13f0b8c44fb5 100644 --- a/core/proto/android/stats/connectivity/tethering.proto +++ b/core/proto/android/stats/connectivity/tethering.proto @@ -87,7 +87,7 @@ enum UpstreamType { enum UserType { // Unknown. - USER_UNKOWNN = 0; + USER_UNKNOWN = 0; // Settings. USER_SETTINGS = 1; // System UI. |