Back to project page LearnByHeart.
The source code is released under:
Apache License
If you think the Android project LearnByHeart 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.mps.learn.pb.util; public final class Debugger { public static final String TAG = "LearnByHeart"; public static final boolean FLAG_DEBUG = true; }