commit | a0b1d4b161599c2bb2a47119e50c51e75bbe980e | [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 | 806d5dbe250fbd8069bff8bcafffc730736fef8d | |
parent | 26adde897188059057b3ffcfde1d60171fc6888c [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 f0401cc..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;