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

Commit dc5f70c1 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: consistent LOG_TAG

Not all of these files have log, but for ease of
debugging and consistency, add them.

Bugs: me
Test: N/A
Flag: EXEMPT .
Change-Id: I757c9ec57d244c061274c0d8638dbbb8509175d5
parent 8443b19b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#define LOG_TAG "libbinder.BackendUnifiedServiceManager"

#include "BackendUnifiedServiceManager.h"

#include <android-base/strings.h>
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#define LOG_TAG "libbinder.Binder"

#include <binder/Binder.h>

+3 −1
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#define LOG_TAG "libbinder.BinderObserver"

#include "BinderObserver.h"
#include <mutex>

+3 −0
Original line number Diff line number Diff line
@@ -13,7 +13,10 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#define LOG_TAG "libbinder.BinderStatsPusher"

#include "BinderStatsPusher.h"

#include <android-base/properties.h>
#include <android/os/IStatsBootstrapAtomService.h>
#include <binder/IServiceManager.h>
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#define LOG_TAG "libbinder.BufferedTextOutput"

#include "BufferedTextOutput.h"

Loading