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

Commit f24ae8da authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Log acquired vendorCode

Bug: 137688980

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

Change-Id: Icdbc4a4ba004b5f4b7407de6e8ee256bee8ef97a
parent 43f09107
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));
    }