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

Commit caa828e2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update comments to point to the new location of event.logtags." into...

Merge "Update comments to point to the new location of event.logtags." into main am: b6a0612f am: 961386c9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3377692



Change-Id: I82500f8620e1a8b7811d68a72655f3d90b9b8949
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 59b50aa9 961386c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# See system/core/logcat/event.logtags for a description of the format of this file.
# See system/logging/logcat/event.logtags for a description of the format of this file.

option java_package android.content;

+1 −1
Original line number Diff line number Diff line
# See system/core/logcat/event.logtags for a description of the format of this file.
# See system/logging/logcat/event.logtags for a description of the format of this file.

option java_package android.os

+2 −2
Original line number Diff line number Diff line
# See system/core/logcat/event.logtags for a description of the format of this file.
# See system/logging/logcat/event.logtags for a description of the format of this file.

option java_package android.view

@@ -35,7 +35,7 @@ option java_package android.view
# 6: Percent
# Default value for data of type int/long is 2 (bytes).
#
# See system/core/logcat/event.logtags for the master copy of the tags.
# See system/logging/logcat/event.logtags for the master copy of the tags.

# 32000 - 32999 reserved for input method framework
# IME animation is started.
+1 −1
Original line number Diff line number Diff line
# See system/core/logcat/event.logtags for a description of the format of this file.
# See system/logging/logcat/event.logtags for a description of the format of this file.

option java_package com.android.internal.app;

+1 −1
Original line number Diff line number Diff line
# See system/core/logcat/event.logtags for a description of the format of this file.
# See system/logging/logcat/event.logtags for a description of the format of this file.

option java_package com.android.internal.logging;

Loading