Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5d97d76 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-team Robot
Browse files

Log acquired vendorCode

Bug: 137688980

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

Change-Id: Icdbc4a4ba004b5f4b7407de6e8ee256bee8ef97a
(cherry picked from commit f24ae8da)
parent 986f1126
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public abstract class LoggableMonitor {
                statsAction(),
                statsClient(),
                acquiredInfo,
                0 /* vendorCode */, // Don't log vendorCode for now
                vendorCode,
                Utils.isDebugEnabled(context, targetUserId));
    }