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

Commit 207f29c5 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "libbinder: consistent LOG_TAG" into main

parents 21a888ee dc5f70c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,8 @@
 * See the License for the specific language governing permissions and
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * limitations under the License.
 */
 */
#define LOG_TAG "libbinder.BackendUnifiedServiceManager"

#include "BackendUnifiedServiceManager.h"
#include "BackendUnifiedServiceManager.h"


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


#include <binder/Binder.h>
#include <binder/Binder.h>


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

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


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

#include "BinderStatsPusher.h"
#include "BinderStatsPusher.h"

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


#include "BufferedTextOutput.h"
#include "BufferedTextOutput.h"


Loading