summaryrefslogtreecommitdiff
path: root/media/tests
diff options
context:
space:
mode:
author dakinola <dakinola@google.com> 2024-10-03 15:53:26 +0000
committer dakinola <dakinola@google.com> 2024-11-21 13:00:51 +0000
commitd6615c072b30ff766d17f94cdbd2d66b5e37f376 (patch)
treec8e8937f5b16de1df17e8d8068f8cc4616b6095a /media/tests
parentf26b150c127d21081e422f6854079e6db0a78f0f (diff)
Update MediaProjection logging atoms for new windowing metrics
Add fields to track target position & size, and stop reason + log stop reason and updates to bound Bug: 341319250 Test: atest MediaProjectionManagerServiceTest Test: atest ContentRecorderTests Test: atest MediaProjectionMetricsLoggerTest Flag: EXEMPT bugfix Change-Id: I456f974bf37af39882ef011bf60f724670ea8dae
Diffstat (limited to 'media/tests')
-rw-r--r--media/tests/projection/src/android/media/projection/FakeIMediaProjection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/tests/projection/src/android/media/projection/FakeIMediaProjection.java b/media/tests/projection/src/android/media/projection/FakeIMediaProjection.java
index c9807e626429..58aa56babb64 100644
--- a/media/tests/projection/src/android/media/projection/FakeIMediaProjection.java
+++ b/media/tests/projection/src/android/media/projection/FakeIMediaProjection.java
@@ -46,7 +46,7 @@ public final class FakeIMediaProjection extends IMediaProjection.Stub {
}
@Override
- public void stop() throws RemoteException {
+ public void stop(@StopReason int stopReason) throws RemoteException {
// Pass along to the client's callback wrapper.
mIMediaProjectionCallback.onStop();
}