当前位置:编程学习 > wap >>

apd反编译 try finally throw 问题

如题:
  /** @deprecated */
  public void onDestroy()
  {
    monitorenter;
    try
    {
      cleanupService();
      this.mHandler.getLooper().quit();
      monitorexit;
      return;
    }
    finally
    {
      localObject = finally;
      monitorexit;
    }
    throw localObject;
  }
这个函数的原型是什么,有哪位大神能帮忙解答一下? android  apk反编译 try catch
补充:移动开发 ,  Android
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,