-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Establish owners for the AnrTimer feature
Assign ownership to the AnrTimer files in the java source, java unit test, and jni directories. Bug: 282428924 Test: none - OWNERS only Change-Id: I208296bc0cf8369d59ef51c620f50939f843173d
- Loading branch information
Lee Shombert
committed
Dec 7, 2023
1 parent
6da3876
commit 67de4e0
Showing
5 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,8 @@ per-file Watcher.java = file:/services/core/java/com/android/server/pm/OWNERS | |
per-file Watcher.java = [email protected] | ||
per-file EventLogger.java = file:/platform/frameworks/av:/media/janitors/media_solutions_OWNERS | ||
per-file EventLogger.java = [email protected] | ||
|
||
# Bug component : 158088 = per-file AnrTimer*.java | ||
per-file AnrTimer*.java = file:/PERFORMANCE_OWNERS | ||
|
||
per-file flags.aconfig = file:/PERFORMANCE_OWNERS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,6 @@ per-file com_android_server_tv_* = file:/media/java/android/media/tv/OWNERS | |
per-file com_android_server_vibrator_* = file:/services/core/java/com/android/server/vibrator/OWNERS | ||
per-file com_android_server_am_CachedAppOptimizer.cpp = [email protected], [email protected], [email protected], [email protected], [email protected] | ||
per-file com_android_server_companion_virtual_InputController.cpp = file:/services/companion/java/com/android/server/companion/virtual/OWNERS | ||
|
||
# Bug component : 158088 = per-file com_android_server_utils_AnrTimer*.java | ||
per-file com_android_server_utils_AnrTimer*.java = file:/PERFORMANCE_OWNERS |
3 changes: 3 additions & 0 deletions
3
services/tests/servicestests/src/com/android/server/utils/OWNERS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
per-file EventLoggerTest.java = file:/platform/frameworks/av:/media/janitors/media_solutions_OWNERS | ||
per-file EventLoggerTest.java = [email protected] | ||
|
||
# Bug component : 158088 = per-file AnrTimer*.java | ||
per-file AnrTimer*.java = file:/PERFORMANCE_OWNERS |