Log acquired vendorCode

Bug: 137688980

Test: adb shell cmd stats print-logs
      adb logcat | grep -i statsd

Change-Id: Icdbc4a4ba004b5f4b7407de6e8ee256bee8ef97a
This commit is contained in:
Kevin Chyn
2019-07-23 16:51:02 -07:00
parent 43f091072b
commit f24ae8da0e

View File

@@ -93,7 +93,7 @@ public abstract class LoggableMonitor {
statsAction(),
statsClient(),
acquiredInfo,
0 /* vendorCode */, // Don't log vendorCode for now
vendorCode,
Utils.isDebugEnabled(context, targetUserId));
}