Back to project page InputHandlerTest.
The source code is released under:
Apache License
If you think the Android project InputHandlerTest listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.mikedg.glass.control; //from w w w .j a v a2s . c om import android.util.Log; public class L { private static final String TAG = "GLASSCONTROL"; public static void d(String message) { Log.d(TAG, message); } }