commit | 5ba2dc40bc0b34799e0ffab093b9aca8798eaf25 | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Thu Jan 19 09:44:09 2017 -0800 |
committer | Adam Powell <adamp@google.com> | Thu Jan 19 09:49:56 2017 -0800 |
tree | 00cca39651d41b4e069c72ec2971d53a2fb88fbc | |
parent | 6cf3c663390519185b3168a204634d95fea20638 [diff] |
Call super.dump() properly in FragmentActivity We were skipping this due to some historical reasons surrounding the support-v4 library build. Since then we added additional base classes to work around this class of limitation, but since minSdk is higher now it's not relevant here anymore anyway. Remove redundant dump functionality that ViewRoot handles in modern platform versions. Test: none Change-Id: I061c74884dd8b9f8e5b493edc17327d9457c2a9d