commit | fddf5d9f48d0864a30fcc2706616f6aa6cb06c61 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Tue Jun 07 15:52:25 2011 -0700 |
committer | Andreas Huber <andih@google.com> | Wed Jun 08 16:04:26 2011 -0700 |
tree | 4cf6b1091a3914612f9e3532d185624c62800464 | |
parent | b19fcf3e9c6b9c8c2885b9ac7f7f836a0e2d6d22 [diff] [blame] |
Make dumpsys(media.player) more useful by having AwesomePlayer populate it. Change-Id: I12ba7d542331a8293d67a0d47378b8be4f777759
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h index f0401cca..18e8a5f 100644 --- a/include/media/MediaPlayerInterface.h +++ b/include/media/MediaPlayerInterface.h
@@ -168,6 +168,10 @@ if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj); } + virtual status_t dump(int fd, const Vector<String16> &args) const { + return INVALID_OPERATION; + } + private: friend class MediaPlayerService;