sdm710-common: power-libperfmgr: Resolve HintManager shared_ptr conversion
This commit is contained in:
parent
54098687d1
commit
6db1bd45fb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ constexpr std::string_view kPowerHalInitProp("vendor.powerhal.init");
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
// Parse config but do not start the looper
|
// Parse config but do not start the looper
|
||||||
std::shared_ptr<HintManager> hm = HintManager::GetInstance();
|
HintManager *hm = HintManager::GetInstance();
|
||||||
if (!hm) {
|
if (!hm) {
|
||||||
LOG(FATAL) << "HintManager Init failed";
|
LOG(FATAL) << "HintManager Init failed";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue