是Android framework层用于DEBUG使用的,并不是公共API
这个方法的注释如下:
This annotation can be used to mark fields and methods to be dumped by the view server. Only non-void methods with no arguments can be annotated by this annotation.
Romain Guy说
The ViewServer is not a public API and should NEVER be used as such.
原文: