commit | b7802511111937fe533840d43a3e7c2f2d8b387e | [log] [tgz] |
---|---|---|
author | Tej Singh <singhtejinder@google.com> | Wed Dec 04 17:57:04 2019 -0800 |
committer | Tej Singh <singhtejinder@google.com> | Wed Dec 04 17:57:04 2019 -0800 |
tree | 6fd742ca26b370f4ec24a167b3cf689ed1202914 | |
parent | 7761845259920729baedcb58e23eb7fbcf478b8a [diff] [blame] |
Binder API for native pulled atoms Native pullers dont go through statscompanion, so statsd has to get the calling uid. Test: make Change-Id: I21e12fd94a66e700b11dfadcb8b122738873e44c
diff --git a/cmds/statsd/src/condition/CombinationConditionTracker.cpp b/cmds/statsd/src/condition/CombinationConditionTracker.cpp index 52a1269..69aae3d 100644 --- a/cmds/statsd/src/condition/CombinationConditionTracker.cpp +++ b/cmds/statsd/src/condition/CombinationConditionTracker.cpp
@@ -86,7 +86,7 @@ ALOGW("Child initialization failed %lld ", (long long)child); return false; } else { - ALOGW("Child initialization success %lld ", (long long)child); + VLOG("Child initialization success %lld ", (long long)child); } if (allConditionTrackers[childIndex]->isSliced()) {