Merge "Qualify private outer call in MediaProjectionManagerService." into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3babc728e0
@@ -325,7 +325,7 @@ public final class MediaProjectionManagerService extends SystemService
|
||||
|
||||
final long token = Binder.clearCallingIdentity();
|
||||
try {
|
||||
dump(pw);
|
||||
MediaProjectionManagerService.this.dump(pw);
|
||||
} finally {
|
||||
Binder.restoreCallingIdentity(token);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user