[Bringup] Enable Darwinn Logging Service on Android T
Enables the EdgeTPU firmware logger on Android T, for WCH. Also makes the tpu_usage paths up-to-date with the new path: edgetpu-soc Bug: 196105736 Test: Manually triggered firmware logs to confirm. Change-Id: I72040f0775f24b128130e4e5d1aba1998b29d723
This commit is contained in:
parent
dc5036b47c
commit
82a677c786
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ void addTPU(std::shared_ptr<PowerStats> p) {
|
|||
|
||||
p->addEnergyConsumer(PowerStatsEnergyConsumer::createMeterAndAttrConsumer(p,
|
||||
EnergyConsumerType::OTHER, "TPU", {"S10M_VDD_TPU"},
|
||||
{{UID_TIME_IN_STATE, "/sys/class/edgetpu/abrolhos/device/tpu_usage"}},
|
||||
{{UID_TIME_IN_STATE, "/sys/class/edgetpu/edgetpu-soc/device/tpu_usage"}},
|
||||
stateCoeffs));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue