Some more infrastructure. Maybe other things.
[tripe-android] / toy-activity.scala
index 868b3d2..dce975c 100644 (file)
@@ -81,6 +81,7 @@ class ToyActivity extends Activity {
     super.onCreate(joy);
     Setup.setup(this);
     setContentView(R.layout.toy);
+    Log.d(TAG, s"created ${this}");
   }
   def clickOk(v: View) {
     Log.d(TAG, "OK, OK.  (Scala was here.)");