Implement Dbg::LastDebuggerActivity properly.

Don't know why I hadn't plumbed these together already.

Change-Id: I4d41dd97d67afdb70d38fb1df7bd0c59136bc0a4
diff --git a/src/debugger.cc b/src/debugger.cc
index 5b8c32c..a858962 100644
--- a/src/debugger.cc
+++ b/src/debugger.cc
@@ -420,8 +420,7 @@
 }
 
 int64_t Dbg::LastDebuggerActivity() {
-  UNIMPLEMENTED(WARNING);
-  return -1;
+  return gJdwpState->LastDebuggerActivity();
 }
 
 int Dbg::ThreadRunning() {