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

Commit b6a0612f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents f5202a60 31815c61
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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;
option java_package android.content;


+1 −1
Original line number Original line 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
option java_package android.os


+2 −2
Original line number Original line 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
option java_package android.view


@@ -35,7 +35,7 @@ option java_package android.view
# 6: Percent
# 6: Percent
# Default value for data of type int/long is 2 (bytes).
# 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
# 32000 - 32999 reserved for input method framework
# IME animation is started.
# IME animation is started.
+1 −1
Original line number Original line 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;
option java_package com.android.internal.app;


+1 −1
Original line number Original line 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;
option java_package com.android.internal.logging;


Loading